Guest User

XML MEI

a guest
Sep 17th, 2016
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.07 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-model href="http://music-encoding.org/schema/3.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
  3. <?xml-model href="http://music-encoding.org/schema/3.0.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
  4. <mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="3.0.0">
  5.   <meiHead>
  6.     <fileDesc>
  7.       <titleStmt>
  8.         <title />
  9.       </titleStmt>
  10.       <pubStmt>
  11.         <date>2016-09-09 02:03:11</date>
  12.       </pubStmt>
  13.     </fileDesc>
  14.     <encodingDesc>
  15.       <projectDesc>
  16.         <p>Encoded with Verovio version 0.9.12-dev-82a4f84-dirty</p>
  17.       </projectDesc>
  18.     </encodingDesc>
  19.   </meiHead>
  20.   <music>
  21.     <body>
  22.       <mdiv>
  23.         <score>
  24.           <section>
  25.             <scoreDef xml:id="scoredef-1" meter.count="4" meter.unit="4">
  26.               <staffGrp xml:id="m-1">
  27.                 <staffDef xml:id="staffdef-1" clef.shape="G" clef.line="2" n="1" lines="5" />
  28.               </staffGrp>
  29.             </scoreDef>
  30.             <section xml:id="section-1">
  31.               <measure n="1">
  32.                 <staff xml:id="staff-1" n="1" >
  33.                   <layer xml:id="layer-1" n="1">
  34.                     <rest xml:id="r1" dur="4" oct="5" />
  35.                     <note xml:id="toto" dur="4" oct="5" pname="c" />
  36.                     <note xml:id="t2" dur="4" oct="5" pname="d" />
  37.                     <chord dur="4">
  38.                       <note xml:id="t5" oct="5" pname="d" />
  39.                     </chord>
  40.                   </layer>
  41.                 </staff>
  42.               </measure>
  43.               <measure n="2">
  44.                 <staff xml:id="staff-2" n="1">
  45.                   <layer xml:id="layer-2" n="1">
  46.                     <note xml:id="t3" dur="4" oct="5" pname="d" />
  47.                     <note xml:id="t4" dur="4" oct="5" pname="d" />
  48.                   </layer>
  49.                 </staff>
  50.               </measure>
  51.             </section>
  52.           </section>
  53.         </score>
  54.       </mdiv>
  55.     </body>
  56.   </music>
  57. </mei>
Advertisement
Add Comment
Please, Sign In to add comment