]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/shape-slurs.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / shape-slurs.ly
index 8b4ad53a6d683008c0dc0769a3c644a12fde3aaf..3427965c34fea16581bdf23e8a69cdead9a3e76f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "The control points of a broken or unbroken slur may be offset by
 
 % modified
 \relative c'' {
-  \override Slur #'color = #blue
-  \shape Slur #'((0 . -2) (-1 . 3.5) (0.5 . 0.5) (0 . -2.5))
+  \override Slur.color = #blue
+  \shape #'((0 . -2) (-1 . 3.5) (0.5 . 0.5) (0 . -2.5)) Slur
   d4( d' b g g,8  f' e d c2)
-  \shape Slur #'(
+  \shape #'(
    ((0 . -2.5) (0 . 1.5) (0 . 1) (0 . -0.5))
    ((1 . 2.5) (0 . 1.5) (0 . 1) (0 . 0))
-  )
+  ) Slur
   d4( d' b g
   \break
   g,8 f' e d c2)