]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adjusting-the-shape-of-falls-and-doits.ly
Merge commit 'origin' into hairpin
[lilypond.git] / input / lsr / 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   texidoces = "
9 Puede ser necesario trucar la propiedad
10 @code{shortest-duration-space} para poder ajustar el tamaño de las
11 caídas y subidas de tono («falls» y «doits»).
12
13 "
14   doctitlees = "Ajustar la forma de las subidas y caídas de tono"
15   
16 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
17 texidocde = "
18 Die @code{shortest-duration-space}-Eigenschaft kann verändert werden, um
19 das Aussehen von unbestimmten Glissandi anzupassen.
20
21 "
22   doctitlede = "Das Aussehen von unbestimmten Glissandi anpassen"
23
24   texidoc = "
25 The @code{shortest-duration-space} property may have to be tweaked to
26 adjust the shape of falls and doits.
27
28 "
29   doctitle = "Adjusting the shape of falls and doits"
30 } % begin verbatim
31
32 \relative c'' {
33   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
34   c2-\bendAfter #+5
35   c2-\bendAfter #-3
36   c2-\bendAfter #+8
37   c2-\bendAfter #-6
38 }