Fix typo in convert-ly.
[lilypond.git] / ly / predefined-guitar-ninth-fretboards.ly
blob519323e0dd1b245ee462900acc9eb696db223f6a
1 \version "2.11.61"
3 % Add ninth chords to to predefined fret diagrams for standard guitar tunings
5 % This is part of the Lilypond distribution files
7 % Copyright 2008 by Jonathan Kulp
11 \addChordShape #'c:9 #"x;3-2;2-1;3-3-(;3-3;3-3-);"
12 \addChordShape #'f:9 #"1-1-(;3-3;1-1;2-2;1-1-);3-4;"
14 \storePredefinedDiagram \chordmode {c:9}
15 #guitar-tuning
16 #(chord-shape 'c:9)
17 \storePredefinedDiagram \chordmode {cis:9}
18 #guitar-tuning
19 #(offset-fret 1 (chord-shape 'c:9))
20 \storePredefinedDiagram \chordmode {des:9}
21 #guitar-tuning
22 #(offset-fret 1 (chord-shape 'c:9))
23 \storePredefinedDiagram \chordmode {d:9}
24 #guitar-tuning
25 #(offset-fret 2 (chord-shape 'c:9))
26 \storePredefinedDiagram \chordmode {dis:9}
27 #guitar-tuning
28 #(offset-fret 3 (chord-shape 'c:9))
29 \storePredefinedDiagram \chordmode {ees:9}
30 #guitar-tuning
31 #(offset-fret 3 (chord-shape 'c:9))
32 \storePredefinedDiagram \chordmode {e:9}
33 #guitar-tuning
34 #"o;2-2;o;1-1;o;2-3;"
35 \storePredefinedDiagram \chordmode {f:9}
36 #guitar-tuning
37 #(chord-shape 'f:9)
38 \storePredefinedDiagram \chordmode {fis:9}
39 #guitar-tuning
40 #(offset-fret 1 (chord-shape 'f:9))
41 \storePredefinedDiagram \chordmode {ges:9}
42 #guitar-tuning
43 #(offset-fret 1 (chord-shape 'f:9))
44 \storePredefinedDiagram \chordmode {g:9}
45 #guitar-tuning
46 #(offset-fret 2 (chord-shape 'f:9))
47 \storePredefinedDiagram \chordmode {gis:9}
48 #guitar-tuning
49 #(offset-fret 3 (chord-shape 'f:9))
50 \storePredefinedDiagram \chordmode {aes:9}
51 #guitar-tuning
52 #(offset-fret 3 (chord-shape 'f:9))
53 \storePredefinedDiagram \chordmode {a:9}
54 #guitar-tuning
55 #(offset-fret 4 (chord-shape 'f:9))
56 \storePredefinedDiagram \chordmode {ais:9}
57 #guitar-tuning
58 #(offset-fret 5 (chord-shape 'f:9))
59 \storePredefinedDiagram \chordmode {bes:9}
60 #guitar-tuning
61 #(offset-fret 5 (chord-shape 'f:9))
62 \storePredefinedDiagram \chordmode {b:9}
63 #guitar-tuning
64 #(offset-fret -1 (chord-shape 'c:9))