]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-height-capping.ly
Caps slur height by ignoring extremal extra encompasses in fit_factor.
[lilypond.git] / input / regression / slur-height-capping.ly
1 \version "2.15.9"
2
3 \header {
4   texidoc = "Slur shaping is not adapted to accomodate objects
5 towards the edges of slur.  Said objects are thus ignored,
6 which should make the slur in this regtest flat.  Objects towards
7 the edges are not, however, ignored in the slur scoring.
8 "
9 }
10
11 \relative c {
12   \clef bass
13   c8( d' a d c, d' a d)
14   c,( des' as des c, des' as des) |
15 }