Now I think I've got it:
\version "2.24.4"
\score {
\relative {
\set Score.finalFineTextVisibility = ##t
s1
\repeat segno 2 {
\repeat volta 3 {
s1
\alternative {
\volta 1 { s1 }
\volta 2 { s1 \bar "||" }
\volta 3 { s1 \bar "|." \fine }
}
}
s1
\bar "||"
}
}
}
I still get a 3 in the final ending but I also get the 'Fine' mark as well as
the D.S. al Fine marking.
Thanks for the input.
David
> From: "Tim's Bitstream" <[email protected]>
> To: "bobroff" <[email protected]>
> Cc: "lilypond-user" <[email protected]>
> Sent: Monday, May 12, 2025 4:41:53 PM
> Subject: Re: 'Fine' ending puzzle
> Are you using something like*
> \repeat volta 3 {
> music
> }
> \alternative {
> { first ending }
> { second ending }
> { third ending }
> }
> * my templates are old and while they still work, they may not be best
> practice
> for the most up-to-date iteration of Lilypond. Since my engraving needs are
> limited to lead sheets for jazz combos, and because I really don't understand
> the Lilypond programming language very well, I don't change it until it's
> broken and I am forced to learn something new. :-p
> Tim
>> On May 12, 2025, at 11:22 AM, [email protected] wrote:
>> I thought about a coda, but it would be a single measure. It makes more
>> sense to
>> me to have a 1st, 2nd, and 'Fine' ending. If I could do a three ending thing
>> but call the 3rd ending 'Fine,' that would be optimal.
>> -David
>>> From: "Tim's Bitstream" <[email protected]>
>>> To: "bobroff" <[email protected]>
>>> Cc: "lilypond-user" <[email protected]>
>>> Sent: Monday, May 12, 2025 3:58:57 PM
>>> Subject: Re: 'Fine' ending puzzle
>>> Do you just need to put a "fine" markup at the double barline at the end of
>>> the
>>> 2nd ending? Or would a coda make more sense to the musicians?
>>>> On May 12, 2025, at 10:41 AM, [email protected] wrote:
>>>> I have a little puzzle that I have not figure out. I have a segno at the
>>>> beginning of a repeated section. It goes to a first ending which repeats
>>>> back
>>>> to the start of the repeated section and then goes to the 2nd ending. From
>>>> the
>>>> second ending, it continues on *skipping* the final ending, moving on to
>>>> the
>>>> next section. At the end of that section it goes DS to the 'Fine' ending. I
>>>> have not been able to work out how to do this. I tried experimenting with
>>>> the
>>>> multiple endings construction but didn't manage to find a solution.
>>>> Essentially this sort of thing:
>>>> Segno ||: music |1st ending :|| 2nd ending | Fine ending || more music | [
>>>> DS al
>>>> fine]
>>>> Thanks,
>>>> David