]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/setting-the-minimum-length-of-hairpins.ly
Merge master into nested-bookparts
[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.62"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoces = "
9 Si los reguladores son demasiado cortos, se pueden alargar
10 modificando la propiedad @code{minimum-length} del objeto
11 @code{Hairpin}.
12
13 "
14   doctitlees = "Ajustar la longitud mínima de los reguladores"
15
16   texidoc = "
17 If hairpins are too short, they can be lengthened by modifying the
18 @code{minimum-length} property of the @code{Hairpin} object. 
19
20 "
21   doctitle = "Setting the minimum length of hairpins"
22 } % begin verbatim
23 \relative c'' {
24   c4\< c\! d\> e\!
25   \override Hairpin #'minimum-length = #5
26   << f1 { s4 s\< s\> s\! } >>
27 }