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.

142 lines
4.3 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. <chord>
  33. <name>q7</name>
  34. <voicing instrument="guitar">x,3,2,0,1,0</voicing>
  35. <voicing instrument="piano">Bb,E,C,G</voicing>
  36. </chord>
  37. <chord>
  38. <name>q3</name>
  39. <voicing instrument="guitar">1,3,3,2,1,1</voicing>
  40. <voicing instrument="piano">A,C,F</voicing>
  41. </chord>
  42. <chord>
  43. <name>q5</name>
  44. <voicing instrument="guitar">3,2,0,0,0,3</voicing>
  45. <voicing instrument="piano">B,D,G</voicing>
  46. </chord>
  47. <chord>
  48. <name>q/G</name>
  49. <voicing instrument="guitar">3,3,2,0,1,0</voicing>
  50. <voicing instrument="piano">G,C,E</voicing>
  51. </chord>
  52. <chord>
  53. <name>q</name>
  54. <voicing instrument="guitar">x,x,0,2,3,1</voicing>
  55. <voicing instrument="piano">A,D,F</voicing>
  56. </chord>
  57. <chord>
  58. <name>yeeq</name>
  59. <voicing instrument="guitar">x,3,2,0,1,0</voicing>
  60. <voicing instrument="piano">Bb,E,C,G</voicing>
  61. </chord>
  62. <chord>
  63. <name>quu</name>
  64. <voicing instrument="guitar">1,3,3,2,1,1</voicing>
  65. <voicing instrument="piano">A,C,F</voicing>
  66. </chord>
  67. <chord>
  68. <name>b3</name>
  69. <voicing instrument="guitar">3,2,0,0,0,3</voicing>
  70. <voicing instrument="piano">B,D</voicing>
  71. </chord>
  72. <chord>
  73. <name>aa</name>
  74. <voicing instrument="guitar">3,3,2,0,1,0</voicing>
  75. <voicing instrument="piano">G,C,E</voicing>
  76. </chord>
  77. <chord>
  78. <name>z</name>
  79. <voicing instrument="guitar">x,x,0,2,3,1</voicing>
  80. <voicing instrument="piano">A,D,F,G,E,B,C</voicing>
  81. </chord>
  82. </chords>
  83. <section name="Example section">
  84. <block>
  85. <length>16</length>
  86. <chord>C7</chord>
  87. <notes>Intro, strum lightly</notes>
  88. </block>
  89. <block>
  90. <length>4</length>
  91. <chord>C7</chord>
  92. </block>
  93. <block>
  94. <length>4</length>
  95. <chord>F</chord>
  96. </block>
  97. <block>
  98. <length>8</length>
  99. <chord>G</chord>
  100. </block>
  101. <block>
  102. <length>4</length>
  103. <chord>C7</chord>
  104. </block>
  105. <block>
  106. <length>4</length>
  107. <chord>F</chord>
  108. </block>
  109. <block>
  110. <length>8</length>
  111. <chord>G</chord>
  112. </block>
  113. <block>
  114. <length>4</length>
  115. <chord>C7</chord>
  116. </block>
  117. <block>
  118. <length>4</length>
  119. <chord>Dm</chord>
  120. </block>
  121. <block>
  122. <length>4</length>
  123. <chord>C/G</chord>
  124. </block>
  125. <block>
  126. <length>4</length>
  127. <chord>G</chord>
  128. </block>
  129. <block>
  130. <length>4</length>
  131. <chord>C7</chord>
  132. </block>
  133. <block>
  134. <length>4</length>
  135. <notes>Contemplation time</notes>
  136. </block>
  137. <block>
  138. <length>8</length>
  139. <chord>C7</chord>
  140. <notes>Crescendo until end</notes>
  141. </block>
  142. </section>
  143. </chordsheet>