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.
Files
cuadrillion/snippets/cudrumintro
T

13 lines
340 B
Plaintext

# -*- mode: snippet -*-
# name: cudrumintro
# group: cuadrillion
# key: cudrumintro
# expand-env: (yas-indent-line fixed)
# --
-- @cudrumintro
d'drum $
every' 16 16 (overlay $ n "~ 1!!" # s "$1") $
1 <~ n "1/16" # s "${1:drum}" -- (0)
-- n "{1, [~! [~ 0]!]/4}" # s "$1" -- (1)
-- n "{1, [~! [~ 0]!]/4, [[~ 3] 3]/2}" # s "$1" -- (2)