Noeck <[email protected]> writes:
>> However I haven't found any variant of this that works.
>
>
> Hi Jim,
>
> this works for me:
>
>
> \version "2.19.36"
>
> stable = \tweak #'color #red \etc
>
> {
> a \stable b
> }
The 2.18 equivalent is
stable =
#(define-music-function (parser location m) (ly:music?)
#{ \tweak color #red #m #})
\etc is merely a shorthand for that which tends to go nicely with
tweaks.
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user