]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/phrasing-slur-height.ly
(conv): dashes rule.
[lilypond.git] / input / test / phrasing-slur-height.ly
index 1fe78771d9c177bf2a772b010de6e70ae56099a3..141998b1816f54f044319eec8976d147616c1976 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "1.9.1"
 \header{ texidoc="@cindex Phrasing Slur Height
 Make PhrasingSlur higher, to avoid colission from other slurs. "
 }
@@ -7,8 +7,8 @@ Make PhrasingSlur higher, to avoid colission from 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-)-\)
+       c8 \( (d e f) g ( a b c)
+       | c ( b a g) f ( e d c)\)
     }
     \paper { raggedright = ##t }
 }