This commit is contained in:
LuKe Tidd 2022-12-01 06:21:25 -05:00
parent 0dbd022fc0
commit b1679362fc

View File

@ -0,0 +1,32 @@
\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)
}
}
}