]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/shape-other-curves.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / shape-other-curves.ly
index d3cce657fa0101338ab6b61e450759915b164290..2009fe0b23f6114eedb42fdf73f7bf8fb3f540ec 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.4"
+\version "2.19.21"
 
 \header {
   texidoc = "In addition to @code{Slur}, the music function @code{\\shape} works
@@ -12,10 +12,10 @@ function."
   ragged-right = ##t
 }
 
-\relative c'' {
+\relative {
   % PhrasingSlur
-  d4\( d' b g g,8 f' e d c2\)
-  \override PhrasingSlur #'color = #blue
+  d''4\( d' b g g,8 f' e d c2\)
+  \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
 }