lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Usually this makes sense: "warning: More alternatives than repeats.


From: Jean Abou Samra
Subject: Re: Usually this makes sense: "warning: More alternatives than repeats. Junking excess alternatives"
Date: Fri, 11 Feb 2022 22:38:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0



Le 11/02/2022 à 22:33, Kenneth Wolcott a écrit :
Hi;

Usually this makes sense:

"warning: More alternatives than repeats.  Junking excess alternatives"

   But I'm having trouble finding the problem.

Here's the result of calling lilypond:

GNU LilyPond 2.22.1 (running Guile 2.2)
Processing `Willson_Till_There_Was_You.ly'
Parsing...
warning: More alternatives than repeats.  Junking excess alternatives
warning: More alternatives than repeats.  Junking excess alternatives
Interpreting music...[8][16]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `Willson_Till_There_Was_You.midi'...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Converting to `Willson_Till_There_Was_You.pdf'...
Success: compilation successfully completed

I have attached the origin (pdf arranged by www.TubaPeter.com), my
engraved pdf, and my Lilypond source.

   I know that this is now an MWE; but would you guys be willing to
look at this in spite of that?  It's not huge.

   I just can't seem to find where my error is.



I read

  \repeat volta 2 {
    \tuba_one_ii
  }
  \alternative {
    { \tuba_one_iii }
    { \tuba_one_iv }
    { \tuba_one_v }
  }

Indeed, you have more alternatives than repeats.
\repeat volta 3 will make LilyPond behave.

Best,
Jean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]