]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/shape-other-curves.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / shape-other-curves.ly
index d3cce657fa0101338ab6b61e450759915b164290..c76991235cf9b753fc97ce04631913f6a76c5b09 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.4"
+\version "2.17.6"
 
 \header {
   texidoc = "In addition to @code{Slur}, the music function @code{\\shape} works
@@ -15,7 +15,7 @@ function."
 \relative c'' {
   % PhrasingSlur
   d4\( d' b g g,8 f' e d c2\)
-  \override PhrasingSlur #'color = #blue
+  \override PhrasingSlur.color = #blue
   \shape #'((0 . -2) (-1 . 3.5) (0.5 . 0.5) (0 . -2.5)) PhrasingSlur
   d4\( d' b g g,8 f' e d c2\)
   \break
@@ -24,7 +24,7 @@ function."
   cis1~
   \break
   cis
-  \override Tie #'color = #blue
+  \override Tie.color = #blue
   \shape #'(() ((0 . -0.9) (0 . -0.5) (0 . -0.5) (0 . -0.9))) Tie
   cis~
   \break
@@ -33,14 +33,14 @@ function."
 
   % LaissezVibrerTie
   c\laissezVibrer
-  \override LaissezVibrerTie #'color = #blue
+  \override LaissezVibrerTie.color = #blue
   \shape #'((0 . 0) (0.5 . 0.2) (1.5 . 0.2) (2 . 0)) LaissezVibrerTie
   c\laissezVibrer
   \break
 
   % RepeatTie
   c\repeatTie
-  \override RepeatTie #'color = #blue
+  \override RepeatTie.color = #blue
   \shape #'((-1 . 0) (-0.7 . 0) (-0.3 . 0) (0 . 0)) RepeatTie
   c\repeatTie
 }