]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/english.ly
*** empty log message ***
[lilypond.git] / ly / english.ly
index 97428e9566dd1571f4113c9ffc668ca593ee2b77..af32c05738cae2346a8b25a4c54ee2bd13f3cb14 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.8"
+pitchnames = \pitchnamesEnglish
 
+\version "2.4.0"
+
+
+#(ly:parser-set-note-names parser pitchnames)