Advertisement
xSiRON

Esercizio1-MusicXML

Dec 13th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2.  
  3. <!DOCTYPE score-partwise PUBLIC
  4.         "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
  5.         "~/Documenti/partwise.dtd">
  6.  
  7. <score-partwise>
  8.     <part-list>
  9.         <score-part id="p1">
  10.             <part-name>esercizio</part-name>
  11.         </score-part>
  12.     </part-list>
  13.     <part id="p1">
  14.         <measure number="1">
  15.             <attributes>
  16.                 <divisions>1</divisions>
  17.                 <key>
  18.                     <fifths>0</fifths>
  19.                 </key>
  20.                 <time>
  21.                     <beats>3</beats>
  22.                     <beat-type>4</beat-type>
  23.                 </time>
  24.                 <clef>
  25.                     <sign>G</sign>
  26.                     <line>2</line>
  27.                 </clef>
  28.             </attributes>
  29.             <note>
  30.                 <pitch>
  31.                     <step>C</step>
  32.                     <octave>4</octave>
  33.                 </pitch>
  34.                 <duration>1</duration>     
  35.             </note>
  36.             <note>
  37.                 <pitch>
  38.                     <step>G</step>
  39.                     <octave>4</octave>
  40.                 </pitch>
  41.                 <duration>1</duration>     
  42.             </note>
  43.             <note>
  44.                 <rest/>
  45.                 <duration>1</duration>     
  46.             </note>
  47.         </measure>
  48.         <measure number="2">
  49.             <note>
  50.                 <pitch>
  51.                     <step>D</step>
  52.                     <octave>4</octave>
  53.                 </pitch>
  54.                 <duration>1</duration>
  55.             </note>
  56.             <note>
  57.                 <pitch>
  58.                     <step>C</step>
  59.                     <octave>4</octave>
  60.                 </pitch>
  61.                 <duration>2</duration>
  62.             </note>
  63.         </measure>
  64.         <measure number="3">
  65.             <note>
  66.                 <pitch>
  67.                     <step>C</step>
  68.                     <octave>4</octave>
  69.                 </pitch>
  70.                 <duration>1</duration>
  71.             </note>
  72.             <note>
  73.                 <pitch>
  74.                     <step>G</step>
  75.                     <octave>4</octave>
  76.                 </pitch>
  77.                 <duration>1</duration>
  78.             </note>
  79.             <note>
  80.                 <pitch>
  81.                     <step>E</step>
  82.                     <octave>4</octave>
  83.                 </pitch>
  84.                 <duration>1</duration>
  85.             </note>
  86.         </measure>
  87.         <measure number="4">
  88.             <note>
  89.                 <pitch>
  90.                     <step>C</step>
  91.                     <octave>4</octave>
  92.                 </pitch>
  93.                 <duration>2</duration>
  94.             </note>
  95.             <note>
  96.                 <pitch>
  97.                     <step>C</step>
  98.                     <octave>4</octave>
  99.                 </pitch>
  100.                 <duration>1</duration>
  101.             </note>
  102.         </measure>
  103.     </part>
  104. </score-partwise>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement