]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
Docs: reorganize documentation directory structure
[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: dff50e8e1d3134657a6b6203b9c93826dc4cef65
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: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
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