X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fstring-tunings-init.ly;h=b09d8da87186186b9615ee6edb59e1e312dbdece;hb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;hp=a003a1e4921de89a27d6fe97c75215c801d6a82b;hpb=c924aab690820bb69bec043608b4a7b46023bafb;p=lilypond.git diff --git a/ly/string-tunings-init.ly b/ly/string-tunings-init.ly index a003a1e492..b09d8da871 100644 --- a/ly/string-tunings-init.ly +++ b/ly/string-tunings-init.ly @@ -1,6 +1,6 @@ %%%% This file is part of LilyPond, the GNU music typesetter. %%%% -%%%% Copyright (C) 2010--2012 Carl D. Sorensen +%%%% Copyright (C) 2010--2014 Carl D. Sorensen %%%% %%%% 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.15.16" +\version "2.16.0" %% A stringTuning is a list of pitches ordered by string number %% from 1 to N. @@ -49,6 +49,7 @@ for documentation purposes.") \makeDefaultStringTuning #'guitar-tuning \stringTuning \makeDefaultStringTuning #'guitar-seven-string-tuning \stringTuning \makeDefaultStringTuning #'guitar-drop-d-tuning \stringTuning +\makeDefaultStringTuning #'guitar-drop-c-tuning \stringTuning \makeDefaultStringTuning #'guitar-open-g-tuning \stringTuning \makeDefaultStringTuning #'guitar-open-d-tuning \stringTuning \makeDefaultStringTuning #'guitar-dadgad-tuning \stringTuning @@ -87,5 +88,5 @@ for documentation purposes.") defaultStringTunings = #(reverse! defaultStringTunings) %% convert 5-string banjo tuning to 4-string by removing the 5th string -"four-string-banjo" = #(lambda (tuning) +four-string-banjo = #(lambda (tuning) (take tuning 4))