Far from minimal!
\relative {
\stemUp
\repeat tremolo 16 {d32 a'32 }
\stemDown
\repeat tremolo 16 {d,32 a'32 }
\stemUp
\repeat tremolo 8 {d,32 a'32 }
\stemDown
\repeat tremolo 8 {d,32 a'32 }
}
However, you might want to extend the example to illustrate that
\stemUp/-Down
work as expected for shorter chord tremolo:
\relative {
\stemUp
\repeat tremolo 16 {d32 a'32 }
\stemDown
\repeat tremolo 16 {d,32 a'32 }
% The following work as expected:
\stemUp
\repeat tremolo 8 {d,32 a'32 }
\stemDown
\repeat tremolo 8 {d,32 a'32 }
}
I'm admittedly picky here! For debugging, your example is just as fine. ;-)
/Mats
Valentin Villenave wrote:
%{
This was previously a comment to issue 318:
http://code.google.com/p/lilypond/issues/detail?id=318#c3
Here's a minimal example that clearly demonstrates the bug:
in the following snippet the tremolo should be printed below the whole
notes, instead of above (thus colliding with the first voice).
It's obviously related to 318, 376 or 523 but looks like something
slightly different though.
%}
\relative {
<< { r4 f'2. } \\
{ \stemDown
\repeat tremolo 16 {d,32 a'32 } }
>>
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond