On Wed, Jan 6, 2010 at 7:14 AM, Chris Snyder <[email protected]> wrote: > \version "2.13.10" > > % In situations where some notes of a chord are tied but others are not, > % tie placement is often incorrect, requiring manual tuning. I run into > % this situation a lot when I engrave organ music. > > \score { > \new Staff \relative c' { > % The output makes it look like the C is tied instead of the E: > <c e~ g>4 <c e g> > > % Better: > \override Tie #'staff-position = #-4.5 <c e~ g> <c e g> > } > }
Reproduced, and submitted to the tracker: http://code.google.com/p/lilypond/issues/detail?id=962 Thanks, Patrick _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
