UNPKG

doremi-script

Version:

Letter music notation processor

41 lines (40 loc) 1.46 kB
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise version="2.0"> <movement-title>"Quotes" in header fields</movement-title> <identification> <creator type="composer">Some "Tester" Name</creator> <rights>Free for anyone ("Public Domain")</rights> <encoding> <software>"Hand-crafted" MusicXML file</software> <encoding-date>2008-02-06</encoding-date> </encoding> <miscellaneous> <miscellaneous-field name="description">Several header fields and part names can contain quotes ("). This test checks whether they are converted/imported without problems (i.e. whether they are correctly escaped when converting).</miscellaneous-field> </miscellaneous> </identification> <part-list> <score-part id="P1"> <part-name>Staff "Test"</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>