Skip to content

Instantly share code, notes, and snippets.

@psav
Created November 18, 2014 12:34
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 psav/ddd07cadada0c0b349db to your computer and use it in GitHub Desktop.
Save psav/ddd07cadada0c0b349db to your computer and use it in GitHub Desktop.
\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