Put the break in the first alternative. Carl
On Sun, Apr 27, 2025, 11:17 AM [email protected] <[email protected]> wrote: > 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 >
