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: David Kastrup
Subject: Re: Engravers gets messed up in drum score with multiple voices
Date: Sun, 05 Jan 2014 19:32:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Paco Arjonilla <address@hidden> 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




reply via email to

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