]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/nederlands.ly
(process_music): delta-pitch -> delta-step.
[lilypond.git] / ly / nederlands.ly
index f14728ad0453af7c0743e93e1807584a17fd737c..5ede11b8af57b743d5e84908dffc94b6099aa2be 100644 (file)
@@ -1,6 +1,9 @@
-\version "2.1.22"
+\version "2.7.39"
 %{
  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)