]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/english.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / ly / english.ly
index 9f316824c8241c6e2ac0ef567bd5f8cf68832c8f..67820fffb5d14103592125d55c1fe8db99d409d2 100644 (file)
@@ -3,7 +3,7 @@
      with s for sharp and f for flat.
 %}
 
-\pitchnames #`(
+pitchnamesEnglish = #`(
        (cflatflat . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
        (cflat . ,(ly:make-pitch -1 0 FLAT))
        (c . ,(ly:make-pitch -1 0 NATURAL))
@@ -85,5 +85,9 @@
        (bx . ,(ly:make-pitch -1 6 DOUBLE-SHARP))
 )
 
-\version "1.9.7"
+pitchnames = \pitchnamesEnglish
 
+\version "2.7.39"
+
+
+#(ly:parser-set-note-names parser pitchnames)