Nathan <when.possible <at> gmail.com> writes:

> 
> On Sat, Mar 2, 2013 at 4:04 PM, Mario Moles <mario.moles73 <at> gmail.com>
> wrote:
> 
> 
> 
> Hi lilyponders!
> I'm sorry! But I have not figured out how to get Grandstaff without the
> connected bars! Do you know?
> Thanks!
> 
> 
> 
> \new ChoirStaff \with {
>   systemStartDelimiter = #'SystemStartBrace
> } <<
>   \new Staff \relative c' { c1 c1 }
> 
>   \new Staff \relative c { \clef bass c1 c1 }
> >>
> 
> There is a limitation with this -- you can't put an instrumentName on the
> part.
> 
> Regards,
> 
> Nathan 
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 

I hate to contradict you, Nathan, but I have no trouble giving the ChoirStaff
context an instrument name.

\new ChoirStaff \with {
  systemStartDelimiter = #'SystemStartBrace
  instrumentName = #"Instrument"
} <<
  \new Staff \relative c' { c1 c1 }
  \new Staff \relative c { \clef bass c1 c1 }
>>


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to