bug-lilypond
[Top][All Lists]
Advanced

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

ties can collide with dots


From: Andrew Hawryluk
Subject: ties can collide with dots
Date: Tue, 11 Mar 2008 22:29:03 -0600

Given the right note spacing and tie directions, ties can collide with
rhythmic augmentation dots. In this example, if the line width is
reduced to 52 LilyPond avoids the collision. Increasing the line width
reduces the severity of the collision by reducing the initial slope of
the tie. (Bug found when writing out organ parts with two voices per
staff, I don't just sit at home trying these things randomly!)

Andrew

\version "2.11.41"
\paper {
        ragged-right = ##f
        line-width = 53
}

\relative c'' {
        \tieDown
        <e b>4.~
        <e b>8
}




reply via email to

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