]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/setting-the-minimum-length-of-hairpins.ly
898d718e04ce4cbd651b8e7c2ff24afab5333d9a
[lilypond.git] / Documentation / snippets / setting-the-minimum-length-of-hairpins.ly
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.16"
5
6 \header {
7   lsrtags = "expressive-marks"
8
9 %% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74
10   texidoces = "
11 Si los reguladores son demasiado cortos, se pueden alargar
12 modificando la propiedad @code{minimum-length} del objeto
13 @code{Hairpin}.
14
15 "
16   doctitlees = "Ajustar la longitud mínima de los reguladores"
17
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.
23
24 "
25   doctitlede = "Die Mindestlänge von Crescendo-Klammern bestimmen"
26 %% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
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.
30
31 "
32   doctitlefr = "Ajustement de la longueur d'un soufflet"
33
34
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.
38
39 "
40   doctitle = "Setting the minimum length of hairpins"
41 } % begin verbatim
42
43 \relative c'' {
44   c4\< c\! d\> e\!
45   \override Hairpin #'minimum-length = #5
46   << f1 { s4 s\< s\> s\! } >>
47 }
48