Advertisement
Guest User

common/alla breve music xml example

a guest
Jul 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 3.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.1 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
  3. <score-partwise version="3.1">
  4.   <work>
  5.     <work-title>Common/Alla breve time signatures</work-title>
  6.     </work>
  7.   <identification>
  8.     <creator type="composer"></creator>
  9.     <encoding>
  10.       <software>MuseScore 2.3.1</software>
  11.       <encoding-date>2018-07-24</encoding-date>
  12.       <supports element="accidental" type="yes"/>
  13.       <supports element="beam" type="yes"/>
  14.       <supports element="print" attribute="new-page" type="yes" value="yes"/>
  15.       <supports element="print" attribute="new-system" type="yes" value="yes"/>
  16.       <supports element="stem" type="yes"/>
  17.       </encoding>
  18.     </identification>
  19.   <defaults>
  20.     <scaling>
  21.       <millimeters>7.05556</millimeters>
  22.       <tenths>40</tenths>
  23.       </scaling>
  24.     <page-layout>
  25.       <page-height>1584</page-height>
  26.       <page-width>1224</page-width>
  27.       <page-margins type="even">
  28.         <left-margin>56.6929</left-margin>
  29.         <right-margin>56.6929</right-margin>
  30.         <top-margin>56.6929</top-margin>
  31.         <bottom-margin>113.386</bottom-margin>
  32.         </page-margins>
  33.       <page-margins type="odd">
  34.         <left-margin>56.6929</left-margin>
  35.         <right-margin>56.6929</right-margin>
  36.         <top-margin>56.6929</top-margin>
  37.         <bottom-margin>113.386</bottom-margin>
  38.         </page-margins>
  39.       </page-layout>
  40.     <word-font font-family="FreeSerif" font-size="10"/>
  41.     <lyric-font font-family="FreeSerif" font-size="11"/>
  42.     </defaults>
  43.   <credit page="1">
  44.     <credit-words default-x="612" default-y="1527.31" justify="center" valign="top" font-size="24">Title</credit-words>
  45.     </credit>
  46.   <credit page="1">
  47.     <credit-words default-x="1167.31" default-y="1427.31" justify="right" valign="bottom" font-size="12">Composer</credit-words>
  48.     </credit>
  49.   <part-list>
  50.     <score-part id="P1">
  51.       <part-name>Piano</part-name>
  52.       <part-abbreviation>Pno.</part-abbreviation>
  53.       <score-instrument id="P1-I1">
  54.         <instrument-name>Piano</instrument-name>
  55.         </score-instrument>
  56.       <midi-device id="P1-I1" port="1"></midi-device>
  57.       <midi-instrument id="P1-I1">
  58.         <midi-channel>1</midi-channel>
  59.         <midi-program>1</midi-program>
  60.         <volume>78.7402</volume>
  61.         <pan>0</pan>
  62.         </midi-instrument>
  63.       </score-part>
  64.     </part-list>
  65.   <part id="P1">
  66.     <measure number="1" width="569.09">
  67.       <print>
  68.         <system-layout>
  69.           <system-margins>
  70.             <left-margin>0.00</left-margin>
  71.             <right-margin>0.00</right-margin>
  72.             </system-margins>
  73.           <top-system-distance>170.00</top-system-distance>
  74.           </system-layout>
  75.         </print>
  76.       <attributes>
  77.         <divisions>1</divisions>
  78.         <key>
  79.           <fifths>0</fifths>
  80.           </key>
  81.         <time symbol="common">
  82.           <beats>4</beats>
  83.           <beat-type>4</beat-type>
  84.           </time>
  85.         <clef>
  86.           <sign>G</sign>
  87.           <line>2</line>
  88.           </clef>
  89.         </attributes>
  90.       <note>
  91.         <rest/>
  92.         <duration>4</duration>
  93.         <voice>1</voice>
  94.         </note>
  95.       </measure>
  96.     <measure number="2" width="541.52">
  97.       <attributes>
  98.         <time symbol="cut">
  99.           <beats>2</beats>
  100.           <beat-type>2</beat-type>
  101.           </time>
  102.         </attributes>
  103.       <note>
  104.         <rest/>
  105.         <duration>4</duration>
  106.         <voice>1</voice>
  107.         </note>
  108.       <barline location="right">
  109.         <bar-style>light-heavy</bar-style>
  110.         </barline>
  111.       </measure>
  112.     </part>
  113.   </score-partwise>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement