]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/english.ly
Nitpick run.
[lilypond.git] / ly / english.ly
index 97428e9566dd1571f4113c9ffc668ca593ee2b77..35292caf5fe445a277e660a150f69a4f416d8254 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.6.0"
+
+
+#(ly:parser-set-note-names parser pitchnames)