lilypond-user
[Top][All Lists]
Advanced

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

Re: Divisi and Unison


From: Graham Percival
Subject: Re: Divisi and Unison
Date: Wed, 26 Nov 2003 22:25:46 -0800

On Wed, 26 Nov 2003 20:35:09 -0800 (PST)
Christopher Ellis <address@hidden> 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




reply via email to

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