[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Volta bracket does not continue after page break
From: |
Jakob Schöttl |
Subject: |
Volta bracket does not continue after page break |
Date: |
Thu, 12 Jun 2014 18:35:12 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
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}
}
}
- Volta bracket does not continue after page break,
Jakob Schöttl <=