On Wed, Sep 13, 2023 at 12:34 AM Jean Abou Samra <j...@abou-samra.fr> wrote:

> Suppose tagline "worked" in \score blocks. What would this code print?
>
> \version "2.24.2"
>
> \score {
>   \header {
>     tagline = "Tagline 1"
>   }
>   { c' }
> }
>
> \score {
>   \header {
>     tagline = "Tagline 2"
>   }
>   { d' }
> }
>
> \score {
>   \header {
>     tagline = "Tagline 3"
>   }
>   { e' }
> }
>
>
>
> A tagline is not specific to a score, it's put on the last page of
> an entire bookpart, so the behavior is expected (and logical).
>

When you explain it, it seems obvious now.  Thanks.


--
Knute Snortum

Reply via email to