X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-the-shape-of-falls-and-doits.ly;h=37f7fa372e4b7a493c56466fd04835ba4cfdeac0;hb=8337a3e91a239dc42f9eb804cc6e22cd7f879161;hp=7f345df50ba3416b854a6bf2fc31078246107425;hpb=22d889f4d27469864c31db81445e9de49774ae23;p=lilypond.git diff --git a/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly b/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly index 7f345df50b..37f7fa372e 100644 --- a/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly +++ b/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly @@ -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: d2119a9e5e951c6ae850322f41444ac98d1ed492 +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Puede ser necesario trucar la propiedad @code{shortest-duration-space} para poder ajustar el tamaño de las @@ -15,6 +18,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: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Die @code{shortest-duration-space}-Eigenschaft kann verändert werden, um @@ -22,6 +26,7 @@ das Aussehen von unbestimmten Glissandi anzupassen. " doctitlede = "Das Aussehen von unbestimmten Glissandi anpassen" + %% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20 texidocfr = " La propriété @code{shortest-duration-space} peut devoir être retouchée @@ -42,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 }