]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/predefined-guitar-ninth-fretboards.ly
Release: bump Welcome versions.
[lilypond.git] / ly / predefined-guitar-ninth-fretboards.ly
index de9f2983913a420c09a78c08f5f06bcf23c44541..cd8a7e589a969943e35cf9baa020a62088cb7149 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 
-\version "2.13.36"
+\version "2.16.0"
 
 %  Add ninth chords to predefined fret diagrams for standard guitar tunings
 
 
 \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))