lilypond-devel
[Top][All Lists]
Advanced

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

Re: Alternative music keeps staff alive


From: Dan Eble
Subject: Re: Alternative music keeps staff alive
Date: Tue, 9 Aug 2022 08:31:35 -0400

On Aug 9, 2022, at 02:31, Jean Abou Samra <jean@abou-samra.fr> wrote:
> 
>       \new Staff {
>         \alternative {
>           \volta 2 c'1
>         }

This unfolds better (but not well):

      \alternative {
        \volta 2 \new Staff ...
      }

Conditional (folded/unfolded) context creation is something I thought of, but I 
don't think I had a good solution for.

> The example above shows that \alternative sometimes keeps staves
> alive longer than they should be.

It could be a bug in the \alternative iterator.  Please create a ticket and 
assign it to me.  Thanks.
— 
Dan




reply via email to

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