UNPKG

doremi-script

Version:

Letter music notation processor

187 lines (186 loc) 3.62 kB
<?xml version="1.0"?> <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 0.6 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise> <identification> <miscellaneous> <miscellaneous-field name="description">A piece with four parts (P0, P1, P2, P3; different from what Finale creates!). Are they converted in the correct order?</miscellaneous-field> </miscellaneous> </identification> <part-list> <score-part id="P0"> <part-name>Part 1</part-name> </score-part> <score-part id="P1"> <part-name>Part 2</part-name> </score-part> <score-part id="P2"> <part-name>Part 3</part-name> </score-part> <score-part id="P3"> <part-name>Part 4</part-name> </score-part> </part-list> <part id="P0"> <measure number="1"> <attributes> <divisions>960</divisions> <key> <fifths>1</fifths> <mode>major</mode> </key> <time> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>G</sign> <line>2</line> </clef> </attributes> <note> <pitch> <step>C</step> <octave>4</octave> </pitch> <duration>960</duration> <voice>1</voice> <type>quarter</type> </note> <note> <rest/> <duration>960</duration> <voice>1</voice> <type>quarter</type> </note> <note> <rest/> <duration>1920</duration> <voice>1</voice> <type>half</type> </note> </measure> </part> <part id="P1"> <measure number="1"> <attributes> <divisions>960</divisions> <key> <fifths>1</fifths> <mode>major</mode> </key> <time> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>G</sign> <line>2</line> </clef> </attributes> <note> <pitch> <step>E</step> <octave>4</octave> </pitch> <duration>960</duration> <voice>1</voice> <type>quarter</type> </note> <note> <rest/> <duration>960</duration> <voice>1</voice> <type>quarter</type> </note> <note> <rest/> <duration>1920</duration> <voice>1</voice> <type>half</type> </note> </measure> </part> <part id="P2"> <measure number="1"> <attributes> <divisions>960</divisions> <key> <fifths>1</fifths> <mode>major</mode> </key> <time> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>G</sign> <line>2</line> </clef> </attributes> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>960</duration> <voice>1</voice> <type>quarter</type> </note> <note> <rest/> <duration>960</duration> <voice>1</voice> <type>quarter</type> </note> <note> <rest/> <duration>1920</duration> <voice>1</voice> <type>half</type> </note> </measure> </part> <part id="P3"> <measure number="1"> <attributes> <divisions>960</divisions> <key> <fifths>1</fifths> <mode>major</mode> </key> <time> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>G</sign> <line>2</line> </clef> </attributes> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>960</duration> <voice>1</voice> <type>quarter</type> </note> <note> <rest/> <duration>960</duration> <voice>1</voice> <type>quarter</type> </note> <note> <rest/> <duration>1920</duration> <voice>1</voice> <type>half</type> </note> </measure> </part> </score-partwise>