On Fri, 11 Oct 2024, Peter Chubb wrote:

> The syntax of repeat is:
>    \repeat TYPE MUSIC ALTERNATIVES
> So when you have:
>    \repeat volta 2 {
>       \repeat unfold {}
>       \alternative {
>       }
>    }
> The alternatives are attached to the unfolded repeat, and get unfolded.

That's the older syntax, still supported for compatibility (which is why
it's happening with what Cameron wrote) but no longer recommended.  The
current prefered syntax is:

\reapeat TYPE { MUSIC \alternative { ALTERNATIVES } }

-- 
Matthew Skala
msk...@ansuz.sooke.bc.ca                 People before tribes.
https://ansuz.sooke.bc.ca/

Reply via email to