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.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user