X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fcatalan.ly;h=0977bd95e22150ddba6e390b6cf3f00de6fb10e7;hb=fc5ab26e3d13884e92981243219bd04d3fb921fa;hp=d1383f52a5544747d558711052daca720016dacb;hpb=e78193a3f00c971a7a967ded88d51c91a7363a13;p=lilypond.git diff --git a/ly/catalan.ly b/ly/catalan.ly index d1383f52a5..0977bd95e2 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--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)) @@ -74,6 +92,4 @@ pitchnamesCatalan = #`( pitchnames = \pitchnamesCatalan -\version "2.3.17" - #(ly:parser-set-note-names parser pitchnames)