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.
\version "2.18.0"
rideLetraFirst = \drummode { cymc8 \repeat unfold 7 { cymr } }
rideLetra = \drummode { \repeat unfold 8 { cymr8 } }
toms = \drummode { bd4 sn8. sn16 r16 bd bd r sn4 }
estribillo = \drummode {
<< \rideLetraFirst \\ \toms >>
<< \rideLetra \\ \toms >>
\repeat unfold 4 {cymr8} r2
% BUG
<< \repeat unfold 4 { cymr8 } s2 \\
sn4 sn sn sn >>
<< \rideLetraFirst \\ \toms >>
<< \rideLetra \\ \toms >>
<< \rideLetraFirst \\ \toms >>
<< \rideLetra \\ \toms >>
<< \rideLetraFirst \\ \toms >>
\repeat unfold 8 {r8} % redoble
}
\drums {
\tempo 4 = 63
\time 4/4
\estribillo
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond