]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / adjusting-the-shape-of-falls-and-doits.ly
index e4aa49d2b19a586c33dcb35e5bb4261cdb1b55e8..0afab1af6955fa7e2ddf1638a255173ace8adb2e 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.16"
+\version "2.13.20"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74
+%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
   texidoces = "
 Puede ser necesario trucar la propiedad
 @code{shortest-duration-space} para poder ajustar el tamaƱo de las
@@ -42,8 +42,8 @@ adjust the shape of falls and doits.
 \relative c'' {
   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
   c2-\bendAfter #5
-  c2-\bendAfter #-3
-  c2-\bendAfter #8
+  c2-\bendAfter #-4.75
+  c2-\bendAfter #8.5
   c2-\bendAfter #-6
 }