X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fcatalan.ly;h=0977bd95e22150ddba6e390b6cf3f00de6fb10e7;hb=db8c55362bfe478845e2b180eee1ffb7ac87073b;hp=a6ad8d66b825f0d1d6d6fb2c4f6d17e101aa9853;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/ly/catalan.ly b/ly/catalan.ly index a6ad8d66b8..0977bd95e2 100644 --- a/ly/catalan.ly +++ b/ly/catalan.ly @@ -1,22 +1,41 @@ +%%%% common Catalan names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 1998--2010 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)) @@ -73,4 +92,4 @@ pitchnamesCatalan = #`( pitchnames = \pitchnamesCatalan -\version "2.1.36" +#(ly:parser-set-note-names parser pitchnames)