X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fadjusting-the-shape-of-falls-and-doits.ly;h=227be37d85e65fc76c74b180c0b56fd314de4947;hb=38c1148ef2d73151379e9a694c3c061d8a31d548;hp=e5fbbc10a40f046a532e3f314f961d8312b4e0af;hpb=37a1acdcb64020041d724e42e3e41b921e655709;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 e5fbbc10a4..227be37d85 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.10" +\version "2.14.2" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Puede ser necesario trucar la propiedad @code{shortest-duration-space} para poder ajustar el tamaño de las @@ -15,14 +18,16 @@ 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. @@ -39,11 +44,12 @@ 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 - c2-\bendAfter #+5 - c2-\bendAfter #-3 - c2-\bendAfter #+8 + c2-\bendAfter #5 + c2-\bendAfter #-4.75 + c2-\bendAfter #8.5 c2-\bendAfter #-6 }