Hi Orm,
Would you mind posting a minimal example which demonstrates the
problems you're having?
Here's a quick snippet I've knocked up using ChoirStaff and DrumStaff
which seems to be working fine:
\version "2.11.42"
\paper { ragged-right = ##t }
\score {
\new ChoirStaff { <<
\new DrumStaff = one \drummode {
crashcymbal4 hihat8 halfopenhihat \voiceTwo hh hh
\change Staff =
two \voiceOne hh \change Staff = one \voiceTwo hihat
}
\new DrumStaff = two \drummode {
\voiceOne crashcymbal4 hihat8 halfopenhihat hh hh
\voiceTwo hh hihat
}
>> }
\layout {}
}
Regards,
Neil
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user