UNPKG

doremi-script

Version:

Letter music notation processor

33 lines (32 loc) 1.04 kB
<?xml version="1.0" encoding="UTF-8" standalone='no'?> <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise> <identification> <rights>Copyright © XXXX by Y. ZZZZ.</rights> <rights>Released To The Public Domain.</rights> <miscellaneous> <miscellaneous-field name="description">There can be multiple &lt;rights&gt; tags in the identification element of the score. The conversion shall still work, ideally using both of them.</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"> <note> <rest/> <duration>4</duration> <voice>1</voice> <type>whole</type> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> </score-partwise>