From: Rune Zedeler Date: Sun, 6 Jan 2008 14:01:26 +0000 (+0100) Subject: added bes to suomi X-Git-Tag: release/2.11.38-1~115^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f5269a0f869a73d04da56e70b96d54bcc2954001;p=lilypond.git added bes to suomi --- diff --git a/ly/suomi.ly b/ly/suomi.ly index efd2a4cc86..153281e413 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))