]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/update-with-convert-ly.sh
authorDavid Kastrup <dak@gnu.org>
Fri, 5 Oct 2012 21:44:34 +0000 (23:44 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 5 Oct 2012 21:44:34 +0000 (23:44 +0200)
Documentation/es/changes.tely
Documentation/snippets/new/adding-timing-marks-to-long-glissandi.ly
Documentation/snippets/new/making-glissandi-breakable.ly
input/regression/shape-other-curves.ly
input/regression/shape-slurs.ly

index 00dfe6996e5b2de61e6b14798ff634a3c41f7f9a..3cae402feb6669f7aa315df7d10b325defdd233a 100644 (file)
@@ -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
 
index f4ff3a7e21a1fd902fb974eb1f8e4e62c35c897e..54d3e45d3f743ab243eaeb23e7c2f61a3b7fd6de 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.15"
+\version "2.16.0"
 
 \header {
   lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides"
index dc2bdfa13a58e902583804312c94c8989af3611d..504b3104d5ed368dc79aa703d53617a7658f9968 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.15"
+\version "2.16.0"
 
 \header {
   lsrtags = "staff-notation, tweaks-and-overrides"
index 6e8bda777443df88ea62d2e680ecb4b49dc77c0a..d3cce657fa0101338ab6b61e450759915b164290 100644 (file)
@@ -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
 }
index 8b4ad53a6d683008c0dc0769a3c644a12fde3aaf..729ddad2aedf4e5b3f7b27e7e5721fa0e98f55bb 100644 (file)
@@ -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
 % 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)