]> git.donarmstrong.com Git - lilypond.git/blob - input/test/phrasing-slur-height.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / test / phrasing-slur-height.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header{ texidoc="@cindex Phrasing Slur Height
4 Make PhrasingSlur higher, to avoid colission from other slurs. "
5 }
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 { raggedright = ##t }
14 }
15