Here goes the tiny code:


\version "2.18.0"

\drums {

<< cymr8 cymr cymr cymr hh2 \\

sn4 sn sn sn >>

}



And the output:




I'm using Lilypond 2.18.0 and Frescobaldi 2.0.8 under Kubuntu 13.04.

Cheers

Paco


----- Original Message ----- From: "Paco Arjonilla" <[email protected]>
Newsgroups: gmane.comp.gnu.lilypond.bugs
To: <[email protected]>
Sent: Sunday, January 05, 2014 6:10 PM
Subject: Engravers gets messed up in drum score with multiple voices


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
}

It's difficult to see what you say "does not display well" with all the other information here. Please supply a tiny example which illustrates the problem:

http://lilypond.org/website/tiny-examples.html

--
Phil Holmes
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to