lilypond-user
[Top][All Lists]
Advanced

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

Re: One staff in ChoirStaff


From: Markus Schneider
Subject: Re: One staff in ChoirStaff
Date: Thu, 13 Jul 2006 14:20:58 +0200

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







reply via email to

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