X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fvlaams.ly;h=a4735d599f1689834dd7ff79c7fb48e3ebb90871;hb=1d4914c023a672e0e80b9b9eafc123605f4c0f00;hp=7020954b551a59d04c83e4b7b746bb25a7569c61;hpb=471a023f5233c071584090bf08ab5c9846673580;p=lilypond.git diff --git a/ly/vlaams.ly b/ly/vlaams.ly index 7020954b55..a4735d599f 100644 --- a/ly/vlaams.ly +++ b/ly/vlaams.ly @@ -1,17 +1,37 @@ -\version "2.7.36" %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)