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

New issue 883 by v.villenave: stems may collide with noteheads in tightly-spaced music
http://code.google.com/p/lilypond/issues/detail?id=883

In the following example, some notes collide with the chord's stem while
others are ok.

\version "2.12.1" % regression: 2.10.33 and 2.8.8 are ok
\layout {
  line-width = 120
}
dense = #(define-music-function (parser location mus) (ly:music?)
#{ s2  $mus $mus $mus $mus <d' g''> 4 \noBreak #})

{
 \dense e''16
 \dense d''16
 \dense c''16 % collision
 \dense b' 16 % collision
 \stemDown
 \dense a' 16 % collision
 \dense g' 16
 \dense f' 16
}


Attachments:
        collision.png  4.7 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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to