]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
e4aa49d2b19a586c33dcb35e5bb4261cdb1b55e8
[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.16"
5
6 \header {
7   lsrtags = "expressive-marks"
8
9 %% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74
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 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
19 texidocde = "
20 Die @code{shortest-duration-space}-Eigenschaft kann verändert werden, um
21 das Aussehen von unbestimmten Glissandi anzupassen.
22
23 "
24   doctitlede = "Das Aussehen von unbestimmten Glissandi anpassen"
25 %% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
26   texidocfr = "
27 La propriété @code{shortest-duration-space} peut devoir être retouchée
28 pour ajuster l'apparence des chutes ou sauts.
29
30 "
31   doctitlefr = "Ajustement du galbe des chutes ou sauts"
32
33
34   texidoc = "
35 The @code{shortest-duration-space} property may have to be tweaked to
36 adjust the shape of falls and doits.
37
38 "
39   doctitle = "Adjusting the shape of falls and doits"
40 } % begin verbatim
41
42 \relative c'' {
43   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
44   c2-\bendAfter #5
45   c2-\bendAfter #-3
46   c2-\bendAfter #8
47   c2-\bendAfter #-6
48 }
49