Created
November 18, 2014 12:34
-
-
Save psav/ddd07cadada0c0b349db to your computer and use it in GitHub Desktop.
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
\score { | |
\new DrumStaff | |
<< | |
\set DrumStaff.drumStyleTable = #(alist->hash-table mydrums) | |
\context DrumVoice = "1" { s1 } | |
\context DrumVoice = "2" { s2 } | |
\drummode { | |
<< | |
{ | |
toml8 <toml sn>8 toml16 sn16 toml8 <toml sn>8 toml16 sn16~ sn16 toml16 sn8| % use bar checks | |
toml8 <toml sn>8 toml16 sn16 toml8 <toml sn>8 toml16 sn16~ sn16 toml16 \times 2/6{ toml8 toml8 toml8 } | % use bar checks | |
} \\ | |
{ | |
bd4 bd bd bd | | |
bd4 bd bd bd | | |
} | |
>> | |
} | |
>> | |
\header { | |
piece = "Practice Groove 1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment