You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
917 B

  1. <chordsheet>
  2. <title>Composition</title>
  3. <composer>A. Person</composer>
  4. <timesignature>4</timesignature>
  5. <chords>
  6. <chord>
  7. <name>B</name>
  8. <voicing instrument="guitar">xx2341</voicing>
  9. <voicing instrument="piano">abcdefg</voicing>
  10. </chord>
  11. <chord>
  12. <name>E</name>
  13. <voicing instrument="guitar">022100</voicing>
  14. </chord>
  15. <chord>
  16. <name>Cm9</name>
  17. <voicing instrument="guitar">x,x,8,8,8,10</voicing>
  18. </chord>
  19. <chord>
  20. <name>D7b5#9</name>
  21. </chord>
  22. </chords>
  23. <progression>
  24. <block>
  25. <length>4</length>
  26. <chord>B</chord>
  27. <notes>These are notes</notes>
  28. </block>
  29. <block>
  30. <length>4</length>
  31. <chord>E</chord>
  32. </block>
  33. <block>
  34. <length>12</length>
  35. <chord>Cm9</chord>
  36. </block>
  37. <block>
  38. <length>6</length>
  39. <chord>D7b5#9</chord>
  40. </block>
  41. <block>
  42. <length>6</length>
  43. <notes>For quiet contemplation.</notes>
  44. </block>
  45. </progression>
  46. </chordsheet>