Hi, 2011/12/19 Thomas Baruchel <baruc...@gmx.com>: > > 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 lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user