Hi Ralf.
Is this what you had in mind?

\include "english.ly"
\score {
    \drums {
        \new DrumStaff
        <<
            \context DrumVoice = "1" { s1*2}
            \context DrumVoice = "2" { s1*2}
            \new DrumVoice   { 
                \voiceOne
                R1
                r1
                r4 r8 sidestick16 ss ss8 ss4
                << \new DrumVoice {
                    \voiceOne hihat8 ~ hh8 hh hh hh ~ hh hh hh hh} 
                   \new DrumVoice {
                       \voiceTwo ss8 bd4. bd8 ss4 r8 bd8}  >> 
            }
        >>
    }
}

Cheers,
Bruce.


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to