]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / adjusting-the-shape-of-falls-and-doits.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.4"
5
6 \header {
7   lsrtags = "expressive-marks"
8
9 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
10   texidoces = "
11 Puede ser necesario trucar la propiedad
12 @code{shortest-duration-space} para poder ajustar el tamaño de las
13 caídas y subidas de tono («falls» y «doits»).
14
15 "
16   doctitlees = "Ajustar la forma de las subidas y caídas de tono"
17
18
19 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
20 texidocde = "
21 Die @code{shortest-duration-space}-Eigenschaft kann verändert werden, um
22 das Aussehen von unbestimmten Glissandi anzupassen.
23
24 "
25   doctitlede = "Das Aussehen von unbestimmten Glissandi anpassen"
26
27   texidoc = "
28 The @code{shortest-duration-space} property may have to be tweaked to
29 adjust the shape of falls and doits.
30
31 "
32   doctitle = "Adjusting the shape of falls and doits"
33 } % begin verbatim
34
35 \relative c'' {
36   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
37   c2-\bendAfter #+5
38   c2-\bendAfter #-3
39   c2-\bendAfter #+8
40   c2-\bendAfter #-6
41 }
42