From b1679362fc5a39d175ebb7d079abec783a1ac7c2 Mon Sep 17 00:00:00 2001 From: LuKe Tidd Date: Thu, 1 Dec 2022 06:21:25 -0500 Subject: [PATCH] fix perm --- ...ck Kerrigan - Rap Beats on the Drum Set.ly | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Chuck Kerrigan - Rap Beats on the Drum Set/Chuck Kerrigan - Rap Beats on the Drum Set.ly 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) + } + } +}