lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat title


From: Timothy Lanfear
Subject: Re: repeat title
Date: Sun, 24 Feb 2019 23:02:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 24/02/2019 22:03, Martin Tarenskeen wrote:

Hi,

I want to repeat the title of my score on top of every page, except the first page, in a small font, maybe italic. How to do that in LilyPond?

Here is an example

\paper {
   oddHeaderMarkup = \markup \column {
      \fill-line {
        \null
        \on-the-fly #not-part-first-page \normalsize \italic \fromproperty #'header:title
        \null
      }
      \null
    }
    evenHeaderMarkup = \markup \column {
      \fill-line {
        \null
        \on-the-fly #not-part-first-page \normalsize \fromproperty #'header:piece
        \null
      }
      \null
    }
}


--
Timothy Lanfear, Bristol, UK.




reply via email to

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