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