-
-
Save daveyarwood/6e0a573735ca95908015382cb39a7f2b to your computer and use it in GitHub Desktop.
Parts MusicXML example, "round-tripped" through Alda
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.1 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> | |
<score-partwise version="3.1"> | |
<identification> | |
<encoding> | |
<software>MuseScore 3.2.3</software> | |
<encoding-date>2023-06-25</encoding-date> | |
<supports element="accidental" type="yes"/> | |
<supports element="beam" type="yes"/> | |
<supports element="print" attribute="new-page" type="yes" value="yes"/> | |
<supports element="print" attribute="new-system" type="yes" value="yes"/> | |
<supports element="stem" type="yes"/> | |
</encoding> | |
</identification> | |
<defaults> | |
<scaling> | |
<millimeters>7.05556</millimeters> | |
<tenths>40</tenths> | |
</scaling> | |
<page-layout> | |
<page-height>1683.78</page-height> | |
<page-width>1190.55</page-width> | |
<page-margins type="even"> | |
<left-margin>56.6929</left-margin> | |
<right-margin>56.6929</right-margin> | |
<top-margin>56.6929</top-margin> | |
<bottom-margin>113.386</bottom-margin> | |
</page-margins> | |
<page-margins type="odd"> | |
<left-margin>56.6929</left-margin> | |
<right-margin>56.6929</right-margin> | |
<top-margin>56.6929</top-margin> | |
<bottom-margin>113.386</bottom-margin> | |
</page-margins> | |
</page-layout> | |
<word-font font-family="FreeSerif" font-size="10"/> | |
<lyric-font font-family="FreeSerif" font-size="11"/> | |
</defaults> | |
<part-list> | |
<score-part id="P1"> | |
<part-name>Bassoon</part-name> | |
<part-abbreviation>Bsn.</part-abbreviation> | |
<score-instrument id="P1-I1"> | |
<instrument-name>Bassoon</instrument-name> | |
</score-instrument> | |
<midi-device id="P1-I1" port="1"></midi-device> | |
<midi-instrument id="P1-I1"> | |
<midi-channel>5</midi-channel> | |
<midi-program>71</midi-program> | |
<volume>78.7402</volume> | |
<pan>0</pan> | |
</midi-instrument> | |
</score-part> | |
<score-part id="P2"> | |
<part-name>B♭ Clarinet</part-name> | |
<part-abbreviation>B♭ Cl.</part-abbreviation> | |
<score-instrument id="P2-I1"> | |
<instrument-name>B♭ Clarinet</instrument-name> | |
</score-instrument> | |
<midi-device id="P2-I1" port="1"></midi-device> | |
<midi-instrument id="P2-I1"> | |
<midi-channel>2</midi-channel> | |
<midi-program>72</midi-program> | |
<volume>78.7402</volume> | |
<pan>0</pan> | |
</midi-instrument> | |
</score-part> | |
<score-part id="P3"> | |
<part-name>Horn in F</part-name> | |
<part-abbreviation>F Hn.</part-abbreviation> | |
<score-instrument id="P3-I1"> | |
<instrument-name>Horn in F</instrument-name> | |
</score-instrument> | |
<midi-device id="P3-I1" port="1"></midi-device> | |
<midi-instrument id="P3-I1"> | |
<midi-channel>3</midi-channel> | |
<midi-program>61</midi-program> | |
<volume>78.7402</volume> | |
<pan>0</pan> | |
</midi-instrument> | |
</score-part> | |
<score-part id="P4"> | |
<part-name>Flute</part-name> | |
<part-abbreviation>Fl.</part-abbreviation> | |
<score-instrument id="P4-I1"> | |
<instrument-name>Flute</instrument-name> | |
</score-instrument> | |
<midi-device id="P4-I1" port="1"></midi-device> | |
<midi-instrument id="P4-I1"> | |
<midi-channel>4</midi-channel> | |
<midi-program>74</midi-program> | |
<volume>78.7402</volume> | |
<pan>0</pan> | |
</midi-instrument> | |
</score-part> | |
<score-part id="P5"> | |
<part-name>Oboe</part-name> | |
<part-abbreviation>Ob.</part-abbreviation> | |
<score-instrument id="P5-I1"> | |
<instrument-name>Oboe</instrument-name> | |
</score-instrument> | |
<midi-device id="P5-I1" port="2"></midi-device> | |
<midi-instrument id="P5-I1"> | |
<midi-channel>5</midi-channel> | |
<midi-program>69</midi-program> | |
<volume>78.7402</volume> | |
<pan>0</pan> | |
</midi-instrument> | |
</score-part> | |
</part-list> | |
<part id="P1"> | |
<measure number="1" width="297.32"> | |
<print> | |
<system-layout> | |
<system-margins> | |
<left-margin>116.80</left-margin> | |
<right-margin>0.00</right-margin> | |
</system-margins> | |
<top-system-distance>70.00</top-system-distance> | |
</system-layout> | |
</print> | |
<attributes> | |
<divisions>1</divisions> | |
<key> | |
<fifths>0</fifths> | |
</key> | |
<time> | |
<beats>4</beats> | |
<beat-type>4</beat-type> | |
</time> | |
<clef> | |
<sign>F</sign> | |
<line>4</line> | |
</clef> | |
</attributes> | |
<direction placement="above"> | |
<direction-type> | |
<metronome parentheses="no" default-x="-39.76" relative-y="20.00"> | |
<beat-unit>quarter</beat-unit> | |
<per-minute>120</per-minute> | |
</metronome> | |
</direction-type> | |
<sound tempo="120"/> | |
</direction> | |
<note default-x="82.95" default-y="-25.00" dynamics="76.67"> | |
<pitch> | |
<step>C</step> | |
<octave>3</octave> | |
</pitch> | |
<duration>4</duration> | |
<voice>1</voice> | |
<type>whole</type> | |
</note> | |
</measure> | |
<measure number="2" width="223.56"> | |
<note default-x="13.32" default-y="-5.00" dynamics="76.67"> | |
<pitch> | |
<step>G</step> | |
<octave>3</octave> | |
</pitch> | |
<duration>4</duration> | |
<voice>1</voice> | |
<type>whole</type> | |
</note> | |
</measure> | |
<measure number="3" width="219.81"> | |
<note default-x="10.00" default-y="-25.00" dynamics="76.67"> | |
<pitch> | |
<step>C</step> | |
<octave>3</octave> | |
</pitch> | |
<duration>4</duration> | |
<voice>1</voice> | |
<type>whole</type> | |
</note> | |
</measure> | |
<measure number="4" width="219.67"> | |
<note default-x="13.80" default-y="-25.00" dynamics="76.67"> | |
<pitch> | |
<step>C</step> | |
<octave>3</octave> | |
</pitch> | |
<duration>4</duration> | |
<voice>1</voice> | |
<type>whole</type> | |
</note> | |
<barline location="right"> | |
<bar-style>light-heavy</bar-style> | |
</barline> | |
</measure> | |
</part> | |
<part id="P2"> | |
<measure number="1" width="297.32"> | |
<print> | |
<staff-layout number="1"> | |
<staff-distance>65.00</staff-distance> | |
</staff-layout> | |
</print> | |
<attributes> | |
<divisions>1</divisions> | |
<key> | |
<fifths>0</fifths> | |
</key> | |
<time> | |
<beats>4</beats> | |
<beat-type>4</beat-type> | |
</time> | |
<clef> | |
<sign>G</sign> | |
<line>2</line> | |
</clef> | |
<transpose> | |
<diatonic>-1</diatonic> | |
<chromatic>-2</chromatic> | |
</transpose> | |
</attributes> | |
<note default-x="86.27" default-y="-150.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="138.63" default-y="-150.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="190.99" default-y="-150.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="243.35" default-y="-150.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
</measure> | |
<measure number="2" width="223.56"> | |
<note> | |
<rest/> | |
<duration>4</duration> | |
<voice>1</voice> | |
</note> | |
</measure> | |
<measure number="3" width="219.81"> | |
<note default-x="13.32" default-y="-150.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="64.54" default-y="-150.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="115.77" default-y="-150.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="166.99" default-y="-150.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
</measure> | |
<measure number="4" width="219.67"> | |
<note> | |
<rest/> | |
<duration>4</duration> | |
<voice>1</voice> | |
</note> | |
<barline location="right"> | |
<bar-style>light-heavy</bar-style> | |
</barline> | |
</measure> | |
</part> | |
<part id="P3"> | |
<measure number="1" width="297.32"> | |
<print> | |
<staff-layout number="1"> | |
<staff-distance>65.00</staff-distance> | |
</staff-layout> | |
</print> | |
<attributes> | |
<divisions>1</divisions> | |
<key> | |
<fifths>0</fifths> | |
</key> | |
<time> | |
<beats>4</beats> | |
<beat-type>4</beat-type> | |
</time> | |
<clef> | |
<sign>G</sign> | |
<line>2</line> | |
</clef> | |
<transpose> | |
<diatonic>-4</diatonic> | |
<chromatic>-7</chromatic> | |
</transpose> | |
</attributes> | |
<note default-x="86.27" default-y="-240.00" dynamics="76.67"> | |
<pitch> | |
<step>G</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="138.63" default-y="-230.00" dynamics="76.67"> | |
<pitch> | |
<step>B</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>down</stem> | |
</note> | |
<note default-x="190.99" default-y="-240.00" dynamics="76.67"> | |
<pitch> | |
<step>G</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="243.35" default-y="-230.00" dynamics="76.67"> | |
<pitch> | |
<step>B</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>down</stem> | |
</note> | |
</measure> | |
<measure number="2" width="223.56"> | |
<note default-x="16.64" default-y="-220.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>5</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>down</stem> | |
</note> | |
<note default-x="67.97" default-y="-230.00" dynamics="76.67"> | |
<pitch> | |
<step>B</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>down</stem> | |
</note> | |
<note default-x="118.94" default-y="-240.00" dynamics="76.67"> | |
<pitch> | |
<step>G</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>2</duration> | |
<voice>1</voice> | |
<type>half</type> | |
<stem>up</stem> | |
</note> | |
</measure> | |
<measure number="3" width="219.81"> | |
<note> | |
<rest/> | |
<duration>4</duration> | |
<voice>1</voice> | |
</note> | |
</measure> | |
<measure number="4" width="219.67"> | |
<note default-x="13.80" default-y="-240.00" dynamics="76.67"> | |
<pitch> | |
<step>G</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>4</duration> | |
<voice>1</voice> | |
<type>whole</type> | |
</note> | |
<barline location="right"> | |
<bar-style>light-heavy</bar-style> | |
</barline> | |
</measure> | |
</part> | |
<part id="P4"> | |
<measure number="1" width="297.32"> | |
<print> | |
<staff-layout number="1"> | |
<staff-distance>65.00</staff-distance> | |
</staff-layout> | |
</print> | |
<attributes> | |
<divisions>1</divisions> | |
<key> | |
<fifths>0</fifths> | |
</key> | |
<time> | |
<beats>4</beats> | |
<beat-type>4</beat-type> | |
</time> | |
<clef> | |
<sign>G</sign> | |
<line>2</line> | |
</clef> | |
</attributes> | |
<note default-x="86.27" default-y="-365.00" dynamics="76.67"> | |
<pitch> | |
<step>C</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="138.63" default-y="-360.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="190.99" default-y="-355.00" dynamics="76.67"> | |
<pitch> | |
<step>E</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="243.35" default-y="-350.00" dynamics="76.67"> | |
<pitch> | |
<step>F</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
</measure> | |
<measure number="2" width="223.56"> | |
<note default-x="16.64" default-y="-345.00" dynamics="76.67"> | |
<pitch> | |
<step>G</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="67.97" default-y="-340.00" dynamics="76.67"> | |
<pitch> | |
<step>A</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="119.30" default-y="-335.00" dynamics="76.67"> | |
<pitch> | |
<step>B</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>down</stem> | |
</note> | |
<note default-x="170.63" default-y="-330.00" dynamics="76.67"> | |
<pitch> | |
<step>C</step> | |
<octave>5</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>down</stem> | |
</note> | |
</measure> | |
<measure number="3" width="219.81"> | |
<note default-x="13.32" default-y="-335.00" dynamics="76.67"> | |
<pitch> | |
<step>B</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>down</stem> | |
</note> | |
<note default-x="64.54" default-y="-340.00" dynamics="76.67"> | |
<pitch> | |
<step>A</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="115.77" default-y="-345.00" dynamics="76.67"> | |
<pitch> | |
<step>G</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="166.99" default-y="-350.00" dynamics="76.67"> | |
<pitch> | |
<step>F</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
</measure> | |
<measure number="4" width="219.67"> | |
<note default-x="17.12" default-y="-355.00" dynamics="76.67"> | |
<pitch> | |
<step>E</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="70.44" default-y="-360.00" dynamics="76.67"> | |
<pitch> | |
<step>D</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="123.40" default-y="-365.00" dynamics="76.67"> | |
<pitch> | |
<step>C</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>2</duration> | |
<voice>1</voice> | |
<type>half</type> | |
<stem>up</stem> | |
</note> | |
<barline location="right"> | |
<bar-style>light-heavy</bar-style> | |
</barline> | |
</measure> | |
</part> | |
<part id="P5"> | |
<measure number="1" width="297.32"> | |
<print> | |
<staff-layout number="1"> | |
<staff-distance>65.00</staff-distance> | |
</staff-layout> | |
</print> | |
<attributes> | |
<divisions>1</divisions> | |
<key> | |
<fifths>0</fifths> | |
</key> | |
<time> | |
<beats>4</beats> | |
<beat-type>4</beat-type> | |
</time> | |
<clef> | |
<sign>G</sign> | |
<line>2</line> | |
</clef> | |
</attributes> | |
<note default-x="86.27" default-y="-470.00" dynamics="76.67"> | |
<pitch> | |
<step>C</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="138.63" default-y="-460.00" dynamics="76.67"> | |
<pitch> | |
<step>E</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="190.99" default-y="-450.00" dynamics="76.67"> | |
<pitch> | |
<step>G</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="243.35" default-y="-435.00" dynamics="76.67"> | |
<pitch> | |
<step>C</step> | |
<octave>5</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>down</stem> | |
</note> | |
</measure> | |
<measure number="2" width="223.56"> | |
<note default-x="16.64" default-y="-450.00" dynamics="76.67"> | |
<pitch> | |
<step>G</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="67.97" default-y="-460.00" dynamics="76.67"> | |
<pitch> | |
<step>E</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>1</duration> | |
<voice>1</voice> | |
<type>quarter</type> | |
<stem>up</stem> | |
</note> | |
<note default-x="118.94" default-y="-470.00" dynamics="76.67"> | |
<pitch> | |
<step>C</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>2</duration> | |
<voice>1</voice> | |
<type>half</type> | |
<stem>up</stem> | |
</note> | |
</measure> | |
<measure number="3" width="219.81"> | |
<note default-x="10.00" default-y="-450.00" dynamics="76.67"> | |
<pitch> | |
<step>G</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>4</duration> | |
<voice>1</voice> | |
<type>whole</type> | |
</note> | |
</measure> | |
<measure number="4" width="219.67"> | |
<note default-x="13.80" default-y="-470.00" dynamics="76.67"> | |
<pitch> | |
<step>C</step> | |
<octave>4</octave> | |
</pitch> | |
<duration>4</duration> | |
<voice>1</voice> | |
<type>whole</type> | |
</note> | |
<barline location="right"> | |
<bar-style>light-heavy</bar-style> | |
</barline> | |
</measure> | |
</part> | |
</score-partwise> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment