> I'm not top posting.

Hi,

This is related to http://code.google.com/p/lilypond/issues/detail?id=1903
The alternative that is suggested in 1903 doesn't work when you use a variable
for the pageBreak.

See also http://lists.gnu.org/archive/html/lilypond-user/2011-09/msg00263.html

mvtI   = { c'4 c' c' c' }
mvtII  = { d'4 d' d' d' }
myPageBreak = \pageBreak


\score {
   \new Staff { \mvtI }
   \header { piece = "Page 1"}
}

\myPageBreak

\score {
   \new Staff { \mvtII }
   \header { piece = "Should be page 2"}
}

Greeting, Ed


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

Reply via email to