]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/nederlands.ly
(Font selection):
[lilypond.git] / ly / nederlands.ly
index f0e1ad12be84e57d7f2eff3f274e6ddfb6fa2609..71ba49c97a1e5a9ef574051a1cc5f49c1eafc95e 100644 (file)
@@ -1,9 +1,12 @@
-\version "2.1.19"
+\version "2.4.0"
 %{
  common dutch names for notes. es means flat, is means sharp
+
+notenames should only contain letters. No digits or punctuation.
+
 %}
 
-dutchPitchnames =  #`(
+dutchPitchnames = #`(
        (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
 
        (ceh . ,(ly:make-pitch -1 0 SEMI-FLAT))
@@ -82,3 +85,4 @@ dutchPitchnames =  #`(
 
 
 pitchnames = \dutchPitchnames 
+#(ly:parser-set-note-names parser pitchnames)