Kieren MacMillan wrote
> Hello all,
>
> Why is the header not showing up here?
>
> \version "2.19"
>
> \paper {
> print-all-headers = ##t
> bookTitleMarkup = \markup \abs-fontsize #72 \fill-line { \center-column
> { \fromproperty #'header:title \vspace #4 } }
> scoreTitleMarkup = \markup \abs-fontsize #48 \fill-line { \fromproperty
> #'header:piece }
> oddHeaderMarkup = \markup \abs-fontsize #12 \fromproperty #'header:piece
> evenHeaderMarkup = \markup \abs-fontsize #12 \fromproperty
> #'header:piece
> }
>
> \header {
> title = "Book Title"
> }
>
> \bookpart {
>
> \score {
> c''
> \header { piece = "In C" }
> }
>
> \pageBreak
>
> \score {
> d''
> \header { piece = "In D" }
> }
> }
well - if you're talking about the piece it's clear from the NR:
"
oddHeaderMarkup
evenHeaderMarkup
oddFooterMarkup
evenFooterMarkup
These markup variables can only access text fields from top-level \header
blocks"
now you can define piece at top-level as well as in the \score-header:
\bookpart {
\header { piece = ##f }
\score {
{ ... }
}
\header { piece = wonderful}
}
and - unexpectedly - "wonderful" will spread over the whole score...
Eluze
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/header-not-showing-bookpart-score-header-info-tp158990p158995.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user