lilypond-user
[Top][All Lists]
Advanced

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

Slurs are better than ties at automatically avoiding collisions


From: Nick Payne
Subject: Slurs are better than ties at automatically avoiding collisions
Date: Sun, 10 Apr 2011 18:35:45 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8

See below. 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 }
>>
}

Attachment: test.png
Description: PNG image


reply via email to

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