Joram,

So, I want to do this in the layout context because I want to use it in an include.

It will get rid of the time signature, but I can't get rid of the KeyCancellation that appears at the end of the line after a \break. How do I get rid of that?

\override Staff.TimeSignature.break-visibility = #end-of-line-invisible \override Staff.KeyCancellation.break-visibility = #end-of-line-invisible

(If someone told me already, I'm sorry if I missed it; email conversations are difficult to follow at best, IMHO).

On 7/1/2016 8:19 PM, [email protected] wrote:
That works just the same:

\once \override Staff.KeyCancellation.break-visibility =
#end-of-line-invisible

In general a minimal example like this would be good for others to help
you. Something like this:

\relative {
   \key a \major
   \time 3/4
   b4 g'2 \break
   \once \override Staff.TimeSignature.break-visibility =
#end-of-line-invisible
   \once \override Staff.KeyCancellation.break-visibility =
#end-of-line-invisible
   \key c \major
   \time 4/4
   f1
}

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to