I have a markup variable preformatted to specific font size. I wish to use the same variable elsewhere, but override the font-size to smaller size. Can this be done? Snippet:%*************************
\version "2.18.2" thisText = \markup { \abs-fontsize #20 "My Text" } \markup { \column { \fill-line { \thisText } \fill-line { \null } \fill-line { \override #'(font-size . 10) \thisText } % <----this doesn't work }} %**************************
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user