33 lines
670 B
Plaintext
33 lines
670 B
Plaintext
\version "2.22.0"
|
|
%{
|
|
Reference: https://lilypondcookbook.com/
|
|
%}
|
|
|
|
drh = \drummode {
|
|
|
|
<<hh8 bd8>> hh <<hh sn>> hh <<bd hh>> hh <<sn hh>> hho
|
|
|
|
hh16 sn hho8 <<hh8 sn bd>> hh8 hh16 hh hho8 <<hh8 sn bd>> hh8
|
|
|
|
hh8 hh <<hh sn>> hho8 <<hh16 bd>> hh hh hh hh8 hh8
|
|
|
|
hh16 hh hh hh <<hh8 sn>> hh hh16 <<hh sn>> hho8 <<hh sn bd>> hh
|
|
|
|
<<hh16 bd>> <<hh sn>> hho8 <<hh sn bd>> hh hh16 hh hh hh hh8 hho
|
|
}
|
|
|
|
\score {
|
|
\new DrumStaff <<
|
|
\set Staff.instrumentName = #"drums"
|
|
\new DrumVoice { \stemUp \drh }
|
|
%{ \new DrumVoice { \stemDown \drl %}
|
|
>>
|
|
\layout { }
|
|
\midi {
|
|
\context {
|
|
\Score
|
|
tempoWholesPerMinute = #(ly:make-moment 70 4)
|
|
}
|
|
}
|
|
}
|