X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fcatalan.ly;h=7d5ae8164a8317048925d440c4402e310dc318ee;hb=92386a8e6ed5153d80b2e82ec4371fdb677d515a;hp=ae3ada5a8b092f8ffc44e069d05807fd5f928364;hpb=10f0e1d58eda7e8d5f3e7d5613ca2d976620e434;p=lilypond.git diff --git a/ly/catalan.ly b/ly/catalan.ly index ae3ada5a8b..7d5ae8164a 100644 --- a/ly/catalan.ly +++ b/ly/catalan.ly @@ -1,8 +1,9 @@ %{ - Common catalan names for notes. "b" means flat (bemoll), "d" means sharp (diesi). - Also "s" is included for sharp (sostingut). Both "diesi" and "sostingut" are approved - by "Diccionari de la Llengua Catalana" from "Institut d'Estudis Catalans". + Common catalan names for notes. "b" means flat (bemoll), "d" means sharp + (diesi). Also "s" is included for sharp (sostingut). Both "diesi" and + "sostingut" are approved by "Diccionari de la Llengua Catalana" from + "Institut d'Estudis Catalans". Adapted from italiano.ly. @@ -17,7 +18,7 @@ % For using "sostingut" notation, which is also correct -\pitchnames #`( +pitchnamesCatalan = #`( (dobb . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) (dob . ,(ly:make-pitch -1 0 FLAT)) (do . ,(ly:make-pitch -1 0 NATURAL)) @@ -71,6 +72,8 @@ (siss . ,(ly:make-pitch -1 6 DOUBLE-SHARP)) ) +pitchnames = \pitchnamesCatalan +\version "2.10.0" -\version "1.9.7" +#(ly:parser-set-note-names parser pitchnames)