]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adjusting-the-shape-of-falls-and-doits.ly
Merge master into nested-bookparts
[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.11.62"
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   texidoc = "
17 The @code{shortest-duration-space} property may have to be tweaked to
18 adjust the shape of falls and doits.
19
20 "
21   doctitle = "Adjusting the shape of falls and doits"
22 } % begin verbatim
23 \relative c'' {
24   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
25   c2-\bendAfter #+5
26   c2-\bendAfter #-3
27   c2-\bendAfter #+8
28   c2-\bendAfter #-6
29 }