lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange behavior with repeat immediately before alternate endings


From: mskala
Subject: Re: Strange behavior with repeat immediately before alternate endings
Date: Thu, 10 Oct 2024 16:58:23 -0400 (EDT)
User-agent: Alpine 2.20 (LNX 67 2015-01-07)

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
mskala@ansuz.sooke.bc.ca                 People before tribes.
https://ansuz.sooke.bc.ca/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]