bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 883 in lilypond: stems may collide with noteheads in tightly-spac


From: codesite-noreply
Subject: Issue 883 in lilypond: stems may collide with noteheads in tightly-spaced music
Date: Thu, 29 Oct 2009 11:06:08 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]