Joe, is
\paper{
breakbefore = ##t
}
depreciated? I wouldn't be surprised if it was, but I need to know so I
can remove it from the docs. (if it is, how are users supposed to get
that effect now?)
- Graham
John Mandereau wrote:
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,
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond