Hi,

I'd like to make an automatic footer, using infos from the header block.

What do I have to change, to get rid of (or override) the format from the title?

-----8<------------------

\version "2.24.0"

{a4}

\header {

  title =
  \markup
  \fill-line {
    \override #'(font-name . "Calluna")
    \abs-fontsize #22 "Title"
    \null
  }

  composer = "Composer"

}

\paper {

  oddFooterMarkup = \markup {
    \fill-line {
      \tiny {
        {"Edited by Joei"}
        \line  {\fromproperty #'header:composer " - " \fromproperty #'header:title }
       "Copyright 2024"
      }
    }
  }
}

------>8-------

Best regards
Joei


--
Diese E-Mail wurde von Avast-Antivirussoftware auf Viren geprüft.
www.avast.com

Reply via email to