]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-height-capping.ly
99a8dd8e75fbb48ba71fd9d60f65e3d3ceafe095
[lilypond.git] / input / regression / slur-height-capping.ly
1 \version "2.15.9"
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 }