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