X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fnederlands.ly;h=9a1eaab774f4ea299090d1118eab672d3a12d7a4;hb=101210f95c0bc5c790c3051d35af60a045abacc2;hp=4454a9fbf7b0d1c11b5f66c6500beef8a56368db;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/ly/nederlands.ly b/ly/nederlands.ly index 4454a9fbf7..9a1eaab774 100644 --- a/ly/nederlands.ly +++ b/ly/nederlands.ly @@ -1,6 +1,9 @@ -\version "2.1.28" +\version "2.12.0" %{ common dutch names for notes. es means flat, is means sharp + +notenames should only contain letters. No digits or punctuation. + %} dutchPitchnames = #`( @@ -82,3 +85,4 @@ dutchPitchnames = #`( pitchnames = \dutchPitchnames +#(ly:parser-set-note-names parser pitchnames)