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