UNPKG

doremi-script

Version:

Letter music notation processor

202 lines (201 loc) 5.53 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 version="1.1"> <identification> <miscellaneous> <miscellaneous-field name="description">Three types of percussion staves: A five-line staff with bass clef for Timpani, a five-line staff with percussion clef, and a one-line percussion staff with only unpitched notes.</miscellaneous-field> </miscellaneous> </identification> <part-list> <score-part id="P1"> <part-name>Timpani</part-name> <part-abbreviation>Timp.</part-abbreviation> </score-part> <part-group number="1" type="start"> <group-symbol>bracket</group-symbol> <group-barline>yes</group-barline> </part-group> <score-part id="P2"> <part-name>Cymbals</part-name> <part-abbreviation>Cym.</part-abbreviation> </score-part> <score-part id="P3"> <part-name>Triangle</part-name> <part-abbreviation>Tri.</part-abbreviation> </score-part> <part-group number="1" type="stop"/> </part-list> <!--=========================================================--> <part id="P1"> <measure number="1"> <attributes> <divisions>1</divisions> <key> <fifths>0</fifths> <mode>major</mode> </key> <time> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>F</sign> <line>4</line> </clef> </attributes> <note> <pitch> <step>E</step> <octave>3</octave> </pitch> <duration>4</duration> <tie type="start"/> <voice>1</voice> <type>whole</type> <notations> <tied type="start"/> <ornaments/> </notations> </note> </measure> <!--=======================================================--> <measure number="2"> <note> <pitch> <step>E</step> <octave>3</octave> </pitch> <duration>2</duration> <tie type="stop"/> <voice>1</voice> <type>half</type> <notations> <tied type="stop"/> <ornaments/> </notations> </note> <note> <pitch> <step>A</step> <octave>2</octave> </pitch> <duration>2</duration> <voice>1</voice> <type>half</type> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> <!--=========================================================--> <part id="P2"> <measure number="1"> <attributes> <divisions>1</divisions> <key> <fifths>0</fifths> <mode>major</mode> </key> <time> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>percussion</sign> </clef> </attributes> <note> <unpitched> <display-step>E</display-step> <display-octave>5</display-octave> </unpitched> <duration>3</duration> <voice>1</voice> <type>half</type> <dot/> </note> <note> <unpitched> <display-step>C</display-step> <display-octave>5</display-octave> </unpitched> <duration>1</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=======================================================--> <measure number="2"> <note> <unpitched> <display-step>D</display-step> <display-octave>5</display-octave> </unpitched> <duration>4</duration> <voice>1</voice> <type>whole</type> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> <!--=========================================================--> <part id="P3"> <measure number="1"> <attributes> <divisions>1</divisions> <time> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>percussion</sign> </clef> <staff-details> <staff-lines>1</staff-lines> </staff-details> </attributes> <note> <unpitched> <display-step>F</display-step> <display-octave>4</display-octave> </unpitched> <duration>3</duration> <voice>1</voice> <type>half</type> <dot/> </note> <note> <unpitched> <display-step>F</display-step> <display-octave>4</display-octave> </unpitched> <duration>1</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=======================================================--> <measure number="2"> <note> <unpitched> <display-step>E</display-step> <display-octave>4</display-octave> </unpitched> <duration>4</duration> <voice>1</voice> <type>whole</type> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> <!--=========================================================--> </score-partwise>