lilypond-user
[Top][All Lists]
Advanced

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

Overriding font size in markup variable


From: Javier Ruiz-Alma
Subject: Overriding font size in markup variable
Date: Sun, 12 Jul 2015 01:08:20 +0000 (UTC)

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
   }
}

%**************************

reply via email to

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