]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / snippets / adjusting-the-shape-of-falls-and-doits.ly
index 9982e6397ef96091d906e22103d0afc4692ac7c1..430809d541e02490e40848d8e764fe0ecb8f4276 100644 (file)
@@ -1,12 +1,12 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.13.10"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f
   texidoces = "
 Puede ser necesario trucar la propiedad
 @code{shortest-duration-space} para poder ajustar el tamaƱo de las
@@ -41,9 +41,9 @@ adjust the shape of falls and doits.
 
 \relative c'' {
   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
-  c2-\bendAfter #+5
+  c2-\bendAfter #5
   c2-\bendAfter #-3
-  c2-\bendAfter #+8
+  c2-\bendAfter #8
   c2-\bendAfter #-6
 }