The following example illustrates a problem I have in a real score,
namely that the line breaking and note spacing is extremely weird after
I have used \break to get a single line with only two multimeasure
rests. Version 2.24 produces the same weird result. I hoped that a
\newSpacingSection would help, but it doesn't make any difference.
\version "2.26"
\relative c' {
\time 2/4
\compressEmptyMeasures
\*16 { b4 d | g d }
\section
\break
\sectionLabel "Var 1"
\key g \minor
R2*16 |
\repeat volta 2 {
R2*16 |
}
\section
\break
\newSpacingSection
\sectionLabel "Var 2"
\*40 { bes4 d | g d }
}
/Mats