]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/nederlands.ly
Merge commit 'origin' into includes
[lilypond.git] / ly / nederlands.ly
index c3e2a9630636a2495f58c67c047c36a7dcd69eef..9a1eaab774f4ea299090d1118eab672d3a12d7a4 100644 (file)
@@ -1,6 +1,9 @@
-\version "2.1.30"
+\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)