]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
e481747007d620ffa61dbd7bdd7feb8a2f996be0
[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 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
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
26   texidoc = "
27 The @code{shortest-duration-space} property may have to be tweaked to
28 adjust the shape of falls and doits.
29
30 "
31   doctitle = "Adjusting the shape of falls and doits"
32 } % begin verbatim
33
34 \relative c'' {
35   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
36   c2-\bendAfter #+5
37   c2-\bendAfter #-3
38   c2-\bendAfter #+8
39   c2-\bendAfter #-6
40 }
41