]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/nederlands.ly
* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
[lilypond.git] / ly / nederlands.ly
index 5cdcf1107b17f05c1a442b60142b7adb09733181..b3684d8719e0dec045d6b5e68aa78f3ace72abce 100644 (file)
@@ -1,9 +1,12 @@
-\version "1.9.7"
+\version "2.3.16"
 %{
  common dutch names for notes. es means flat, is means sharp
+
+notenames should only contain letters. No digits or punctuation.
+
 %}
 
-\pitchnames #`(
+dutchPitchnames = #`(
        (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
 
        (ceh . ,(ly:make-pitch -1 0 SEMI-FLAT))
@@ -81,3 +84,5 @@
        )
 
 
+pitchnames = \dutchPitchnames 
+#(ly:parser-set-note-names parser pitchnames)