add tab stops to snippets, plus a few bug fixes

This commit is contained in:
Aneurin Barker Snook
2017-06-10 17:38:52 +01:00
parent c5fdda07b5
commit 0bbf54d6b1
17 changed files with 27 additions and 26 deletions
+3 -3
View File
@@ -6,8 +6,8 @@
# --
-- @pn2drum
d'drum $ cf $ stack [
s "[hh*8 [hh*4 ho]]/2",
s "[~ [~ sn:1] ~ sn:1 ~ ~ sn:1 ~]/2",
s "[${3:hh}*8 [$3*4 ${4:ho}]]/2",
s "[~ [~ ${2:sn:1}] ~ $2 ~ ~ $2 ~]/2",
-- every 4 (brak . density 2) $ -- (3)
s "bd*2" -- (1) "house*2" -- (2) "house(3,8)"
s "${1:bd}*2" -- (1) "${5:house}*2" -- (2) "$5(3,8)"
]