Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Low

New issue 1132 by PhilEHolmes: Header oddity
http://code.google.com/p/lilypond/issues/detail?id=1132

Inside a bookpart only the last header block is seen. In the following
snippet, title and composer appear but _not_  poet.

\header { title = "Test" }
\bookpart {
  \header { poet = "Someone" }
  \header { composer = "Me" }
  { c'4 }
}


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

Reply via email to