Hi,
breakbefore seems to have no effect unless piece is used in conjunction. Added 
to cvs as breakbefore-no-piece.

erik


\version "2.5.15"

\header {
  texidoc = "breakbefore doesn't work if no piece is given"
  reportedin = "2.5.15"
}

\book {
\score {
  \relative {c4 c c c }
}
\score {
  \relative {c4 c c c }
  \header { piece = foo breakbefore = ##t }
}
\score {
  \relative {c4 c c c }
  \header { breakbefore = ##t }
}

}


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to