Lilypond does not always avoid collisions of dots with stems in another voice on the same staff. Note how the dot on the e'' collides with the stem of the c''.

-----begin example-----

% polyphonic-dot-collisions.ly
% Dots collide in polyphonic music.
% 6 January 2007

\version "2.10.8" % Mac OS X 10.4.8, iBook G4
\paper { ragged-right = ##t }

{
        <<
                { e''2. } \\
                { g'4 } \\
                { c''4 }
        >>
}

------end example------

Best,
Marnen E. Laibow-Koser
[EMAIL PROTECTED]

PNG image

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to