LSR: Update.
[lilypond.git] / input / lsr / setting-the-minimum-length-of-hairpins.ly
blob8def1f89cfea6e9580ee7a63bf0bdac3a7913f8b
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.12.0"
5 \header {
6 lsrtags = "expressive-marks"
8 texidoces = "
9 Si los reguladores son demasiado cortos, se pueden alargar
10 modificando la propiedad @code{minimum-length} del objeto
11 @code{Hairpin}.
14 doctitlees = "Ajustar la longitud mínima de los reguladores"
16 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
17 texidocde = "
18 Wenn Crescendo-Klammern zu kurz sind, können sie verlängert werden, indem
19 die @code{minimum-length}-Eigenschaft des @code{Hairpin}-Objektes
20 verändert wird.
23 doctitlede = "Die Mindestlänge von Crescendo-Klammern bestimmen"
25 texidoc = "
26 If hairpins are too short, they can be lengthened by modifying the
27 @code{minimum-length} property of the @code{Hairpin} object.
30 doctitle = "Setting the minimum length of hairpins"
31 } % begin verbatim
33 \relative c'' {
34 c4\< c\! d\> e\!
35 \override Hairpin #'minimum-length = #5
36 << f1 { s4 s\< s\> s\! } >>