On Wed, 26 Nov 2003 20:35:09 -0800 (PST)
Christopher Ellis <[EMAIL PROTECTED]> wrote:
> Thanks, this helped me also.  Is there a way to make
> the two staffs be contained in a brace like piano
> music.  I have tried different things with no luck.  i
> have seen this in Brahms Symphony 1, first violin part
> where the concertmaster solo appears.  There are two
> staffs and in parts I have seen, they are braced
> together.  Thanks.

IIRC, stick everything inside a GrandStaff:

\score{
        \new GrandStaff {
                \new Staff { \notes
                        d4 d d d
                        <<
                                { e4 e e e }
                                \new Staff { c4 c c c }
                        >>
                        d4 d d d
                }}
        }
}

Cheers,
- Graham


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to