X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fnederlands.ly;h=54cdfeb88884fc773fca6df970f77d3d64c5ad50;hb=be6c990b752b8f9619988d870794ba779c9fe807;hp=9a1eaab774f4ea299090d1118eab672d3a12d7a4;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/ly/nederlands.ly b/ly/nederlands.ly index 9a1eaab774..54cdfeb888 100644 --- a/ly/nederlands.ly +++ b/ly/nederlands.ly @@ -1,14 +1,42 @@ +%%%% common Dutch names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 1996--2010 Han-Wen Nienhuys +%%%% +%%%% 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 dutch names for notes. es means flat, is means sharp -notenames should only contain letters. No digits or punctuation. + es = flat + eses = double-flat + eh = quarter-tone flat + eseh = three-quarter-tones flat + + is = sharp + isis = double-sharp + ih = quarter-tone sharp + isih = three-quarter-tones sharp + + English: c d e f g a bf b + Dutch: c d e f g a b h %} dutchPitchnames = #`( (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) - (ceh . ,(ly:make-pitch -1 0 SEMI-FLAT)) (ces . ,(ly:make-pitch -1 0 FLAT)) (ceseh . ,(ly:make-pitch -1 0 THREE-Q-FLAT)) @@ -83,6 +111,6 @@ dutchPitchnames = #`( (bisis . ,(ly:make-pitch -1 6 DOUBLE-SHARP)) ) +pitchnames = \dutchPitchnames -pitchnames = \dutchPitchnames #(ly:parser-set-note-names parser pitchnames)