UNPKG

doremi-script

Version:

Letter music notation processor

48 lines (47 loc) 1.13 kB
<?xml version="1.0"?> <!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">A score without any key or clef defined. The default (4/4 in treble clef) should be used.</miscellaneous-field> </miscellaneous> </identification> <part-list> <score-part id="P0"> <part-name></part-name> </score-part> </part-list> <part id="P0"> <measure number="1"> <attributes> <divisions>1</divisions> <time> <beats>4</beats> <beat-type>4</beat-type> </time> </attributes> <note> <pitch> <step>C</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>whole</type> </note> </measure> <measure number="2"> <note> <pitch> <step>C</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>whole</type> </note> </measure> </part> </score-partwise>