Hi,
2011/12/19 Thomas Baruchel <[email protected]>:
>
> However, though I figured out how to remove the start bar by using:
> \remove "System_start_delimiter_engraver"
> I still have the SystemStartBrace. Is there an easy way of removing it?
try:
\version "2.14.2"
\score {
\new PianoStaff <<
\new Staff { c'' }
\new Staff { c' }
>>
\layout {
\context {
\PianoStaff
\remove "System_start_delimiter_engraver"
}
\context {
\Score
\remove "System_start_delimiter_engraver"
}
}
}
HTH,
Harm
P.S. Please post every time a short example showing the problem and
the used version.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user