On Sat, Mar 22, 2025 at 1:24 PM Hans Aikema <hans.aik...@aikebah.net> wrote:
> > > On 22 Mar 2025, at 21:12, Ralph Palmer <palmer.r.vio...@gmail.com> wrote: > > Hi - > > I've done this before, but I can't figure out where. I've tried searching > the Notation Reference, the User Archive, and the LSR, but I can't find it > there or figure out how to do it. > > What I want is to eliminate the end-of-line clef and/or time signature > when either one changes at the start of the next line. > > Could someone please point me in the right direction? > > > As in > > https://lilypond.org/doc/v2.24/Documentation/notation/visibility-of-objects#using-break_002dvisibility > ? > > HTH > > Hans > > Yes, as in that. Here's a minimal non-working example: %%%%%%%% \version "2.24.0" \language "english" test = \relative c' { \clef alto \key c \major \time 4/4 c4 d e f | \once \override Staff.Clef.end-of-line-visible = #(#f #f #f) \break \time 3/4 \clef treble a4 b c | } \score { \test } %%% also tried with Staff.KeySignature.end- etc. %%%%%%%% I've also tried using just #f after the = sign, with no luck. All the best, Ralph ______ Ralph Palmer Seattle USA (he, him, his) palmer.r.vio...@gmail.com