lilypond-devel
[Top][All Lists]
Advanced

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

Repeat alternative count


From: Dan Eble
Subject: Repeat alternative count
Date: Sat, 29 Aug 2020 09:37:19 -0400

Is there a use case for specifying the number of times to reuse a repeat 
alternative in a way that \unfoldRepeats could honor?  Right now, it reuses the 
first alternative enough times to reach the repeat count.  If so, does anyone 
want to suggest a syntax?  Here's my entry.

    \repeat volta 40 {
      …
    } \alternative {
      { … }
      \repeat alternative 3 { … }
      { … }
    }

Good? Bad? Meh?
— 
Dan




reply via email to

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