X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-the-shape-of-falls-and-doits.ly;h=86f26c7154890f4bef1832e5b940e55977984c53;hb=d4918b03dc235782cad8461f8e9d81fcd496d0d6;hp=d59d58decad9e0d5febfda3bfddae13c1940fb8b;hpb=8f6e4647c475ad911e15fdc26493f77e6c4a6088;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 d59d58deca..86f26c7154 100644 --- a/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly +++ b/Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly @@ -1,41 +1,17 @@ -%% 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.16.0" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6 - 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: d96023d8792c8af202c7cb8508010c0d3648899d -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 - 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" @@ -44,8 +20,7 @@ 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 } -