Last active
December 8, 2022 10:15
-
-
Save bracki/2d1a998df3a77195e2d4b331bbebde88 to your computer and use it in GitHub Desktop.
Pleasure - Spread That Feeling, Drums Tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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 {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe https://music.stackexchange.com/questions/117269/how-to-make-two-bar-phrases-in-two-columns-per-page helps for the future...