|
|
<?xml version="1.0" encoding="UTF-8"?> <chordsheet> <title>Example Song</title> <composer>Ivan Holmes</composer> <timesignature>4</timesignature> <chords> <chord> <name>C7</name> <voicing instrument="guitar">x,3,2,0,1,0</voicing> <voicing instrument="piano">Bb,E,C,G</voicing> </chord> <chord> <name>F</name> <voicing instrument="guitar">1,3,3,2,1,1</voicing> <voicing instrument="piano">A,C,F</voicing> </chord> <chord> <name>G</name> <voicing instrument="guitar">3,2,0,0,0,3</voicing> <voicing instrument="piano">B,D,G</voicing> </chord> <chord> <name>C/G</name> <voicing instrument="guitar">3,3,2,0,1,0</voicing> <voicing instrument="piano">G,C,E</voicing> </chord> <chord> <name>Dm</name> <voicing instrument="guitar">x,x,0,2,3,1</voicing> <voicing instrument="piano">A,D,F</voicing> </chord> </chords> <section name="Example section"> <block> <length>16</length> <chord>C7</chord> <notes>Intro, strum lightly</notes> </block> <block> <length>4</length> <chord>C7</chord> </block> <block> <length>4</length> <chord>F</chord> </block> <block> <length>8</length> <chord>G</chord> </block> <block> <length>4</length> <chord>C7</chord> </block> <block> <length>4</length> <chord>F</chord> </block> <block> <length>8</length> <chord>G</chord> </block> <block> <length>4</length> <chord>C7</chord> </block> <block> <length>4</length> <chord>Dm</chord> </block> <block> <length>4</length> <chord>C/G</chord> </block> <block> <length>4</length> <chord>G</chord> </block> <block> <length>4</length> <chord>C7</chord> </block> <block> <length>4</length> <notes>Contemplation time</notes> </block> <block> <length>8</length> <chord>C7</chord> <notes>Crescendo until end</notes> </block> </section> </chordsheet>
|