diff options
author | David Kastrup <dak@gnu.org> | 2012-10-05 23:44:34 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2012-10-05 23:44:34 +0200 |
commit | 72ced8a40db5db22998bce00a60ca8e6eef0bf33 (patch) | |
tree | 32ff4913e3aca404642b4e3a602fb3881858c4b5 /input | |
parent | 0892e4cd4d8a4392ec789170fde721cefb18e1c7 (diff) |
Run scripts/auxiliar/update-with-convert-ly.sh
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/shape-other-curves.ly | 10 | ||||
-rw-r--r-- | input/regression/shape-slurs.ly | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/input/regression/shape-other-curves.ly b/input/regression/shape-other-curves.ly index 6e8bda7774..d3cce657fa 100644 --- a/input/regression/shape-other-curves.ly +++ b/input/regression/shape-other-curves.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.17.4" \header { texidoc = "In addition to @code{Slur}, the music function @code{\\shape} works @@ -16,7 +16,7 @@ function." % PhrasingSlur d4\( d' b g g,8 f' e d c2\) \override PhrasingSlur #'color = #blue - \shape PhrasingSlur #'((0 . -2) (-1 . 3.5) (0.5 . 0.5) (0 . -2.5)) + \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 @@ -25,7 +25,7 @@ function." \break cis \override Tie #'color = #blue - \shape Tie #'(() ((0 . -0.9) (0 . -0.5) (0 . -0.5) (0 . -0.9))) + \shape #'(() ((0 . -0.9) (0 . -0.5) (0 . -0.5) (0 . -0.9))) Tie cis~ \break cis @@ -34,13 +34,13 @@ function." % LaissezVibrerTie c\laissezVibrer \override LaissezVibrerTie #'color = #blue - \shape LaissezVibrerTie #'((0 . 0) (0.5 . 0.2) (1.5 . 0.2) (2 . 0)) + \shape #'((0 . 0) (0.5 . 0.2) (1.5 . 0.2) (2 . 0)) LaissezVibrerTie c\laissezVibrer \break % RepeatTie c\repeatTie \override RepeatTie #'color = #blue - \shape RepeatTie #'((-1 . 0) (-0.7 . 0) (-0.3 . 0) (0 . 0)) + \shape #'((-1 . 0) (-0.7 . 0) (-0.3 . 0) (0 . 0)) RepeatTie c\repeatTie } diff --git a/input/regression/shape-slurs.ly b/input/regression/shape-slurs.ly index 8b4ad53a6d..729ddad2ae 100644 --- a/input/regression/shape-slurs.ly +++ b/input/regression/shape-slurs.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.17.4" \header { texidoc = "The control points of a broken or unbroken slur may be offset by @@ -22,12 +22,12 @@ % modified \relative c'' { \override Slur #'color = #blue - \shape Slur #'((0 . -2) (-1 . 3.5) (0.5 . 0.5) (0 . -2.5)) + \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) |