Status: Accepted
Owner: v.villenave
Labels: Type-Collision Priority-Medium

New issue 801 by v.villenave: Accidentals in a chord may collide with augmentation dots
http://code.google.com/p/lilypond/issues/detail?id=801

% In the following example, the dot collides with the accidental
% from the chord (this doesn't happen with a single note).

\version "2.13.3"

\relative c'{
   \time 3/4
   r8
   <a' d g>8
   r4.

  %% Replacing the following chord with
  %% a simple cis prevents the bug from happening.

   <gis cis fis>8
}

% This may be related to issue 784 (or even issue 612?).
% It may have worked with an older version of LilyPond.

Attachments:
        dot-accidental.png  6.4 KB

--
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