bug-lilypond
[Top][All Lists]
Advanced

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

Re: Wierd behaviour of \header in \bookpart in \version 2.12.2


From: Nicolas Sceaux
Subject: Re: Wierd behaviour of \header in \bookpart in \version 2.12.2
Date: Wed, 6 Jan 2010 19:18:18 +0100

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





reply via email to

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