]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/suomi.ly
MusicXML: Add exceptions for more broken MusicXML exporters
[lilypond.git] / ly / suomi.ly
index 1a826871713194a95b12d6a5995de217722064da..10e1cbf8cb29a0eb2e988ba13954feefd0ccae6e 100644 (file)
@@ -38,7 +38,8 @@ pitchnamesSuomi = #`(
        (a . ,(ly:make-pitch -1 5 NATURAL))
        (ais . ,(ly:make-pitch -1 5 SHARP))
        (aisis . ,(ly:make-pitch -1 5 DOUBLE-SHARP))
-       (bb . ,(ly:make-pitch -1 6 DOUBLE-FLAT))
+       (bb . ,(ly:make-pitch -1 6 DOUBLE-FLAT)) ;; should be bes. Kept for downwards compatibility
+       (bes . ,(ly:make-pitch -1 6 DOUBLE-FLAT))
        (heses . ,(ly:make-pitch -1 6 DOUBLE-FLAT))  ;;non-standard name for bb
        (b . ,(ly:make-pitch -1 6 FLAT))
        (h . ,(ly:make-pitch -1 6 NATURAL))
@@ -48,4 +49,6 @@ pitchnamesSuomi = #`(
 
 pitchnames = \pitchnamesSuomi
 
-\version "2.1.19"
+\version "2.12.0"
+
+#(ly:parser-set-note-names parser pitchnames)