Issue 318: whole note angled tremolo
http://code.google.com/p/lilypond/issues/detail?id=318
Comment #3 by v.villenave:
%{
When applying tremolos to whole notes, it's nearly impossible
to print the tremolo beams _under_ the notes and not _above_,
like demonstrated in snippet http://lsr.dsi.unimi.it/LSR/Item?id=241
This is a related bug, but IMO we definitely should mark it as a Defect
(rather than an Enhancement).
%}
\relative {
\clef bass
<< { \voiceTwo
%this doesn't work (a whole note has no stem):
\stemDown
%strangely, this doesn't work either:
\override Beam #'direction = #DOWN
\repeat tremolo 16 {f,,32 c'32 } }
\\ {\voiceOne r4 d8 d d2 } >>
}
%{Regards,
Valentin.
%}
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond