Paco Arjonilla <[email protected]> writes:
> The attached code does not display well the lines following the comment
> labeled with BUG. No error is found. I have also tried with different
> combinations of r2/s2, different durations of snare, using \repeat unfold for
> the snares and all give problems.
> % BUG
> << \repeat unfold 4 { cymr8 } s2 \\
> sn4 sn sn sn >>
More likely than not, what you mean is
<< { \repeat unfold 4 { cymr8 } s2 } \\
{ sn4 sn sn sn } >>
Namely: you don't want to have everything happening at once.
--
David Kastrup
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond