bug-lilypond
[Top][All Lists]
Advanced

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

stemDown notehead colliding with sparse stemDown chord


From: Robin Bannister
Subject: stemDown notehead colliding with sparse stemDown chord
Date: Wed, 21 Oct 2009 18:59:14 +0200


\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 <d g'> 4 \noBreak #})

\score { \transpose c c' {
 \stemDown
 \dense e'16
 \dense d'16
 \dense c'16 % collision
 \dense b 16 % collision
 \dense a 16 % collision
 \dense g 16
 \dense f 16
 }
 \layout {
   indent = 0
   line-width = 120
   ragged-right = ##f
 }
}


Cheers,
Robin

Attachment: sparse_chord.png
Description: PNG image


reply via email to

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