bug-lilypond
[Top][All Lists]
Advanced

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

Engravers gets messed up in drum score with multiple voices


From: Paco Arjonilla
Subject: Engravers gets messed up in drum score with multiple voices
Date: Sun, 5 Jan 2014 18:10:28 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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
}




reply via email to

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