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.

92 lines
2.5 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <chordsheet>
  3. <title>Example Song</title>
  4. <composer>Ivan Holmes</composer>
  5. <timesignature>4</timesignature>
  6. <chords>
  7. <chord>
  8. <name>C7</name>
  9. <voicing instrument="guitar">x,3,2,0,1,0</voicing>
  10. <voicing instrument="piano">Bb,E,C,G</voicing>
  11. </chord>
  12. <chord>
  13. <name>F</name>
  14. <voicing instrument="guitar">1,3,3,2,1,1</voicing>
  15. <voicing instrument="piano">A,C,F</voicing>
  16. </chord>
  17. <chord>
  18. <name>G</name>
  19. <voicing instrument="guitar">3,2,0,0,0,3</voicing>
  20. <voicing instrument="piano">B,D,G</voicing>
  21. </chord>
  22. <chord>
  23. <name>C/G</name>
  24. <voicing instrument="guitar">3,3,2,0,1,0</voicing>
  25. <voicing instrument="piano">G,C,E</voicing>
  26. </chord>
  27. <chord>
  28. <name>Dm</name>
  29. <voicing instrument="guitar">x,x,0,2,3,1</voicing>
  30. <voicing instrument="piano">A,D,F</voicing>
  31. </chord>
  32. </chords>
  33. <section name="Example section">
  34. <block>
  35. <length>16</length>
  36. <chord>C7</chord>
  37. <notes>Intro, strum lightly</notes>
  38. </block>
  39. <block>
  40. <length>4</length>
  41. <chord>C7</chord>
  42. </block>
  43. <block>
  44. <length>4</length>
  45. <chord>F</chord>
  46. </block>
  47. <block>
  48. <length>8</length>
  49. <chord>G</chord>
  50. </block>
  51. <block>
  52. <length>4</length>
  53. <chord>C7</chord>
  54. </block>
  55. <block>
  56. <length>4</length>
  57. <chord>F</chord>
  58. </block>
  59. <block>
  60. <length>8</length>
  61. <chord>G</chord>
  62. </block>
  63. <block>
  64. <length>4</length>
  65. <chord>C7</chord>
  66. </block>
  67. <block>
  68. <length>4</length>
  69. <chord>Dm</chord>
  70. </block>
  71. <block>
  72. <length>4</length>
  73. <chord>C/G</chord>
  74. </block>
  75. <block>
  76. <length>4</length>
  77. <chord>G</chord>
  78. </block>
  79. <block>
  80. <length>4</length>
  81. <chord>C7</chord>
  82. </block>
  83. <block>
  84. <length>4</length>
  85. <notes>Contemplation time</notes>
  86. </block>
  87. <block>
  88. <length>8</length>
  89. <chord>C7</chord>
  90. <notes>Crescendo until end</notes>
  91. </block>
  92. </section>
  93. </chordsheet>