X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fadjusting-the-shape-of-falls-and-doits.ly;h=18bd8efaf6837815948968bb76959bdfc795c3a4;hb=c833f8a341b81466e084ed031362eadeb4a815aa;hp=e3e44bed8a62da3e5f476af04f943eb7803b2ed7;hpb=a7210078ea5ed650743536c8fcd8b7291322d0e7;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 e3e44bed8a..18bd8efaf6 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.2" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Puede ser necesario trucar la propiedad @code{shortest-duration-space} para poder ajustar el tamaño de las @@ -41,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 #-4.75 + c2-\bendAfter #8.5 c2-\bendAfter #-6 }