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