On Sun, Sep 28, 2025 at 8:23 AM Tim's Bitstream <[email protected]>
wrote:

> I haven't had time to try this yet, but to double check- is there a way to
> do this so the first line has the clef and key signature but not the rest
> of the staves? This is the norm for lead sheets for jazz musicians.
>

I think what you want is this in the score layout or context:

    \override Score.Clef.break-visibility = #'#(#f #f #f)  % make only the
first clef visible
    \override Score.KeySignature.break-visibility = #'#(#f #f #f)  % make
only the first time signature visible
    \override Score.SystemStartBar.collapse-height = #1  % allow
single-staff system bars

Look at the link below under examples for a lead sheet with jazz fonts.

    https://github.com/OpenLilyPondFonts/lilyjazz

--
Knute Snortum

Reply via email to