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