Jinsong Zhao wrote:
>
> I am try to learn LilyPond by doing. I have a score, which display a 
> flat symbol in ees major. However, I can't get that in LilyPond.
>
> \version "2.19.15"
> \relative c, {
>    \clef "bass"
>    \key ees \major
>    c8 g' ees' g, c,4  < g'' bes, > |%m69
> }

What you want is called a "courtesy accidental" or "cautionary
accidental".  You can get that using the bang symbol:   bes,!

Usually, this would only be done if the most recent previous B had been
a B natural, or if a key change made it likely that the performer would
choose the wrong one.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to