lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Putting tweaks in a variable


From: David Kastrup
Subject: Re: Putting tweaks in a variable
Date: Fri, 07 Apr 2017 00:15:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Knute Snortum <address@hidden> writes:

> I seem to remember that there is now a way to put several tweaks into a
> variable.  So instead of writing this:
>
>     c4 -\tweak something -\tweak something-else c8
>
> I could write something like this:
>
>     masterTweak = { \magic -\tweak something -\tweak something-else }
>     ...
>     c4 -\masterTweak c8
>
> ...but I don't know what "\magic" is or even if that's how you do it.  I
> did several searches including "lilypond tweaks in variable" and followed
> several links, but I couldn't find it.

masterTweak = \tweak something \tweak something-else \etc

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]