]> git.donarmstrong.com Git - lilypond.git/blob - input/test/phrasing-slur-height.ly
.ly version update.
[lilypond.git] / input / test / phrasing-slur-height.ly
1
2 \version "1.9.8"
3 \header{ texidoc="@cindex Phrasing Slur Height
4 Make PhrasingSlur higher, to avoid colission from other slurs. "
5 }
6
7 \score {
8     \new Staff \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 { raggedright = ##t }
14 }
15