Ah! I'm almost there. I was using a model from an example in the documentation. I made a couple changes and this:
\version "2.24.4" \score { \relative { \set Score.finalFineTextVisibility = ##t \repeat volta 3 { s1 \alternative { \volta 1 { s1 } \volta 2 { s1 \bar "||" } \volta 3 { s1 \bar "|." } } } s1 \bar "||" } } ...does nearly everything I'm after. I just need to change the 3rd ending to 'Fine.' Thanks, David > From: "Tim's Bitstream" <tim...@bitstream.net> > To: "bobroff" <bobr...@centrum.is> > Cc: "lilypond-user" <lilypond-user@gnu.org> > 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, bobr...@centrum.is 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" <tim...@bitstream.net> >>> To: "bobroff" <bobr...@centrum.is> >>> Cc: "lilypond-user" <lilypond-user@gnu.org> >>> 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, bobr...@centrum.is 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