Re: stemDown notehead colliding with sparse stemDown chord

2009-10-29 Thread Valentin Villenave
On Wed, Oct 21, 2009 at 6:45 PM, Francisco Vila wrote: >   4 c'16 c c c % collision Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=883 I'm not sure it's a bug, though, since the noBreaks and the line-width are a bit extreme. Regards, Valenitn _

Re: stemDown notehead colliding with sparse stemDown chord

2009-10-21 Thread Francisco Vila
> It also collides with stemUp. \version "2.12.1" % regression: 2.10.33 and 2.8.8 are ok \score { \relative c'' { \time 2/4 \stemUp 4 e'16 e e e 4 d'16 d d d 4 c'16 c c c % collision 4 b'16 b b b % collision 4 a'16 a a a % collision 4 g16 g g g 4 f16 f f f } \layout {

stemDown notehead colliding with sparse stemDown chord

2009-10-21 Thread Robin Bannister
\version "2.12.1" % regression: 2.10.33 and 2.8.8 are ok dense = #(define-music-function (parser location mus) (ly:music?) #{ s2 $mus $mus $mus $mus 4 \noBreak #}) \score { \transpose c c' { \stemDown \dense e'16 \dense d'16 \dense c'16 % collision \dense b 16 % collision \dense a 16 %