Hi,

Is it possible to hide the system start bar before a single context (but
leave the system start bar present before all other contexts)?

Something like the (ineffective) override in the middle staff here ...

\version "2.19.11"

\new Score <<
    \new Staff {
        c'4 d'4 e'4 f'4
    }
    \new Staff \with {
        \override Score.SystemStartBar.stencil = ##f
    } {

        c'4 d'4 e'4 f'4
    }
    \new Staff {
        c'4 d'4 e'4 f'4
    }
>>

... is what I'm looking for.

Thanks,

Trevor.

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

Reply via email to