]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/phrasing-slur-height.ly
* scm/lily.scm (ly:all-stencil-expressions):
[lilypond.git] / input / test / phrasing-slur-height.ly
index c8b9511da1bb2ee64fbdc179d5282e8a756bd9ca..ffff47138d5171f95153f172e4c8f4e77aeee820 100644 (file)
@@ -1,12 +1,13 @@
 
-\version "1.9.8"
+\version "2.3.4"
 \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
+    \new Staff \relative c''{
+       \override Staff.PhrasingSlur  #'height-limit = #8.0
        c8 \( (d e f) g ( a b c)
        | c ( b a g) f ( e d c)\)
     }