lilypond-user
[Top][All Lists]
Advanced

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

Re: feature request: abs-fontsize available for all text grobs


From: Jan-Peter Voigt
Subject: Re: feature request: abs-fontsize available for all text grobs
Date: Mon, 22 Jul 2013 18:00:24 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

On 22.07.2013 12:31, David Kastrup wrote:
Jan-Peter Voigt <address@hidden> writes:

as one can read in
http://www.lilypond.org/doc/v2.17/Documentation/extending/callback-functions.html
you can use callback-functions on /all/ grob-properties ...
so why doesn't this work?
\override TextScript #'font-size = #(lambda (grob) 30)
The settings of font-interface and text-interface become part of the
props alist list for markup interpretation.  At the time a markup is
interpreted, no information about a possibly responsible grob is
available, so no callbacks can be executed.

I see ... thanks for the explanation.





reply via email to

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