Issue 523: grace note forces tremolo above whole note
http://code.google.com/p/lilypond/issues/detail?id=523

New issue report by gpermus:
%{
In the following snippet, the grace note forces the tremolo beam to be
printed above the chord (can't figure why), regardless of what's
already there.

Possibly related to 318 or 376
%}

\version "2.11.35"

{
<< {  b'4 f'2. }
   \\ {
             % if you remove the grace note,
             % the collision doesn't happen
   \grace a8
   \repeat tremolo 32 <b g'>32  } >>
}


Attachments:
        foo.preview.png  2.4 KB


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Collision Priority-Low

--
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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to