]> git.donarmstrong.com Git - lilypond.git/blob - input/test/phrasing-slur-height.ly
893b83bfe3c75d62d21cce112b2d511bce77b4ff
[lilypond.git] / input / test / phrasing-slur-height.ly
1 \header{
2     texidoc="Make PhrasingSlur higher, to avoid colission from other slurs"
3     }
4
5 \version "1.7.18"
6
7 \score {
8     \context Staff = melody \notes\relative c''{
9         \property Staff.PhrasingSlur \override #'height-limit = #8.0
10         c8 \( (d e f-) g ( a b c-)
11         | c ( b a g-) f ( e d c-)-\)
12     }
13     \paper {
14     }
15 }
16 %% new-chords-done %%