On Tue, 15 Oct 2024 at 21:54, Xavier Scheuer <[email protected]> wrote: > > Ah, my bad, I remembered the other way around. > At least the old syntax gives the expected output.
Sorry for the multiple messages within a short period of time.
You can have the expected output and use the new syntax if you put the
\repeat unfold block within braces.
\repeat volta 2 {
{ \repeat unfold 2 { c1 } }
\alternative {
{ d1 }
{ e1 }
}
}
Kind regards,
Xavier
