Am 05.07.2011 21:03, schrieb Neil Puttock:
On 5 July 2011 15:45, Marc Hohl<m...@hohlart.de>  wrote:

Ideally, there is something I can put in a separate include file which works
for
*all* markups that follow (which are mixed with scores and bundled in
several
\bookpart contexts.
I don't think this is possible without redefining interpret-markup
directly inside scm/makup.scm, i.e.,

(define-public (interpret-markup layout props arg)
    (ly:text-interface::interpret-markup layout props
(make-abs-fontsize-markup 12 arg)))

It is possible to redefine interpret-markup inside a .ly file, but
you'll find top-level markup ignores the new settings since
interpret-markup-list will still use the original definition (it's
defined directly following interpret-markup, and gets called from C++
when generating paper-book output).
Neil, thanks for your answer. Your solution is at least so complicated
that I don't feel stupid for not having discovered it for myself ;-)

I think the search and replace feature of my favorite text editor comes
in handy now ...

Regards,

Marc


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to