]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/suomi.ly
Docs: AU 3.4 Clarify action of convert-ly -e
[lilypond.git] / ly / suomi.ly
index 7e0d10f3be5334816550aedbd89893751125e33f..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.22"
+\version "2.12.0"
+
+#(ly:parser-set-note-names parser pitchnames)