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.
Files
pigs-nose-ep/snippets/pn1drum
T

18 lines
437 B
Plaintext

# -*- mode: snippet -*-
# name: pn1drum
# group: pigsnose
# key: pn1drum
# expand-env: (yas-indent-line fixed)
# --
-- @pn1drum
d'drum $ cf $
-- overlay (s "[${3:hh}*8 [$3*4 ${4:ho}]]/2") $ -- (5)
-- every 8 (density 2) $ -- (3)
-- jux (iter 4) . -- (2)
-- jux (density 2 . iter 4) . -- (4) replace (2)(3)
-- every 3 rev $ -- (1)
stack [
s "[${1:bd} [~ ~ ~ $1] $1*2 ~]/2",
s "[~ [~ ${2:sn:1}] ~ $2 ~ ~ $2 ~]/2"
]