X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fnederlands.ly;h=54cdfeb88884fc773fca6df970f77d3d64c5ad50;hb=1d4914c023a672e0e80b9b9eafc123605f4c0f00;hp=6ce0358073e7aa4258f4679c452688ff78ea8b38;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/ly/nederlands.ly b/ly/nederlands.ly index 6ce0358073..54cdfeb888 100644 --- a/ly/nederlands.ly +++ b/ly/nederlands.ly @@ -1,11 +1,42 @@ -\version "2.1.26" +%%%% 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 + + 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)) @@ -80,5 +111,6 @@ dutchPitchnames = #`( (bisis . ,(ly:make-pitch -1 6 DOUBLE-SHARP)) ) +pitchnames = \dutchPitchnames -pitchnames = \dutchPitchnames +#(ly:parser-set-note-names parser pitchnames)