Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Low

New issue 1606 by [email protected]: Slurs avoid collision with beam better than ties
http://code.google.com/p/lilypond/issues/detail?id=1606

Reported by Nick Payne:

See image. If I have a tie between the two Gs in the top voice, it
collides with the beam. If I fake the tie with a slur, it automatically
avoids the beam.

\version "2.13.58"

\relative c'' {
<< { g'2 ~ g }
     \\ { s1 }
     \\ { b,8 g a b ~ b a b a }
     \\ { g,2 g }
 >>
}

\relative c'' {
<< { g'2( g) }
     \\ { s1 }
     \\ { b,8 g a b ~ b a b a }
     \\ { g,2 g }
 >>
}


Attachments:
        test.png  5.2 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to