On 06/05/2026 18:07, Brian O'Folan wrote:
Timothy.  I'm new to Lilypond and didn't realize it might be normal practice.  Thanks for letting me know!  Do you know the code to suppress it , if I choose that way?
Brian

Please include the lilypond-user list when replying.

You can add a command to the layout part of the score as below. See https://lilypond.org/doc/v2.26/Documentation/notation/visibility-of-objects#using-break_002dvisibility

\score {
  \new PianoStaff <<
    \new Staff << \global \rightOne >>
    \new Staff << \global \leftOne >>
  >>
  \layout {
    \override Score.TimeSignature.break-visibility = #end-of-line-invisible
  }
}

--
Timothy Lanfear, Bristol, UK.

Reply via email to