]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-height-capping.ly
0d9a6a8611c56175bf9eefb92de9e075f2552562
[lilypond.git] / input / regression / slur-height-capping.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Slur shaping is not adapted to accommodate 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,8( des' as des c, des' as des) |
15 }