X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fnederlands.ly;h=eed065349fb29f0e5aad684085c916ab78cdab8d;hb=8afe24d7f10f2f9b4bdaf8c1b690bbe973ddb07b;hp=6ce0358073e7aa4258f4679c452688ff78ea8b38;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/ly/nederlands.ly b/ly/nederlands.ly index 6ce0358073..eed065349f 100644 --- a/ly/nederlands.ly +++ b/ly/nederlands.ly @@ -1,6 +1,9 @@ -\version "2.1.26" +\version "2.10.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)