X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fcatalan.ly;h=5e78273656c0a2791c5da8d915752bdf371b4d95;hb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;hp=18ce75265828061a7a1061f89f9b14507a3bed1d;hpb=36f6cd546770e38c6e2314404e21f1c89504eb7d;p=lilypond.git diff --git a/ly/catalan.ly b/ly/catalan.ly index 18ce752658..5e78273656 100644 --- a/ly/catalan.ly +++ b/ly/catalan.ly @@ -1,23 +1,41 @@ +%%%% common Catalan names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 1998--2009 Jaume Obrador +%%%% +%%%% LilyPond is free software: you can redistribute it and/or modify +%%%% it under the terms of the GNU General Public License as published by +%%%% the Free Software Foundation, either version 3 of the License, or +%%%% (at your option) any later version. +%%%% +%%%% LilyPond is distributed in the hope that it will be useful, +%%%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%%%% GNU General Public License for more details. +%%%% +%%%% You should have received a copy of the GNU General Public License +%%%% along with LilyPond. If not, see . + +\version "2.12.0" + %{ - 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". + b = flat (bemoll) + bb = double-flat - Adapted from italiano.ly. + d = sharp (diesi) + dd = double-sharp - English: a b c d e f g - Catalan: la si do re mi fa sol + s = sharp (sostingut) + ss = double-sharp - For spanish naming just use the sharp sign "s" (sostenido) instead of "s" -(sostenido) . -%} + English: c d e f g a b + Catalan: do re mi fa sol la si -% contributed by Jaume Obrador <> + Adapted from italiano.ly. +%} -% For using "sostingut" notation, which is also correct pitchnamesCatalan = #`( (dobb . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) (dob . ,(ly:make-pitch -1 0 FLAT)) @@ -74,6 +92,4 @@ pitchnamesCatalan = #`( pitchnames = \pitchnamesCatalan -\version "2.6.0" - #(ly:parser-set-note-names parser pitchnames)