UNPKG

doremi-script

Version:

Letter music notation processor

321 lines (320 loc) 7.57 kB
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise> <identification> <miscellaneous> <miscellaneous-field name="description">Different kinds of grace notes: acciaccatura, appoggiatura; beamed grace notes; grace notes with accidentals; different durations of the grace notes.</miscellaneous-field> </miscellaneous> </identification> <part-list> <score-part id="P1"> <part-name>MusicXML Part</part-name> </score-part> </part-list> <!--=========================================================--> <part id="P1"> <measure number="1"> <attributes> <divisions>4</divisions> <key> <fifths>0</fifths> <mode>major</mode> </key> <time symbol="common"> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>G</sign> <line>2</line> </clef> </attributes> <note> <grace/> <pitch> <step>D</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <grace/> <pitch> <step>E</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> <beam number="1">begin</beam> <beam number="2">begin</beam> </note> <note> <grace/> <pitch> <step>D</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> <beam number="1">end</beam> <beam number="2">end</beam> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <grace/> <pitch> <step>D</step> <octave>5</octave> </pitch> <tie type="start"/> <voice>1</voice> <type>16th</type> <notations> <tied type="start"/> </notations> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <grace/> <pitch> <step>D</step> <octave>5</octave> </pitch> <voice>1</voice> <type>eighth</type> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=======================================================--> <measure number="2"> <note> <grace slash="yes"/> <pitch> <step>D</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <grace/> <pitch> <step>E</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> <beam number="1">begin</beam> <beam number="2">begin</beam> </note> <note> <grace/> <pitch> <step>D</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> <beam number="1">end</beam> <beam number="2">end</beam> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>8</duration> <voice>1</voice> <type>half</type> </note> <note> <grace slash="yes"/> <pitch> <step>D</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>2</duration> <voice>1</voice> <type>eighth</type> <beam number="1">begin</beam> </note> <note> <grace slash="yes"/> <pitch> <step>D</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>2</duration> <voice>1</voice> <type>eighth</type> <beam number="1">end</beam> </note> <note> <grace/> <pitch> <step>E</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> </note> </measure> <!--=======================================================--> <measure number="3"> <note> <grace/> <pitch> <step>E</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <chord/> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <grace/> <pitch> <step>D</step> <alter>1</alter> <octave>5</octave> </pitch> <voice>1</voice> <type>quarter</type> <accidental>sharp</accidental> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <grace/> <pitch> <step>D</step> <alter>-1</alter> <octave>5</octave> </pitch> <voice>1</voice> <type>quarter</type> <accidental>flat</accidental> </note> <note> <grace/> <pitch> <step>A</step> <alter>-1</alter> <octave>4</octave> </pitch> <voice>1</voice> <type>quarter</type> <accidental>flat</accidental> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> <!--=========================================================--> </score-partwise>