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 08:34:54 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: b1drum1
|
|
|
|
|
# group: battery123
|
|
|
|
|
# key: b1drum1
|
2017-06-10 14:47:19 +01:00
|
|
|
# expand-env: (yas-indent-line fixed)
|
2017-06-10 08:34:54 +01:00
|
|
|
# --
|
|
|
|
|
-- @b1drum1
|
|
|
|
|
d'drum $ cf $ stack [
|
|
|
|
|
-- every 4 (density 1.5) $ -- (2)
|
|
|
|
|
-- slow 2 $ s "peri [~ peri] ! ~", -- (1)
|
|
|
|
|
sound "~ psr:1"
|
|
|
|
|
]
|