Comment #14 on issue 163 by [email protected]: 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
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond