X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fpredefined-guitar-ninth-fretboards.ly;h=cd8a7e589a969943e35cf9baa020a62088cb7149;hb=3fc70e3e7dfb3c26cb3e5bb9dcabc87cc758c24d;hp=3271397648c3e3aa364f3a6b2419a2ad0a7167ae;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/ly/predefined-guitar-ninth-fretboards.ly b/ly/predefined-guitar-ninth-fretboards.ly index 3271397648..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--2012 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 @@ -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))