]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
Doc-de: updates from master to NR
[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 %% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7
8   texidocfr = "
9 La propriété @code{shortest-duration-space} peut devoir être retouchée
10 pour ajuster l'apparence des chutes ou sauts.
11
12 "
13   doctitlefr = "Ajustement du galbe des chutes ou sauts"
14
15
16   lsrtags = "expressive-marks"
17
18 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
19   texidoces = "
20 Puede ser necesario trucar la propiedad
21 @code{shortest-duration-space} para poder ajustar el tamaño de las
22 caídas y subidas de tono («falls» y «doits»).
23
24 "
25   doctitlees = "Ajustar la forma de las subidas y caídas de tono"
26
27 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
28 texidocde = "
29 Die @code{shortest-duration-space}-Eigenschaft kann verändert werden, um
30 das Aussehen von unbestimmten Glissandi anzupassen.
31
32 "
33   doctitlede = "Das Aussehen von unbestimmten Glissandi anpassen"
34
35   texidoc = "
36 The @code{shortest-duration-space} property may have to be tweaked to
37 adjust the shape of falls and doits.
38
39 "
40   doctitle = "Adjusting the shape of falls and doits"
41 } % begin verbatim
42
43 \relative c'' {
44   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
45   c2-\bendAfter #+5
46   c2-\bendAfter #-3
47   c2-\bendAfter #+8
48   c2-\bendAfter #-6
49 }
50