Hi,

Using LilyPond from CVS, the required page break between 1st and 2nd
pieces does not show:

\version "2.9.19"

\score {
  { c'1 }
  \header { piece = "First piece" }
}
\score {
  { d'1 }
  \header { piece = "Second piece"
            breakbefore = ##t }
}

nicolas


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

Reply via email to