doremi-script
Version:
Letter music notation processor
45 lines (44 loc) • 1.37 kB
text/xml
<score-partwise version="2.0">
<identification>
<miscellaneous>
<miscellaneous-field name="description">The <voice> element
of notes is optional in MusicXML (although Dolet always writes it out).
Here, there is one note with lyrics, but without a voice assigned. It
should still be correctly converted.</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="1">
<attributes>
<divisions>4</divisions>
<clef>
<sign>G</sign>
<line>2</line>
</clef>
</attributes>
<note>
<pitch>
<step>G</step>
<octave>4</octave>
</pitch>
<duration>16</duration>
<type>whole</type>
<lyric number="1">
<syllabic>single</syllabic>
<text>A</text>
</lyric>
</note>
<barline location="right">
<bar-style>light-heavy</bar-style>
</barline>
</measure>
</part>
</score-partwise>