Hi,

with latest CVS and the old page breaker, "breakbefore = ##t" in \header
block has no effect.

NB: the same issue has been fixed for the new page breakers around
2.9.19 (see
http://lists.gnu.org/archive/html/bug-lilypond/2006-09/msg00104.html ).


\version "2.9.26"

\paper {
  page-breaking = #optimal-page-breaks
}

\score {
  { c'1 }
  \header { piece = "First piece" }
}

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


Cheers,
-- 
John Mandereau <[EMAIL PROTECTED]>



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

Reply via email to