add some extra tags, and expand to snippets

This commit is contained in:
Aneurin Barker Snook
2017-06-10 15:36:35 +01:00
parent 5964e42d99
commit f37dea7efc
19 changed files with 257 additions and 13 deletions
+17
View File
@@ -0,0 +1,17 @@
# -*- mode: snippet -*-
# name: pn1drum
# group: pigsnose
# key: pn1drum
# expand-env: (yas-indent-line fixed)
# --
-- @pn1drum
d'drum $ cf $
-- overlay (s "[hh*8 [hh*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 "[bd [~ ~ ~ bd] bd*2 ~]/2",
s "[~ [~ sn:1] ~ sn:1 ~ ~ sn:1 ~]/2"
]