X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fsuomi.ly;h=10e1cbf8cb29a0eb2e988ba13954feefd0ccae6e;hb=4764d492fd3bf942280aa6ed5e0a2f88510abd23;hp=7e0d10f3be5334816550aedbd89893751125e33f;hpb=402045837e7134cdf90d1fcf31768c62227a4936;p=lilypond.git diff --git a/ly/suomi.ly b/ly/suomi.ly index 7e0d10f3be..10e1cbf8cb 100644 --- a/ly/suomi.ly +++ b/ly/suomi.ly @@ -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)