lilypond-user
[Top][All Lists]
Advanced

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

partcombine/drummode


From: Bert Verbeek
Subject: partcombine/drummode
Date: Sun, 11 Nov 2007 13:08:40 +0100
User-agent: KMail/1.9.7

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 {}
}




reply via email to

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