]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/phrasing-slur-height.ly
small fixes.
[lilypond.git] / input / test / phrasing-slur-height.ly
index 55ed20cb9758b2f739963443c91c97a2e6d800ec..0a2bf75199c717603eccf18fa268ae0795e04b67 100644 (file)
@@ -1,12 +1,13 @@
 
-\version "1.9.4"
+\version "2.2.0"
 \header{ texidoc="@cindex Phrasing Slur Height
-Make PhrasingSlur higher, to avoid colission from other slurs. "
+The @code{PhrasingSlur} can be made higher in order to avoid collision 
+with other slurs. "
 }
 
 \score {
     \new Staff \notes\relative c''{
-       \property Staff.PhrasingSlur \override #'height-limit = #8.0
+       \override Staff.PhrasingSlur  #'height-limit = #8.0
        c8 \( (d e f) g ( a b c)
        | c ( b a g) f ( e d c)\)
     }