X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fnederlands.ly;h=10bae7dd1d25bb11453bd1b3a4b4cbad7880cc0c;hb=6f65699f6ece62852bbc90cb0292c654322f2d03;hp=9a1eaab774f4ea299090d1118eab672d3a12d7a4;hpb=3bafaae8bf353619d2f97036e874f1c9cb787adf;p=lilypond.git diff --git a/ly/nederlands.ly b/ly/nederlands.ly index 9a1eaab774..10bae7dd1d 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--2009 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)