Noeck <noeck.marb...@gmx.de> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to