HelloWorld.xml 885 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE score-partwise PUBLIC
  3. "-//Recordare//DTD MusicXML 3.0 Partwise//EN"
  4. "http://www.musicxml.org/dtds/partwise.dtd">
  5. <score-partwise version="3.0">
  6. <part-list>
  7. <score-part id="P1">
  8. <part-name>Music</part-name>
  9. </score-part>
  10. </part-list>
  11. <part id="P1">
  12. <measure number="1">
  13. <attributes>
  14. <divisions>1</divisions>
  15. <key>
  16. <fifths>0</fifths>
  17. </key>
  18. <time>
  19. <beats>4</beats>
  20. <beat-type>4</beat-type>
  21. </time>
  22. <clef>
  23. <sign>G</sign>
  24. <line>2</line>
  25. </clef>
  26. </attributes>
  27. <note>
  28. <pitch>
  29. <step>C</step>
  30. <octave>4</octave>
  31. </pitch>
  32. <duration>4</duration>
  33. <type>whole</type>
  34. </note>
  35. </measure>
  36. </part>
  37. </score-partwise>