lilypond-user
[Top][All Lists]
Advanced

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

Re: Page numbers with text


From: Noeck
Subject: Re: Page numbers with text
Date: Fri, 7 Feb 2020 21:44:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

… and if you want this footer on every page, you can have it shorter:


  oddFooterMarkup = \markup \fill-line {
    \line {
      \fromproperty #'page:page-number-string
      "–"
      \fromproperty #'header:title
    }
  }

Best,
Joram



reply via email to

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