Skip to content

Instantly share code, notes, and snippets.

@bracki
Last active December 8, 2022 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bracki/2d1a998df3a77195e2d4b331bbebde88 to your computer and use it in GitHub Desktop.
Save bracki/2d1a998df3a77195e2d4b331bbebde88 to your computer and use it in GitHub Desktop.
Pleasure - Spread That Feeling, Drums Tab
\header {
title = "Spread That Feeling"
composer = "Pleasure"
}
up = \drummode {
\override Beam #'positions = #'(5.5 . 5.5)
sn16 sn <hhho bd>8 <hh sn> [hh] <hh bd> [hh] <hh sn> hh16 sn16
<hh bd>8 [<hh bd>] <hh bd sn> <hh bd> <hh bd> hh <hh sn> hh16 sn16
<hh bd>8 [<hh bd>] <hh bd sn> <hh bd> <hh bd> hh <hh sn> hh16 sn16
<hh bd>8 [<hh bd>] <hh bd sn> <hh bd> <hh bd> hh <hh sn> hh16 sn16
}
\score
{
\new DrumStaff <<
\tempo 4 = 122
\set DrumStaff.drumStyleTable = #agostini-drums-style
\new DrumVoice { \voiceOne \up }
>>
\layout {}
\midi {}
}
@bracki
Copy link
Author

bracki commented Dec 8, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment