Andrew,

On Wed, Jan 25, 2017 at 10:48 AM, N. Andrew Walsh [via Lilypond] <
ml-node+s1069038n199535...@n5.nabble.com> wrote:

> Well,
>
> On Wed, Jan 25, 2017 at 6:38 PM, Simon Albrecht <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=199535&i=0>> wrote:
>
>> On 25.01.2017 18:33, N. Andrew Walsh wrote:
>>
>>> the \break statements within an \alternative block are causing the
>>> counter to register another ending, for some reason.
>>>
>>> let me clarify: the \break statements were *in between* the three
> enclosed music statements that comprised the \alternative block. So it
> might have been that Lily assumed them to be independent statements. I
> suppose I could have put them inside the brackets, but as I'm fine with
> Lily's default layout, I'll leave them out.
>

Glad you got it sorted out. Did you try putting the \breaks *within* the
first two music expressions? In other words:

\repeat volta 3 {
  ...
}
\alternative {
  { ... \break }
  { ... \break }
  { ... }
}

Best,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/overextended-volta-alternatives-tp199532p199536.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to