bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal)


From: lilypond
Subject: Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal)
Date: Sun, 24 Jul 2011 17:01:56 +0000


Comment #14 on issue 163 by address@hidden: huge (ugly) slur (both phrasing and normal)
http://code.google.com/p/lilypond/issues/detail?id=163

Workarounds, that make the height-limit (usually 2) *larger* and 'ratio (the preference tall heights relative to the limit) smaller :

\relative c' {
  \override PhrasingSlur #'height-limit = #15
  \override PhrasingSlur #'ratio = #0.05
  c'16\(( f,) f f f f f f f f f f f f f c'\) |
}

\relative c { \clef bass
  c8( d' a d c, d' a d)
  \once\override Slur #'height-limit = #25
  \once\override Slur #'ratio = #0.05
  \once\override Slur #'eccentricity = #-3.0
  c,( des' as des c, des' as des)
}

Attachments:
        163.png  15.9 KB




reply via email to

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