X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fvlaams.ly;h=a4735d599f1689834dd7ff79c7fb48e3ebb90871;hb=89192bb6e7e71cc438817d42f189142d4e44cc2b;hp=b2f5518f95a43a1e449493870e93476c822b08d1;hpb=bbcb58184883768ca35d64451d7f693d2db11bb7;p=lilypond.git diff --git a/ly/vlaams.ly b/ly/vlaams.ly index b2f5518f95..a4735d599f 100644 --- a/ly/vlaams.ly +++ b/ly/vlaams.ly @@ -1,17 +1,37 @@ -\version "2.7.32" %hier stond 2.1.36, mocht ik dat wel veranderen? +%%%% common Flemish names for notes +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 2004--2010 Hendrik Maryns +%%%% +%%%% 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 Flemish names for notes. "b" means flat (bemol), "k" means sharp (kruis). - Adapted from espanol.ly. + b = flat (bemol) + bb = double-flat - English: a b c d e f g - Flemish: la si do re mi fa sol + k = sharp (kruis) + kk = double-sharp -%} + English: c d e f g a b + Flemish: do re mi fa sol la si -% contributed by Hendrik Maryns <> 06/06/2004 + Adapted from espanol.ly. +%} pitchnamesVlaams = #`( (dobb . ,(ly:make-pitch -1 0 DOUBLE-FLAT)) @@ -58,3 +78,5 @@ pitchnamesVlaams = #`( ) pitchnames = \pitchnamesVlaams + +#(ly:parser-set-note-names parser pitchnames)