diff --git a/Chuck Kerrigan - Rap Beats on the Drum Set/Chuck Kerrigan - Rap Beats on the Drum Set.ly b/Chuck Kerrigan - Rap Beats on the Drum Set/Chuck Kerrigan - Rap Beats on the Drum Set.ly new file mode 100644 index 0000000..3e8556a --- /dev/null +++ b/Chuck Kerrigan - Rap Beats on the Drum Set/Chuck Kerrigan - Rap Beats on the Drum Set.ly @@ -0,0 +1,32 @@ +\version "2.22.0" +%{ + Reference: https://lilypondcookbook.com/ +%} + +drh = \drummode { + +<> hh <> hh <> hh <> hho + +hh16 sn hho8 <> hh8 hh16 hh hho8 <> hh8 + +hh8 hh <> hho8 <> hh hh hh hh8 hh8 + +hh16 hh hh hh <> hh hh16 <> hho8 <> hh + +<> <> hho8 <> 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) + } + } +}