]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/setting-the-minimum-length-of-hairpins.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / lsr / setting-the-minimum-length-of-hairpins.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.46"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoc = "
9 If hairpins are too short, they can be lengthened by modifying the
10 @code{minimum-length} property of the @code{Hairpin} object. 
11
12 "
13   doctitle = "Setting the minimum length of hairpins"
14 } % begin verbatim
15 \relative c'' {
16   c4\< c\! d\> e\!
17   \override Hairpin #'minimum-length = #5
18   << f1 { s4 s\< s\> s\! } >>
19 }