]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
Doc build: remove debugging message.
[lilypond.git] / Documentation / snippets / adjusting-the-shape-of-falls-and-doits.ly
index 9982e6397ef96091d906e22103d0afc4692ac7c1..ab9095d9c4187bf1f256f747573183797521fc50 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: 45fc8488655f9ea122d1ec6e3328892618bd6971
   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
 }