]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / adjusting-the-shape-of-falls-and-doits.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.0"
8
9 \header {
10   lsrtags = "expressive-marks"
11
12 %% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
13   texidoces = "
14 Puede ser necesario trucar la propiedad
15 @code{shortest-duration-space} para poder ajustar el tamaño de las
16 caídas y subidas de tono («falls» y «doits»).
17
18 "
19   doctitlees = "Ajustar la forma de las subidas y caídas de tono"
20
21
22 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
23 texidocde = "
24 Die @code{shortest-duration-space}-Eigenschaft kann verändert werden, um
25 das Aussehen von unbestimmten Glissandi anzupassen.
26
27 "
28   doctitlede = "Das Aussehen von unbestimmten Glissandi anpassen"
29
30 %% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
31   texidocfr = "
32 La propriété @code{shortest-duration-space} peut devoir être retouchée
33 pour ajuster l'apparence des chutes ou sauts.
34
35 "
36   doctitlefr = "Ajustement du galbe des chutes ou sauts"
37
38
39   texidoc = "
40 The @code{shortest-duration-space} property may have to be tweaked to
41 adjust the shape of falls and doits.
42
43 "
44   doctitle = "Adjusting the shape of falls and doits"
45 } % begin verbatim
46
47 \relative c'' {
48   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
49   c2-\bendAfter #5
50   c2-\bendAfter #-4.75
51   c2-\bendAfter #8.5
52   c2-\bendAfter #-6
53 }
54