X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fpredefined-guitar-ninth-fretboards.ly;h=159ad04c8e3a9d4f76379bd415895c754e2ce102;hb=b14ca8cd4fd50af455590377c4fab5c504506635;hp=4858df0a27058dfa1d4697ed2d3ee771d11aed35;hpb=240c626c76bf97fba917bf04bf01c0bdf9bd4a8e;p=lilypond.git diff --git a/ly/predefined-guitar-ninth-fretboards.ly b/ly/predefined-guitar-ninth-fretboards.ly index 4858df0a27..159ad04c8e 100644 --- a/ly/predefined-guitar-ninth-fretboards.ly +++ b/ly/predefined-guitar-ninth-fretboards.ly @@ -1,64 +1,64 @@ -\version "2.11.61" -% -% 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 -% - - -\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;" - -\storePredefinedDiagram \chordmode {c:9} - #guitar-tuning - #(chord-shape 'c:9) -\storePredefinedDiagram \chordmode {cis:9} - #guitar-tuning - #(offset-fret 1 (chord-shape 'c:9)) -\storePredefinedDiagram \chordmode {des:9} - #guitar-tuning - #(offset-fret 1 (chord-shape 'c:9)) -\storePredefinedDiagram \chordmode {d:9} - #guitar-tuning - #(offset-fret 2 (chord-shape 'c:9)) -\storePredefinedDiagram \chordmode {dis:9} - #guitar-tuning - #(offset-fret 3 (chord-shape 'c:9)) -\storePredefinedDiagram \chordmode {ees:9} - #guitar-tuning - #(offset-fret 3 (chord-shape 'c:9)) -\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) -\storePredefinedDiagram \chordmode {fis:9} - #guitar-tuning - #(offset-fret 1 (chord-shape 'f:9)) -\storePredefinedDiagram \chordmode {ges:9} - #guitar-tuning - #(offset-fret 1 (chord-shape 'f:9)) -\storePredefinedDiagram \chordmode {g:9} - #guitar-tuning - #(offset-fret 2 (chord-shape 'f:9)) -\storePredefinedDiagram \chordmode {gis:9} - #guitar-tuning - #(offset-fret 3 (chord-shape 'f:9)) -\storePredefinedDiagram \chordmode {aes:9} - #guitar-tuning - #(offset-fret 3 (chord-shape 'f:9)) -\storePredefinedDiagram \chordmode {a:9} - #guitar-tuning - #(offset-fret 4 (chord-shape 'f:9)) -\storePredefinedDiagram \chordmode {ais:9} - #guitar-tuning - #(offset-fret 5 (chord-shape 'f:9)) -\storePredefinedDiagram \chordmode {bes:9} - #guitar-tuning - #(offset-fret 5 (chord-shape 'f:9)) -\storePredefinedDiagram \chordmode {b:9} - #guitar-tuning - #(offset-fret -1 (chord-shape 'c:9)) +\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--2009 by Jonathan Kulp +% + + +\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 guitar-tuning) +\storePredefinedDiagram \chordmode {cis:9} + #guitar-tuning + #(offset-fret 1 (chord-shape 'c:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {des:9} + #guitar-tuning + #(offset-fret 1 (chord-shape 'c:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {d:9} + #guitar-tuning + #(offset-fret 2 (chord-shape 'c:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {dis:9} + #guitar-tuning + #(offset-fret 3 (chord-shape 'c:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {ees:9} + #guitar-tuning + #(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 guitar-tuning) +\storePredefinedDiagram \chordmode {fis:9} + #guitar-tuning + #(offset-fret 1 (chord-shape 'f:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {ges:9} + #guitar-tuning + #(offset-fret 1 (chord-shape 'f:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {g:9} + #guitar-tuning + #(offset-fret 2 (chord-shape 'f:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {gis:9} + #guitar-tuning + #(offset-fret 3 (chord-shape 'f:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {aes:9} + #guitar-tuning + #(offset-fret 3 (chord-shape 'f:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {a:9} + #guitar-tuning + #(offset-fret 4 (chord-shape 'f:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {ais:9} + #guitar-tuning + #(offset-fret 5 (chord-shape 'f:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {bes:9} + #guitar-tuning + #(offset-fret 5 (chord-shape 'f:9 guitar-tuning)) +\storePredefinedDiagram \chordmode {b:9} + #guitar-tuning + #(offset-fret -1 (chord-shape 'c:9 guitar-tuning))