Comment #2 on issue 3628 by [email protected]: Patch: Make sure slurs actually avoid stafflines.
http://code.google.com/p/lilypond/issues/detail?id=3628

% Here's the code i'm using for testing:

\layout { ragged-right = ##t }

music = \relative c'' {
  c8( b a2) c8( b)
  d8( c b2) d8( c)
  a2( d)
  \stemUp
  c8( b a2) a8( g)
  b8( a g2) b8( a)
  \stemNeutral
  \break
  \slurUp
  d,2( f)
  a2( a)
  e1( a)
  \slurDown
  c2( e)
  c2( c)
  c1( f)
}

\markup "Slurs should avoid stafflines:"
\music

\markup "They should behave similarly when they are thick:"
\relative c' {
  \override Slur #'thickness = #3
  \music
}


Attachments:
        before.png  18.4 KB
        after.png  18.3 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to