Mike,
On Tue, Jun 19, 2012 at 11:24 AM, [email protected]
<[email protected]> wrote:
> Is there a way to turn off partcombine so that I can change staves and then
> turn it back on when the voice comes back to its original staff?
What about this?
instrumentOne = \relative c' {
e4 e e e
e4 e e e
e4 e e e
}
instrumentTwo = \relative c' {
c4 c c c
\partcombineApart
\change Staff = "down"
\oneVoice
c c c c
\change Staff = "up"
\partcombineAutomatic
c c c c
}
<<
\new Staff = "up" \new Voice { \partcombine \instrumentOne \instrumentTwo }
\new Staff = "down" { s1*3 }
>>
% you can wrap the commands in something convenient.
% hth,
% Janek
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user