lilypond-user
[Top][All Lists]
Advanced

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

Re: same staff different context


From: Han-Wen Nienhuys
Subject: Re: same staff different context
Date: Thu, 25 Mar 2004 11:23:01 +0100

address@hidden writes:
> A Staff context can contain several Voice contexts, so just put
> the different parts in different Voice contexts.
> 
> \new Staff <<
>    \new Voice {...}
>    \new Voice {...}
>    ...
>  >>
> 

That doesn't work with the new DrumStaff. I would add

        \context { \StaffContext
        \accepts DrumVoice }

and hope that nothing else goes wrong.
-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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