From 72ced8a40db5db22998bce00a60ca8e6eef0bf33 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 5 Oct 2012 23:44:34 +0200 Subject: [PATCH] Run scripts/auxiliar/update-with-convert-ly.sh --- Documentation/es/changes.tely | 2 +- .../new/adding-timing-marks-to-long-glissandi.ly | 2 +- .../snippets/new/making-glissandi-breakable.ly | 2 +- input/regression/shape-other-curves.ly | 10 +++++----- input/regression/shape-slurs.ly | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Documentation/es/changes.tely b/Documentation/es/changes.tely index 00dfe6996e..3cae402feb 100644 --- a/Documentation/es/changes.tely +++ b/Documentation/es/changes.tely @@ -142,7 +142,7 @@ ligaduras de unión y de expresión. @lilypond[quote,verbatim,relative=2] g8->( bes,-.) d4 -\shape Slur #'((-0.5 . 1.5) (-3 . 0) (0 . 0) (0 . 0)) +\shape #'((-0.5 . 1.5) (-3 . 0) (0 . 0) (0 . 0)) Slur g8->( bes,!-.) d4 @end lilypond diff --git a/Documentation/snippets/new/adding-timing-marks-to-long-glissandi.ly b/Documentation/snippets/new/adding-timing-marks-to-long-glissandi.ly index f4ff3a7e21..54d3e45d3f 100644 --- a/Documentation/snippets/new/adding-timing-marks-to-long-glissandi.ly +++ b/Documentation/snippets/new/adding-timing-marks-to-long-glissandi.ly @@ -1,4 +1,4 @@ -\version "2.15.15" +\version "2.16.0" \header { lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides" diff --git a/Documentation/snippets/new/making-glissandi-breakable.ly b/Documentation/snippets/new/making-glissandi-breakable.ly index dc2bdfa13a..504b3104d5 100644 --- a/Documentation/snippets/new/making-glissandi-breakable.ly +++ b/Documentation/snippets/new/making-glissandi-breakable.ly @@ -1,4 +1,4 @@ -\version "2.15.15" +\version "2.16.0" \header { lsrtags = "staff-notation, tweaks-and-overrides" 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) -- 2.39.2