I tried to put a line break between alternate endings and got; warning: More alternatives than repeats. Junking excess alternatives
Short example:
%%% Begin Lily code %%%
\version "2.24.4"
\score {
\relative c' {
\repeat volta 2 {
c d e f g a b c
\alternative {
{d d d d}
%\break % adding \break causes the error
{e e e e}
}
}
}
}
%%% End Lily code %%%
Is this a bug, a known issue, and is there a workaround?
TIA
David
