X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-the-shape-of-falls-and-doits.ly;h=a6cc0473025f3541a9c65ead1c79fbb0b6c91f13;hb=b195b4732a349de1f0cdd3444ff9dcb05e7efac7;hp=fdd8a2d06917edd37164dd841ef174aaa8930166;hpb=4c1b05d4d94f84248cce5a8a4c7ae58c2e04bf54;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 fdd8a2d069..a6cc047302 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,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.10" +\version "2.13.16" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549 texidoces = " Puede ser necesario trucar la propiedad @code{shortest-duration-space} para poder ajustar el tamaño de las @@ -15,14 +15,14 @@ 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. " 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. @@ -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 }