X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fpredefined-guitar-ninth-fretboards.ly;h=cd8a7e589a969943e35cf9baa020a62088cb7149;hb=066e8ec36c3411a1b62b10ab58db64419b56d529;hp=ee3653fc873cd40ae495a10b32ab5e613830ec6d;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/ly/predefined-guitar-ninth-fretboards.ly b/ly/predefined-guitar-ninth-fretboards.ly index ee3653fc87..cd8a7e589a 100644 --- a/ly/predefined-guitar-ninth-fretboards.ly +++ b/ly/predefined-guitar-ninth-fretboards.ly @@ -1,6 +1,6 @@ %%%% This file is part of LilyPond, the GNU music typesetter. %%%% -%%%% Copyright (C) 2008--2011 by Jonathan Kulp +%%%% Copyright (C) 2008--2015 by Jonathan Kulp %%%% %%%% LilyPond is free software: you can redistribute it and/or modify %%%% it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ %%%% You should have received a copy of the GNU General Public License %%%% along with LilyPond. If not, see . -\version "2.14.0" +\version "2.16.0" % Add ninth chords to predefined fret diagrams for standard guitar tunings @@ -24,52 +24,52 @@ \storePredefinedDiagram #default-fret-table \chordmode {c:9} #guitar-tuning - #(chord-shape 'c:9 guitar-tuning) + #(chord-shape 'c:9 guitar-tuning) \storePredefinedDiagram #default-fret-table \chordmode {cis:9} #guitar-tuning - #(offset-fret 1 (chord-shape 'c:9 guitar-tuning)) + #(offset-fret 1 (chord-shape 'c:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {des:9} #guitar-tuning - #(offset-fret 1 (chord-shape 'c:9 guitar-tuning)) + #(offset-fret 1 (chord-shape 'c:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {d:9} #guitar-tuning - #(offset-fret 2 (chord-shape 'c:9 guitar-tuning)) + #(offset-fret 2 (chord-shape 'c:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {dis:9} #guitar-tuning - #(offset-fret 3 (chord-shape 'c:9 guitar-tuning)) + #(offset-fret 3 (chord-shape 'c:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {ees:9} #guitar-tuning - #(offset-fret 3 (chord-shape 'c:9 guitar-tuning)) + #(offset-fret 3 (chord-shape 'c:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {e:9} #guitar-tuning - #"o;2-2;o;1-1;o;2-3;" + #"o;2-2;o;1-1;o;2-3;" \storePredefinedDiagram #default-fret-table \chordmode {f:9} #guitar-tuning - #(chord-shape 'f:9 guitar-tuning) + #(chord-shape 'f:9 guitar-tuning) \storePredefinedDiagram #default-fret-table \chordmode {fis:9} #guitar-tuning - #(offset-fret 1 (chord-shape 'f:9 guitar-tuning)) + #(offset-fret 1 (chord-shape 'f:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {ges:9} #guitar-tuning - #(offset-fret 1 (chord-shape 'f:9 guitar-tuning)) + #(offset-fret 1 (chord-shape 'f:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {g:9} #guitar-tuning - #(offset-fret 2 (chord-shape 'f:9 guitar-tuning)) + #(offset-fret 2 (chord-shape 'f:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {gis:9} #guitar-tuning - #(offset-fret 3 (chord-shape 'f:9 guitar-tuning)) + #(offset-fret 3 (chord-shape 'f:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {aes:9} #guitar-tuning - #(offset-fret 3 (chord-shape 'f:9 guitar-tuning)) + #(offset-fret 3 (chord-shape 'f:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {a:9} #guitar-tuning - #(offset-fret 4 (chord-shape 'f:9 guitar-tuning)) + #(offset-fret 4 (chord-shape 'f:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {ais:9} #guitar-tuning - #(offset-fret 5 (chord-shape 'f:9 guitar-tuning)) + #(offset-fret 5 (chord-shape 'f:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {bes:9} #guitar-tuning - #(offset-fret 5 (chord-shape 'f:9 guitar-tuning)) + #(offset-fret 5 (chord-shape 'f:9 guitar-tuning)) \storePredefinedDiagram #default-fret-table \chordmode {b:9} #guitar-tuning - #(offset-fret -1 (chord-shape 'c:9 guitar-tuning)) + #(offset-fret -1 (chord-shape 'c:9 guitar-tuning))