Quoting Graham Percival <[EMAIL PROTECTED]>:

...
Aha!  This produces the behavior you want:

\version "2.9.7"
\book{
  \score {
    \new Staff {
      c4 c4
    }
  }
  \header {
    title = "tit"
    tagline = "tag"
  }
}

IMO, if there's only one \score in the piece, then the \header{} should be considered to be part of \book, not \score. But at least I know what's happening now...

As always, you can remove the \book{ and the corresponding } at the end, since an implicit \book block is included by default anyway (unless you want to have several \book blocks in the same .ly file or are using
lilypond-book).

  /Mats



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to