Le 6 janv. 2010 à 10:29, Bernard Hurley a écrit :
> Hi,
>
> Inside a bookpart only the last header block is seen. In the following
> snippet, title and composer appear but _not_ poet.
>
> Bernard
>
> \header { title = "Test" }
> \bookpart {
> \header { poet = "Someone" }
> \header { composer = "Me" }
> { c'4 }
> }
The behavior of \bookpart headers is consistent with the one of
\book and \score headers.
\book {
\header { title = "Title" }
\header { composer = "Composer" }
\score {
{ c'4 }
\header { piece = "Piece" }
\header { opus = "Opus" }
}
}
==> only Composer and Opus are printed.
So this is not weird.
Nicolas
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond