On Thu, 10 Oct 2024 10:06:03 -0700
Knute Snortum wrote:
> On Thu, Oct 10, 2024 at 9:27 AM Lucas Cavalcanti
> wrote:
>
> > Put brackets before and after the "repeat unfold 3". Don't know what
> > causes this bug, but it still happens in version 2.25.19.
> >
> > %%
> > \fixed c'' {
> > \repeat
On Fri, 11 Oct 2024, Peter Chubb wrote:
> The syntax of repeat is:
>\repeat TYPE MUSIC ALTERNATIVES
> So when you have:
>\repeat volta 2 {
> \repeat unfold {}
> \alternative {
> }
>}
> The alternatives are attached to the unfolded repeat, and get unfolded.
That's the
> "Cameron" == Cameron Hall writes:
Cameron> I've run into a strange problem that I think may be a bug. In
Cameron> this MWE, I have a repeat with alternate endings. However,
Cameron> the "\repeat unfold 3 { c1 }" is causing the volta brackets
Cameron> to disappear for some reason. If I inste
On Thu, Oct 10, 2024 at 9:27 AM Lucas Cavalcanti
wrote:
> Put brackets before and after the "repeat unfold 3". Don't know what
> causes this bug, but it still happens in version 2.25.19.
>
> %%
> \fixed c'' {
> \repeat volta 2 {
> {\repeat unfold 3 { c1 }}
> \alternative { \volta 1 { d
Put brackets before and after the "repeat unfold 3". Don't know what causes
this bug, but it still happens in version 2.25.19.
%%
\fixed c'' {
\repeat volta 2 {
{\repeat unfold 3 { c1 }}
\alternative { \volta 1 { d } \volta 2 { e } } }
c4 r r2}
%%
Em qui., 10 de out. de 2024 às 13:21,