Re: Missing repeat sign after longer alternative
Knute Snortum <[email protected]> Fri, 29 Nov 2024 15:38:01 -0800
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <CALmeJxTBBybkDszwyhYCKENvMJXZQugbiZ6Oi8q5MrX_xi3DUw@mail.gmail.com> |
On Fri, Nov 29, 2024 at 1:35 PM Ole V. Villumsen via bug-lilypond < [email protected]> wrote: > Expected: Repeat sign after first volta. > Observed: No repeat sign anywhere. > > \version "2.24.4" > > { > \repeat volta 2 { > d' 1 | > \alternative { > \volta 1 { f' | g' | } > \volta 2 { d' | } > } > c' | > \bar "|." > } > } > Formatting will help you see the problem: \version "2.24.4" { \repeat volta 2 { d' 1 | \alternative { \volta 1 { f' | g' | } \volta 2 { d' | } } % end of alternative } % end of volta c' | \bar "|." } -- Knute Snortum