]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / Documentation / snippets / adjusting-the-shape-of-falls-and-doits.ly
index d59d58decad9e0d5febfda3bfddae13c1940fb8b..bea2dfe5624ac02c12a7e87edddcb73bfdf5d008 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.16"
+\version "2.14.0"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
   texidoces = "
 Puede ser necesario trucar la propiedad
 @code{shortest-duration-space} para poder ajustar el tamaño de las
@@ -16,7 +19,7 @@ caídas y subidas de tono («falls» y «doits»).
   doctitlees = "Ajustar la forma de las subidas y caídas de tono"
 
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
 texidocde = "
 Die @code{shortest-duration-space}-Eigenschaft kann verändert werden, um
 das Aussehen von unbestimmten Glissandi anzupassen.
@@ -24,7 +27,7 @@ das Aussehen von unbestimmten Glissandi anzupassen.
 "
   doctitlede = "Das Aussehen von unbestimmten Glissandi anpassen"
 
-%% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7
+%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
   texidocfr = "
 La propriété @code{shortest-duration-space} peut devoir être retouchée
 pour ajuster l'apparence des chutes ou sauts.
@@ -44,8 +47,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
 }