]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adjusting-the-shape-of-falls-and-doits.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[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.50"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoc = "
9 The @code{shortest-duration-space} property may have to be tweaked to
10 adjust the shape of falls and doits.
11
12 "
13   doctitle = "Adjusting the shape of falls and doits"
14 } % begin verbatim
15 \relative c'' {
16   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
17   c2-\bendAfter #+5
18   c2-\bendAfter #-3
19   c2-\bendAfter #+8
20   c2-\bendAfter #-6
21 }