lilypond-user
[Top][All Lists]
Advanced

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

Re: \on-the-fly #first-page not working in bookTitleMarkup ?


From: Jakub Pavlík
Subject: Re: \on-the-fly #first-page not working in bookTitleMarkup ?
Date: Sun, 10 Nov 2013 11:58:35 +0100

So this time a "less minimal" example with a book and two bookparts.
The book title, which I would love to have on the first page, will never get engraved.

In the meantime I experimented a bit more and found out that \on-the-fly #first-page works very well in the page headers/footers, but doesn't work in the bookTitleMarkup.

Jakub

--- snip

\version "2.17.24"



\paper {

bookTitleMarkup = \markup {

\column {

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

\fromproperty #'header:subtitle

}

}

}



\book {

\header {

title = "Example book"

}


\bookpart {

\header {

subtitle = "part 1"

}

\score { \relative c' { a } }

}

\bookpart {

\header {

subtitle = "part 2"

}

\score { \relative c' { b } }

}

}



--- /snip


2013/11/9 Eluze <address@hidden>
Jakub Pavlík wrote
> 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.

unfortunately your code does not involve any \book or \bookpart where we
could see what you mean...

Eluze



--
View this message in context: http://lilypond.1069038.n5.nabble.com/on-the-fly-first-page-not-working-in-bookTitleMarkup-tp153577p153608.html
Sent from the User mailing list archive at Nabble.com.

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


reply via email to

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