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