I don't know if there are better solutions but you can suppress the
rest in one voice using s instead of r and center the rest from the
other voice by changing temporarily to \notemode and using the \rest
feature:
sn4 \notemode {c''2. \rest}
%% the c'' makes the position of the rest %%%
also you can override the position of the rest:
\once \override Rest #'staff-position = #1 r2.
hope that helps
ole
Am 11.11.2007 um 13:08 schrieb Bert Verbeek:
Hello All,
First of all, thanks for this wonderfull program.
I'm using lilypond version 2.10.29 on Debian Linux testing.
I'm using lilypond for the first time for a complete BigBand score,
every
thing is going great, but I'm stuck with one minor problem.
Is it possible to use \partcombine and \drummode together in order
to print
common rests of snare and bassdrum voices only once in the normal
position of
the \DrumStaff?
If not, how should I fake this?
Thanks in advance,
Bert Verbeek
---- ly input -----
\version "2.10.29"
SNARE = \drummode { sn8-> r r4 }
BASSDRUM = \drummode { bd8 r r4 }
\score{
<<
\new DrumStaff <<
\set Staff.instrumentName = "Drums"
\new DrumVoice { \voiceOne \SNARE }
\new DrumVoice { \voiceTwo \BASSDRUM }
\layout {}
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user