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: jdrum
|
|
|
|
|
# group: juliese
|
|
|
|
|
# key: jdrum
|
|
|
|
|
# expand-env: (yas-indent-line fixed)
|
|
|
|
|
# --
|
|
|
|
|
-- @jdrum
|
2017-06-10 17:24:08 +01:00
|
|
|
d'drum $ -- overlay ((1 ~>) $ s "${3:cy}/8") $ -- (3), (4) remove
|
|
|
|
|
-- overlay ((0.5 ~>) $ s "${2:sn}/2") $ -- (2)
|
|
|
|
|
-- every' 8 8 (overlay $ (0.32 ~>) $ s "$1*2") $ -- (1)
|
2017-06-10 15:05:01 +01:00
|
|
|
-- every' 12 2 (density 3) $ -- (5)
|
2017-06-10 17:24:08 +01:00
|
|
|
s "${1:k}"
|