UNPKG

doremi-script

Version:

Letter music notation processor

246 lines (245 loc) 6.71 kB
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise version="2.0"> <identification> <miscellaneous> <miscellaneous-field name="description">Different Arpeggio directions (normal, up, down, non-arpeggiate)</miscellaneous-field> </miscellaneous> </identification> <part-list> <score-part id="P1"> <part-name></part-name> </score-part> </part-list> <!--=========================================================--> <part id="P1"> <!-- Different Arpeggiate styles: neutral, up, down and non-arpeggiate (bracket) --> <measure number="1"> <attributes> <divisions>1</divisions> <key> <fifths>0</fifths> <mode>major</mode> </key> <clef> <sign>G</sign> <line>2</line> </clef> </attributes> <note> <pitch> <step>C</step><octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> <lyric number="1"><text>normal</text></lyric> </note> <note> <chord/> <pitch> <step>E</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> </note> <note> <chord/> <pitch> <step>G</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> </note> <note> <pitch> <step>C</step><octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate direction="up"/></notations> <lyric number="1"><text>up</text></lyric> </note> <note> <chord/> <pitch> <step>E</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate direction="up"/></notations> </note> <note> <chord/> <pitch> <step>G</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate direction="up"/></notations> </note> <note> <pitch> <step>C</step><octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> <lyric number="1"><text>normal</text></lyric> </note> <note> <chord/> <pitch> <step>E</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> </note> <note> <chord/> <pitch> <step>G</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> </note> <note> <pitch> <step>C</step><octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate direction="down"/></notations> <lyric number="1"><text>down</text></lyric> </note> <note> <chord/> <pitch> <step>E</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate direction="down"/></notations> </note> <note> <chord/> <pitch> <step>G</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate direction="down"/></notations> </note> <note> <pitch> <step>C</step><octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> <lyric number="1"><text>normal</text></lyric> </note> <note> <chord/> <pitch> <step>E</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> </note> <note> <chord/> <pitch> <step>G</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> </note> <note> <pitch> <step>C</step><octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><non-arpeggiate type="bottom"/></notations> <lyric number="1"><text>non-arp.</text></lyric> </note> <note> <chord/> <pitch> <step>E</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> </note> <note> <chord/> <pitch> <step>G</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><non-arpeggiate type="top"/></notations> </note> <note> <pitch> <step>C</step><octave>4</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> <lyric number="1"><text>normal</text></lyric> </note> <note> <chord/> <pitch> <step>E</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> </note> <note> <chord/> <pitch> <step>G</step><octave>5</octave> </pitch> <duration>1</duration> <voice>1</voice> <type>quarter</type> <notations><arpeggiate/></notations> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> </score-partwise>