bug-lilypond
[Top][All Lists]
Advanced

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

Re: Engravers gets messed up in drum score with multiple voices


From: Paco Arjonilla
Subject: Re: Engravers gets messed up in drum score with multiple voices
Date: Tue, 07 Jan 2014 14:34:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

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" <address@hidden>
Newsgroups: gmane.comp.gnu.lilypond.bugs
To: <address@hidden>
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


reply via email to

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