lilypond-user
[Top][All Lists]
Advanced

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

Re: Percussion madness.


From: Bruce McIntyre
Subject: Re: Percussion madness.
Date: Fri, 11 Jun 2004 22:52:56 +1000
User-agent: Mutt/1.5.6+20040523i

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.




reply via email to

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