UNPKG

doremi-script

Version:

Letter music notation processor

72 lines (71 loc) 1.95 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">A grace note with a slur to the actual note. This can be interpreted as acciaccatura or appoggiatura, depending on the existence of a slash.</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="25"> <attributes> <divisions>32</divisions> <key> <fifths>0</fifths> <mode>major</mode> </key> <time symbol="common"> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>G</sign> <line>2</line> </clef> </attributes> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>64</duration> <voice>1</voice> <type>half</type> </note> <note> <grace/> <pitch> <step>G</step> <octave>5</octave> </pitch> <voice>1</voice> <type>16th</type> <notations> <slur number="1" type="start"/> </notations> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>64</duration> <voice>1</voice> <type>half</type> <notations> <slur number="1" type="stop"/> </notations> </note> </measure> </part> <!--=========================================================--> </score-partwise>