Re: Missing repeat sign after longer alternative

David Kastrup <[email protected]> Fri, 29 Nov 2024 23:03:03 +0100
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <[email protected]>
"Ole V. Villumsen via bug-lilypond" <[email protected]> writes:

> 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 "|."
> }
> }

I don't understand what you expect here.  Alternatives in a repeat
construct have to be the last thing, yet you add c' | \bar "|." into the
repeat volta.  How is that supposed to be formatted?

-- 
David Kastrup