]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/suomi.ly
Update Texinfo TeX output macros from CVS
[lilypond.git] / ly / suomi.ly
index 74af495aedf64507f9afd1a23e5a0008f2d5e890..153281e413590f72496fcdd728bfec4e940c008c 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,6 +49,6 @@ pitchnamesSuomi = #`(
 
 pitchnames = \pitchnamesSuomi
 
-\version "2.7.36"
+\version "2.10.0"
 
 #(ly:parser-set-note-names parser pitchnames)