<? XML version = "1.0" encoding = "UTF-8" standalone = "no"?> <! Doctype score-partwise public "-// Recordare // DTD musicxml 3.0 partwise // en" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise version = "3.0"> <part-List> <score-part id = "p1"> <part-Name> piano </part-Name> </score-part> </part-List> <part id = "p1"> <measure number = "1"> <! -- Section 1 --> <attributes> <divisions> 256 </divisions> <key> <symbol ths> 0 </Symbol ths> <! -- C major --> </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> <! -- Homophone --> <Ave ave> 4 </octave> </pitch> <duration> 1024 </duration> <type> whole </type> </Note> </measure> <measure number = "2"> <! -- The second section --> <attributes> <key> <fifths> 2 </fifths> <mode> major </mode> <! -- D major --> </key> </attributes> <Note> <pitch> <Step> d </step> <Ave ave> 4 </octave> <! -- Homophone --> </pitch> <duration> 1024 </duration> <type> whole </type> </Note> </measure> <measure number = "3"> <! -- Section 3 --> <attributes> <key> <fifths> 2 </fifths> <mode> minor </mode> <! -- B minor --> </key> </attributes> <Note> <pitch> <Step> B </step> <Ave ave> 4 </octave> <! -- Homophone --> </pitch> <duration> 1024 </duration> <type> whole </type> </Note> </measure> <measure number = "4"> <! -- Section 4 --> <attributes> <key> <symbol ths>-6 </Symbol ths> <mode> major </mode> <! -- BD major --> </key> </attributes> <Note> <pitch> <Step> d </step> <alter>-1 </alter> <! -- Homophone --> <Ave ave> 4 </octave> </pitch> <duration> 1024 </duration> <type> whole </type> </Note> </measure> </Part> </score-partwise>
: