[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 1606 in lilypond: Slurs avoid collision with beam better than ties
From: |
lilypond |
Subject: |
Issue 1606 in lilypond: Slurs avoid collision with beam better than ties |
Date: |
Sun, 10 Apr 2011 13:33:40 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Low
New issue 1606 by address@hidden: 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
- Issue 1606 in lilypond: Slurs avoid collision with beam better than ties,
lilypond <=