UNPKG

doremi-script

Version:

Letter music notation processor

320 lines (319 loc) 7.71 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">Staff changes in a piano staff. The voice from the second staff has some notes/chords on the first staff. The final two chords have some notes on the first, some on the second staff.</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>2</divisions> <key> <fifths>0</fifths> <mode>major</mode> </key> <time symbol="common"> <beats>4</beats> <beat-type>4</beat-type> </time> <staves>2</staves> <clef number="1"> <sign>G</sign> <line>2</line> </clef> <clef number="2"> <sign>F</sign> <line>4</line> </clef> </attributes> <note> <pitch> <step>A</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> <beam number="1">begin</beam> </note> <note> <pitch> <step>E</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> <beam number="1">continue</beam> </note> <note> <pitch> <step>A</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> <beam number="1">continue</beam> </note> <note> <pitch> <step>E</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> <beam number="1">end</beam> </note> <note> <pitch> <step>C</step> <octave>5</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> <beam number="1">begin</beam> </note> <note> <pitch> <step>E</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> <beam number="1">continue</beam> </note> <note> <pitch> <step>A</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> <beam number="1">continue</beam> </note> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> <beam number="1">end</beam> </note> </measure> <!--=======================================================--> <measure number="2"> <note> <rest/> <duration>8</duration> <voice>1</voice> <staff>1</staff> </note> <backup> <duration>8</duration> </backup> <note> <pitch> <step>C</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> <beam number="1">begin</beam> </note> <note> <chord/> <pitch> <step>E</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> </note> <note> <chord/> <pitch> <step>G</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> </note> <note> <chord/> <pitch> <step>C</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> </note> <note> <pitch> <step>C</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> <beam number="1">continue</beam> </note> <note> <chord/> <pitch> <step>E</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> </note> <note> <chord/> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> </note> <note> <pitch> <step>C</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> <beam number="1">continue</beam> </note> <note> <chord/> <pitch> <step>E</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> </note> <note> <chord/> <pitch> <step>G</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> </note> <note> <chord/> <pitch> <step>C</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> </note> <note> <pitch> <step>G</step> <octave>3</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>2</staff> <beam number="1">end</beam> </note> <note> <chord/> <pitch> <step>C</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> </note> <note> <chord/> <pitch> <step>E</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> </note> <note> <chord/> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>1</duration> <voice>2</voice> <type>eighth</type> <staff>1</staff> </note> <note> <rest/> <duration>4</duration> <voice>2</voice> <type>half</type> <staff>2</staff> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> <!--=========================================================--> </score-partwise>