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 15:36:35 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: pn2drum
|
|
|
|
|
# group: pigsnose
|
|
|
|
|
# key: pn2drum
|
|
|
|
|
# expand-env: (yas-indent-line fixed)
|
|
|
|
|
# --
|
|
|
|
|
-- @pn2drum
|
|
|
|
|
d'drum $ cf $ stack [
|
2017-06-10 17:38:52 +01:00
|
|
|
s "[${3:hh}*8 [$3*4 ${4:ho}]]/2",
|
|
|
|
|
s "[~ [~ ${2:sn:1}] ~ $2 ~ ~ $2 ~]/2",
|
2017-06-10 15:36:35 +01:00
|
|
|
-- every 4 (brak . density 2) $ -- (3)
|
2017-06-10 17:38:52 +01:00
|
|
|
s "${1:bd}*2" -- (1) "${5:house}*2" -- (2) "$5(3,8)"
|
2017-06-10 15:36:35 +01:00
|
|
|
]
|