]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/phrasing-slur-height.ly
*** empty log message ***
[lilypond.git] / input / test / phrasing-slur-height.ly
index 29bc31647b1f6946f9669c5e8ba3cc7ec25a5e8d..406ef261f180675f753d3109db6853468fc2e35b 100644 (file)
@@ -1,12 +1,13 @@
 
-\version "1.9.2"
+\version "2.1.28"
 \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)\)
     }