]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/phrasing-slur-height.ly
small fixes.
[lilypond.git] / input / test / phrasing-slur-height.ly
index ed30e95210fa4dd84ed3fa1f974d5ba487308c5d..0a2bf75199c717603eccf18fa268ae0795e04b67 100644 (file)
@@ -1,13 +1,15 @@
-\version "1.7.18"
+
+\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 {
-    \context Staff = melody \notes\relative c''{
-       \property Staff.PhrasingSlur \override #'height-limit = #8.0
-       c8 \( (d e f-) g ( a b c-)
-       | c ( b a g-) f ( e d c-)-\)
+    \new Staff \notes\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)\)
     }
     \paper { raggedright = ##t }
 }