UNPKG

doremi-script

Version:

Letter music notation processor

102 lines (101 loc) 3.22 kB
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.1 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise version="1.1"> <movement-title>Layout options</movement-title> <identification> <miscellaneous> <miscellaneous-field name="description">Several page layout settings: paper size, margins, system margins and distances, different fonts, etc.</miscellaneous-field> </miscellaneous> </identification> <defaults> <scaling> <millimeters>3.7703</millimeters> <tenths>40</tenths> </scaling> <page-layout> <page-height>954</page-height> <page-width>1804</page-width> <page-margins type="both"> <left-margin>318</left-margin> <right-margin>212</right-margin> <top-margin>53</top-margin> <bottom-margin>74</bottom-margin> </page-margins> </page-layout> <system-layout> <system-margins> <left-margin>248</left-margin> <right-margin>206</right-margin> </system-margins> <system-distance>561</system-distance> <top-system-distance>436</top-system-distance> </system-layout> <music-font font-family="Maestro" font-size="10.7"/> <word-font font-family="Times New Roman" font-size="5.3"/> </defaults> <credit> <credit-words default-x="955" default-y="876" font-size="18" font-weight="bold" justify="center" valign="top">Layout options</credit-words> </credit> <part-list> <score-part id="P1"> <part-name print-object="no">MusicXML Part</part-name> <score-instrument id="P1-I1"> <instrument-name>Grand Piano</instrument-name> </score-instrument> <midi-instrument id="P1-I1"> <midi-channel>1</midi-channel> <midi-program>1</midi-program> </midi-instrument> </score-part> </part-list> <!--=========================================================--> <part id="P1"> <measure number="1" width="441"> <print page-number="8"/> <attributes> <divisions>1</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> <rest/> <duration>4</duration> <voice>1</voice> </note> </measure> <!--=======================================================--> <measure number="2" width="378"> <note> <rest/> <duration>4</duration> <voice>1</voice> </note> </measure> <!--=======================================================--> <measure number="3" width="819"> <print new-page="yes" page-number="9"/> <note> <rest/> <duration>4</duration> <voice>1</voice> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> <!--=========================================================--> </score-partwise>