X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fcatalan.ly;h=c6608a217cbfb69473291b1361a0aa259a6d6a06;hb=3ea291c21ce16aeaf00b6a6f500bf0a3a9b790d9;hp=99ae0dc72360b3808611e049b3b171ffe47c6d05;hpb=75be12aa75a535af753d6125bfc03da3ee303b36;p=lilypond.git diff --git a/ly/catalan.ly b/ly/catalan.ly index 99ae0dc723..c6608a217c 100644 --- a/ly/catalan.ly +++ b/ly/catalan.ly @@ -1,73 +1,23 @@ -%{ - - 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. - - English: a b c d e f g - Catalan: la si do re mi fa sol - - For spanish naming just use the sharp sign "s" (sostenido) instead of "s" -(sostenido) . -%} - -% contributed by Jaume Obrador - -\notenames { - dobb = \musicalpitch { -1 0 -2 } - dob = \musicalpitch { -1 0 -1 } - do = \musicalpitch { -1 0 0 } - dod = \musicalpitch { -1 0 1 } - dodd = \musicalpitch { -1 0 2 } - rebb = \musicalpitch { -1 1 -2 } - reb = \musicalpitch { -1 1 -1 } - re = \musicalpitch { -1 1 0 } - red = \musicalpitch { -1 1 1 } - redd = \musicalpitch { -1 1 2 } - mibb = \musicalpitch { -1 2 -2 } - mib = \musicalpitch { -1 2 -1 } - mi = \musicalpitch { -1 2 0 } - mid = \musicalpitch { -1 2 1 } - midd = \musicalpitch { -1 2 2 } - fabb = \musicalpitch { -1 3 -2 } - fab = \musicalpitch { -1 3 -1 } - fa = \musicalpitch { -1 3 0 } - fad = \musicalpitch { -1 3 1 } - fadd = \musicalpitch { -1 3 2 } - solbb = \musicalpitch { -1 4 -2 } - solb = \musicalpitch { -1 4 -1 } - sol = \musicalpitch { -1 4 0 } - sold = \musicalpitch { -1 4 1 } - soldd = \musicalpitch { -1 4 2 } - labb = \musicalpitch { -1 5 -2 } - lab = \musicalpitch { -1 5 -1 } - la = \musicalpitch { -1 5 0 } - lad = \musicalpitch { -1 5 1 } - ladd = \musicalpitch { -1 5 2 } - sibb = \musicalpitch { -1 6 -2 } - sib = \musicalpitch { -1 6 -1 } - si = \musicalpitch { -1 6 0 } - sid = \musicalpitch { -1 6 1 } - sidd = \musicalpitch { -1 6 2 } - -% For using "sostingut" notation, which is also correct - - dos = \musicalpitch { -1 0 1 } - doss = \musicalpitch { -1 0 2 } - res = \musicalpitch { -1 1 1 } - ress = \musicalpitch { -1 1 2 } - mis = \musicalpitch { -1 2 1 } - miss = \musicalpitch { -1 2 2 } - fas = \musicalpitch { -1 3 1 } - fass = \musicalpitch { -1 3 2 } - sols = \musicalpitch { -1 4 1 } - solss = \musicalpitch { -1 4 2 } - las = \musicalpitch { -1 5 1 } - lass = \musicalpitch { -1 5 2 } - sis = \musicalpitch { -1 6 1 } - siss = \musicalpitch { -1 6 2 } -} - - +%%%% common Catalan names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 2010--2012 Valentin Villenave +%%%% +%%%% 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 . + +%%%% Legacy file. (see scm/define-note-names.scm) + +\version "2.14.0" + +\language "catalan"