This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2017-06-10 09:06:42 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: hdrum0
|
|
|
|
|
# group: haddeo
|
|
|
|
|
# key: hdrum0
|
|
|
|
|
# expand-env: (yas-indent-line 'fixed)
|
|
|
|
|
# --
|
|
|
|
|
-- @hdrum0
|
|
|
|
|
d'drum $ stack [
|
|
|
|
|
n "1/4" # s "drum" -- (2) remove
|
|
|
|
|
-- n "[1*2, 0*8]/8" # s "drum", -- (2)
|
|
|
|
|
-- n "[~ 0]" # s "kit" -- (1)
|
|
|
|
|
]
|