Hi, Markus
Great!!
That is what I want.
Thanks a lot.
So, I can make my vocal score, as following:
%%% CODE SNIPPET BEGIN
\score {
<<
\new Staff {
\set Staff.instrument = "Solo"
c'4 d' e' f' \break c'4 d' e' f'
}
\new ChoirStaff
<<
\override ChoirStaff.SystemSt
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
<<
\n
Hi, Kieren.
Thanks for your sugention.
But my hope is not match.
thanks.
> Hi!
>
> > I can't get bracket of ChiorStaff when only one staff in ChoirStaff
> > as following.
> > Any sugestion for this purpose?
>
> How about this:
>
> \version &qu
Hi, Daniel.
I tried your sample.
But my Lilypond (2.9.11-1 on Windows XP) doesn't work.
Thanks.
> % The following is untested
>
> \score {
> \new Staff { c'4 d' e' f' }
>
> \layout {
>\context {
> \Staff
> \consists System_start_delimiter_engraver
>
IMAI Yuji wrote:
Hi, lists.
I can't get bracket of ChiorStaff when only one staff in ChoirStaff
as following.
\score {
\new ChoirStaff <<
\new Staff { c'4 d' e' f' }
>>
}
Any sugestion for this purpose?
Thanks.
% The following is unt
Hi!
I can't get bracket of ChiorStaff when only one staff in ChoirStaff
as following.
Any sugestion for this purpose?
How about this:
\version "2.8.5"
\score
{
\new ChoirStaff
<<
\new Staff { c'4 d' e'
Hi, lists.
I can't get bracket of ChiorStaff when only one staff in ChoirStaff
as following.
\score {
\new ChoirStaff <<
\new Staff { c'4 d' e' f' }
>>
}
Any sugestion for this purpose?
Thanks.
--
[EMAIL PROTECTED]
___