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:05:01 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: jdrum2
|
|
|
|
|
# group: juliese
|
|
|
|
|
# key: jdrum2
|
|
|
|
|
# expand-env: (yas-indent-line fixed)
|
|
|
|
|
# --
|
|
|
|
|
-- @jdrum2
|
|
|
|
|
d'drum $ stack [
|
2017-06-10 17:24:08 +01:00
|
|
|
every' 8 7 (overlay $ (0.32 ~>) $ s "${1:k}") $ s "[$1 ~ $1*2 ~]/4",
|
|
|
|
|
every' 16 16 (overlay $ (0.82 ~>) $ s "${2:sn}") $ (1 ~>) $ s "$2/2"
|
2017-06-10 15:05:01 +01:00
|
|
|
]
|