Hi!
> I can't get bracket of ChiorStaff when only one staff in ChoirStaff
> as following.
Try this, it works for me with 2.9.10 and 2.8.4:
%%% CODE SNIPPET BEGIN
\score { {
\new ChoirStaff
\override ChoirStaff.SystemStartBracket #'collapse-height = #2
<<
\new Staff { c'4 d' e' f' \break c'4 d' e' f' }
>>
}
\layout { ragged-left = ##t }
}
%%% CODE SNIPPET END
Markus
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user