release commit
[lilypond.git] / input / test / phrasing-slur-height.ly
blob5602cd9c8126eb34c17a5fa226c12b25042d1521
2 \version "2.1.7"
3 \header{ texidoc="@cindex Phrasing Slur Height
4 Make PhrasingSlur higher, to avoid colission from other slurs. "
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)\)
13 \paper { raggedright = ##t }