Hi the same occurs if you use \break instead of \pageBreak. It's not a bug and I recall previous discussion on this matter, see for example: http://lists.gnu.org/archive/html/lilypond-user/2008-07/msg00111.html
There are better threads but I cannot find them. I think that LilyPond is just following the standard notation rules. 2014-06-12 18:35 GMT+02:00 Jakob Schöttl <[email protected]>: > I noticed the following bug; > See comments in this example: > > \version "2.18.2" > > { > > \repeat volta 2 { > > a a a a > > } > > \alternative { > > {a a a a | b b b b} > > {c c c c | \pageBreak d d d d} > > % volta bracket for 2nd alternative does not continue after \pageBreak > > % (regardless of it is an artificial or a natural page break) > > } > > } > > > > However, no problems when the page break occurs in the first alternative: > > > \version "2.18.2" > > { > > \repeat volta 2 { > > a a a a > > } > > \alternative { > > {a a a a | \pageBreak b b b b} > > {c c c c | d d d d} > > } > > } > > > > _______________________________________________ > bug-lilypond mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-lilypond > _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
