Knute Snortum <ksnor...@gmail.com> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to