trixy/UltiSnips/lytex/music.snippets

27 lines
404 B
Plaintext
Raw Normal View History

2023-07-22 16:20:18 +02:00
snippet ll "Lilypond environment" bA
%<LILY_START>
\begin{lilypond}
$0
\end{lilypond}
%<LILY_END>
endsnippet
snippet lf "\lilypondfile command" bA
%<LILY_START>
\lilypondfile{$1}$0
%<LILY_END>
endsnippet
snippet "(^|[^a-zA-Z])sd" "\music{} command" rA
`!p snip.rv = match.group(1)`\music{${1:${VISUAL:}}}$0
endsnippet
snippet ;f "\flat" iA
\flat
endsnippet
snippet ;s "\sharp" iA
\sharp
endsnippet