lilypond-user
[Top][All Lists]
Advanced

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

Re: bar connection


From: Nathan
Subject: Re: bar connection
Date: Sat, 2 Mar 2013 22:17:18 -0800

On Sat, Mar 2, 2013 at 9:08 PM, Daniel Rosen <address@hidden> wrote:
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 }
>>

heh. That was sort of humiliating :P

Regards,
Nathan

reply via email to

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