lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Key cancellation at the beginning


From: Jean Abou Samra
Subject: Re: Key cancellation at the beginning
Date: Wed, 2 Mar 2022 23:07:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0



Le 01/03/2022 à 16:41, Thomas Scharkowski a écrit :
Hi,

I’d like to have key cancellation naturals at the beginning of a score for f, c 
and g.
How can I do this?

Thank you,
Thomas


Try this:

\version "2.22.1"

\new Staff {
  \set Staff.lastKeyAlterations = #`((3 . ,SHARP)
                                     (0 . ,SHARP)
                                     (4 . ,SHARP))
  \once \override Staff.KeyCancellation.break-visibility = #begin-of-line-visible
  s1
}

Best,
Jean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]