lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hide the system start bar before a single context?


From: Trevor Bača
Subject: Hide the system start bar before a single context?
Date: Sat, 16 Aug 2014 17:23:52 -0400

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
address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]