lilypond-user
[Top][All Lists]
Advanced

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

Re: explicitClefVisibility


From: David Wright
Subject: Re: explicitClefVisibility
Date: Fri, 12 Mar 2021 10:48:01 -0600
User-agent: Mutt/1.10.1 (2018-07-13)

On Fri 12 Mar 2021 at 16:11:56 (+0100), Anthony Rushforth wrote:
> 
> I'm trying to get rid of key modifiers at end of lines.
> I found this :
> \set Staff.explicitClefVisibility = #end-of-line-invisible
> which works well when flats are added, but not when sharps are added
> I don't find the answer in the documentation

\set Staff.printKeyCancellation = ##f

ยง 1.3.3 p23 in NR, but pagination from the 2.22.0 version.

\set Staff.explicitKeySignatureVisibility = #begin-of-line-visible
\set Staff.printKeyCancellation = ##f
\key c \major c1 d e f g a b
\break \transpose c f {\key c \major c1 d e f g a b}
\break \transpose c bes {\key c \major c1 d e f g a b}
\break \transpose c ees {\key c \major c1 d e f g a b}
\break \transpose c aes {\key c \major c1 d e f g a b}
\break \transpose c des {\key c \major c1 d e f g a b}
\break \transpose c ges {\key c \major c1 d e f g a b}
\break \transpose c b {\key c \major c1 d e f g a b}
\break \transpose c e {\key c \major c1 d e f g a b}
\break \transpose c a {\key c \major c1 d e f g a b}
\break \transpose c d {\key c \major c1 d e f g a b}
\break \transpose c g {\key c \major c1 d e f g a b}

Cheers,
David.



reply via email to

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