lilypond-user
[Top][All Lists]
Advanced

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

Re: Header fields in custom footer


From: Noeck
Subject: Re: Header fields in custom footer
Date: Thu, 24 Nov 2016 21:07:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

Dear Andrew,

thanks for your reply. But I think that's not the point. My example was
too minimal as I assumed that it does not matter if I put it in a
\markup or in the footer properties of the paper block.

So my question remains: How can I use string manipulations and header
properties in my footer markup?

A better minimal example is this:


\version "2.19.50"

\header {
  composer = "Mozart"
}

\paper {
  oddFooterMarkup = \markup #(format "Composer: ~a"
    (markup->string (markup (#:fromproperty 'header:composer))))
}

It compiles but the composer is not shown.


Cheers,
Joram



reply via email to

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