]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/predefined-guitar-ninth-fretboards.ly
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
[lilypond.git] / ly / predefined-guitar-ninth-fretboards.ly
index 519323e0dd1b245ee462900acc9eb696db223f6a..159ad04c8e3a9d4f76379bd415895c754e2ce102 100644 (file)
@@ -1,64 +1,64 @@
-\version "2.11.61"
+\version "2.12.0"
 %
 %  Add ninth chords to to predefined fret diagrams for standard guitar tunings
 %
 %  This is part of the Lilypond distribution files
 %
-%  Copyright 2008 by Jonathan Kulp
+%  Copyright 2008--2009 by Jonathan Kulp
 %
 
 
-\addChordShape #'c:9 #"x;3-2;2-1;3-3-(;3-3;3-3-);"
-\addChordShape #'f:9 #"1-1-(;3-3;1-1;2-2;1-1-);3-4;"
+\addChordShape #'c:9 #guitar-tuning #"x;3-2;2-1;3-3-(;3-3;3-3-);"
+\addChordShape #'f:9 #guitar-tuning #"1-1-(;3-3;1-1;2-2;1-1-);3-4;"
 
 \storePredefinedDiagram \chordmode {c:9}
                         #guitar-tuning
-                       #(chord-shape 'c:9)
+                       #(chord-shape 'c:9 guitar-tuning)
 \storePredefinedDiagram \chordmode {cis:9}
                         #guitar-tuning
-                       #(offset-fret 1 (chord-shape 'c:9))
+                       #(offset-fret 1 (chord-shape 'c:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {des:9}
                         #guitar-tuning
-                       #(offset-fret 1 (chord-shape 'c:9))
+                       #(offset-fret 1 (chord-shape 'c:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {d:9}
                         #guitar-tuning
-                       #(offset-fret 2 (chord-shape 'c:9))
+                       #(offset-fret 2 (chord-shape 'c:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {dis:9}
                         #guitar-tuning
-                       #(offset-fret 3 (chord-shape 'c:9))
+                       #(offset-fret 3 (chord-shape 'c:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {ees:9}
                         #guitar-tuning
-                       #(offset-fret 3 (chord-shape 'c:9))
+                       #(offset-fret 3 (chord-shape 'c:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {e:9}
                         #guitar-tuning
                        #"o;2-2;o;1-1;o;2-3;"
 \storePredefinedDiagram \chordmode {f:9}
                         #guitar-tuning
-                       #(chord-shape 'f:9)
+                       #(chord-shape 'f:9 guitar-tuning)
 \storePredefinedDiagram \chordmode {fis:9}
                         #guitar-tuning
-                       #(offset-fret 1 (chord-shape 'f:9))
+                       #(offset-fret 1 (chord-shape 'f:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {ges:9}
                         #guitar-tuning
-                       #(offset-fret 1 (chord-shape 'f:9))
+                       #(offset-fret 1 (chord-shape 'f:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {g:9}
                         #guitar-tuning
-                       #(offset-fret 2 (chord-shape 'f:9))
+                       #(offset-fret 2 (chord-shape 'f:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {gis:9}
                         #guitar-tuning
-                       #(offset-fret 3 (chord-shape 'f:9))
+                       #(offset-fret 3 (chord-shape 'f:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {aes:9}
                         #guitar-tuning
-                       #(offset-fret 3 (chord-shape 'f:9))
+                       #(offset-fret 3 (chord-shape 'f:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {a:9}
                         #guitar-tuning
-                       #(offset-fret 4 (chord-shape 'f:9))
+                       #(offset-fret 4 (chord-shape 'f:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {ais:9}
                         #guitar-tuning
-                       #(offset-fret 5 (chord-shape 'f:9))
+                       #(offset-fret 5 (chord-shape 'f:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {bes:9}
                         #guitar-tuning
-                       #(offset-fret 5 (chord-shape 'f:9))
+                       #(offset-fret 5 (chord-shape 'f:9 guitar-tuning))
 \storePredefinedDiagram \chordmode {b:9}
                         #guitar-tuning
-                       #(offset-fret -1 (chord-shape 'c:9))
+                       #(offset-fret -1 (chord-shape 'c:9 guitar-tuning))