Hi,

I would like to have the full book title on the first page of the first
bookpart only and an abbreviated book title on the first pages of the
subsequent bookparts.
I know the sollution with resetting the unwanted fields in the bookpart
headers, but it would be more convenient to define the whole "titling
logic" on one place. I tried it, but the content inserted by
\on-the-fly #first-page ...
will never be printed. (Try the minimal example below.)

Do I miss anything?

Thanks in advance,
Jakub

--- snip

 \version "2.17.24"


\paper {

bookTitleMarkup = \markup {

\on-the-fly #first-page \fromproperty #'header:title

}

}


\header {

title = "Example"

}


\score { \relative c' { a } }


--- /snip
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to