LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / setting-the-minimum-length-of-hairpins.ly
blobdf0bf6c9bbbe1a867ebfbda647c2197b6a573e54
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "expressive-marks"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Si los reguladores son demasiado cortos, se pueden alargar
12 modificando la propiedad @code{minimum-length} del objeto
13 @code{Hairpin}.
16 doctitlees = "Ajustar la longitud mínima de los reguladores"
18 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
19 texidocde = "
20 Wenn Crescendo-Klammern zu kurz sind, können sie verlängert werden, indem
21 die @code{minimum-length}-Eigenschaft des @code{Hairpin}-Objektes
22 verändert wird.
25 doctitlede = "Die Mindestlänge von Crescendo-Klammern bestimmen"
26 %% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
27 texidocfr = "
28 Si un soufflet est trop court, il suffit d'ajuster la propriété
29 @code{minimum-length} de l'objet @code{Hairpin} pour l'allonger.
32 doctitlefr = "Ajustement de la longueur d'un soufflet"
35 texidoc = "
36 If hairpins are too short, they can be lengthened by modifying the
37 @code{minimum-length} property of the @code{Hairpin} object.
40 doctitle = "Setting the minimum length of hairpins"
41 } % begin verbatim
43 \relative c'' {
44 c4\< c\! d\> e\!
45 \override Hairpin #'minimum-length = #5
46 << f1 { s4 s\< s\> s\! } >>