Re: One staff in ChoirStaff

2006-07-13 Thread IMAI Yuji
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

Re: One staff in ChoirStaff

2006-07-13 Thread Markus Schneider
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

Re: One staff in ChoirStaff

2006-07-12 Thread IMAI Yuji
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

Re: One staff in ChoirStaff

2006-07-12 Thread IMAI Yuji
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 >

Re: One staff in ChoirStaff

2006-07-12 Thread Daniel Johnson
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

Re: One staff in ChoirStaff

2006-07-12 Thread Kieren MacMillan
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'

One staff in ChoirStaff

2006-07-12 Thread IMAI Yuji
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] ___