Re: end-of-line-invisible exception

2024-03-26 Thread Xavier Scheuer
On Tue, 26 Mar 2024 at 17:05, bobr...@centrum.is  wrote:
>
> Is there a way to omit the key signature at the end of a line in this
case?

Hello,

Well, here *it is* key cancellation.
\override Staff.KeyCancellation.break-visibility = #all-invisible

Kind regards,
Xavier


end-of-line-invisible exception

2024-03-26 Thread bobr...@centrum.is
Is there a way to omit the key signature at the end of a line in this case? 

 
\version "2.24.2" 

\score { 
\relative c' { 
\set Staff.explicitKeySignatureVisibility = #end-of-line-invisible 
\key b \major 
b1 
\break 
\key c \major 
c1 

} 
}