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