On Wed 16 Oct 2024 at 09:36:52 (-0500), Cameron Hall wrote:
> I just had the same exact problem a few days ago. See this
> thread: https://lists.gnu.org/archive/html/lilypond-user/2024-10/msg00077.html
I noticed that, and spent a few minutes looking for when this change
took place, and for a descr
On Tue, 15 Oct 2024 15:47:52 -0400
Nikolai Hedler wrote:
> The current documentation states that \alternative outside is the
> older syntax; I guess I'll keep doing it that way.
> - Nikolai
>
>
> On Tue, Oct 15, 2024 at 3:42 PM Xavier Scheuer
> wrote:
>
> > On Tue, 15 Oct 2024 at 21:35, Nikol
On Tue, 15 Oct 2024 at 21:54, Xavier Scheuer wrote:
>
> Ah, my bad, I remembered the other way around.
> At least the old syntax gives the expected output.
Sorry for the multiple messages within a short period of time.
You can have the expected output and use the new syntax if you put the
\repeat
On Tue, 15 Oct 2024 at 21:48, Nikolai Hedler wrote:
>
> The current documentation states that \alternative outside is the older
syntax; I guess I'll keep doing it that way.
Ah, my bad, I remembered the other way around.
At least the old syntax gives the expected output.
Kind regards,
Xavier
The current documentation states that \alternative outside is the older
syntax; I guess I'll keep doing it that way.
- Nikolai
On Tue, Oct 15, 2024 at 3:42 PM Xavier Scheuer wrote:
> On Tue, 15 Oct 2024 at 21:35, Nikolai Hedler wrote:
> >
>
>>
> Hello,
>
> Use the new syntax with the \alternat
On Tue, 15 Oct 2024 at 21:35, Nikolai Hedler wrote:
>
>
Hello,
Use the new syntax with the \alternative block outside of the \repeat volta
block.
Kind regards,
Xavier
The following behaves as expected:
\repeat volta 2 {
c1
\alternative {
{ d1 }
{ e1 }
}
}
... and produces a repeat section with alternate ending brackets; however,
if an unfold is added thus:
\repeat volta 2 {
\repeat unfold 2 { c1 }
\alternative {
{ d