lilypond-user
[Top][All Lists]
Advanced

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

Re: bar connection


From: Daniel Rosen
Subject: Re: bar connection
Date: Sun, 3 Mar 2013 05:08:20 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 }
>>




reply via email to

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