X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-the-shape-of-falls-and-doits.ly;h=6b0b03478d7ffb50f8b414d93ae7007a63eb7feb;hb=ca6e130e62a717b99db393f7262c9b34cb3d127d;hp=ad4695c0b0cc3f22e3d56f61d91ea7abbb2d9060;hpb=d7a465a71d44e4710602cfe618edddddd437872a;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 ad4695c0b0..6b0b03478d 100644 --- a/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly +++ b/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly @@ -4,51 +4,23 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.12.2" +\version "2.17.6" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345 - texidoces = " -Puede ser necesario trucar la propiedad -@code{shortest-duration-space} para poder ajustar el tamaño de las -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 -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 -pour ajuster l'apparence des chutes ou sauts. - -" - doctitlefr = "Ajustement du galbe des chutes ou sauts" - - texidoc = " -The @code{shortest-duration-space} property may have to be tweaked to -adjust the shape of falls and doits. +The @code{shortest-duration-space} property may be tweaked to adjust +the shape of falls and doits. " doctitle = "Adjusting the shape of falls and doits" } % begin verbatim \relative c'' { - \override Score.SpacingSpanner #'shortest-duration-space = #4.0 + \override Score.SpacingSpanner.shortest-duration-space = #4.0 c2-\bendAfter #5 c2-\bendAfter #-4.75 c2-\bendAfter #8.5 c2-\bendAfter #-6 } -