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: pn1drumintro
|
|
|
|
|
# group: pigsnose
|
|
|
|
|
# key: pn1drumintro
|
|
|
|
|
# expand-env: (yas-indent-line fixed)
|
|
|
|
|
# --
|
|
|
|
|
-- @pn1drumintro
|
|
|
|
|
d'drum $ cf $ stack [
|
2017-06-10 17:38:52 +01:00
|
|
|
-- s "${2:bd}/2", -- (2)
|
|
|
|
|
-- s "[~ [~ ${3:sn:1}] ~ $3 ~ ~ $3 ~]/2" -- (1)
|
|
|
|
|
s "[~ [~ ${1:ho}] ~ $1 ~ ~ $1 ~]/2" -- (1) remove
|
2017-06-10 15:36:35 +01:00
|
|
|
]
|