Thanks, Knute. My source was nicely formatted before I posted it (email removed
indentation), so I don‘t understand how I missed that I had inadvertently put
the ending inside \repeat volta 2. In my real music and in the tiny example.
Solved.
/Ole
Sent with [Proton Mail](https://proton.me/mail/
On Fri, Nov 29, 2024 at 1:35 PM Ole V. Villumsen via bug-lilypond <
bug-lilypond@gnu.org> 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' | }
>
"Ole V. Villumsen via bug-lilypond" 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 wha
I'm not sure I'm authorized to reply to this but I'll try.
You simply need to move the brace that is intended to signal the end of
the repeated part to a position prior to the alternate endings like this :
~~~
\version "2.24.4"
{
\repeat volta 2 {
d
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 "|."
}
}
Sent with [Proton Mail](https://proton.me/mail/home) secure email.