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: Fri, 2 Dec 2016 00:43:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

Hi Harm,

hm, I am still not getting what I want. I fear that's what you meant by
the limitations concerning the $defaultheader.

This is a minimal example to show the problem:

\version "2.19.50"

%%% from included file
\header {
  author = "default author"  % just in case there is no author later
}
\paper {
  oddFooterMarkup =
  \markup \column {
    \fill-line {
      \on-the-fly #first-page
        \concat {
                #(ly:modules-lookup (list $defaultheader) 'author "")
}}}}
%%% end of included file

\header {
  author = "real author"
  % this is the author that should appear in the footer
}

{ a }


Can this be solved?

Joram



reply via email to

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