]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/setting-the-minimum-length-of-hairpins.ly
Doc-de: updates from master to NR
[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.4"
5
6 \header {
7 %% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7
8   texidocfr = "
9 Si un soufflet est trop court, il suffit d'ajuster la propriété 
10 @code{minimum-length} de l'objet @code{Hairpin} pour l'allonger.
11
12 "
13   doctitlefr = "Ajustement de la longueur d'un soufflet"
14
15
16   lsrtags = "expressive-marks"
17
18 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
19   texidoces = "
20 Si los reguladores son demasiado cortos, se pueden alargar
21 modificando la propiedad @code{minimum-length} del objeto
22 @code{Hairpin}.
23
24 "
25   doctitlees = "Ajustar la longitud mínima de los reguladores"
26
27 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
28 texidocde = "
29 Wenn Crescendo-Klammern zu kurz sind, können sie verlängert werden, indem
30 die @code{minimum-length}-Eigenschaft des @code{Hairpin}-Objektes
31 verändert wird.
32
33 "
34   doctitlede = "Die Mindestlänge von Crescendo-Klammern bestimmen"
35
36   texidoc = "
37 If hairpins are too short, they can be lengthened by modifying the
38 @code{minimum-length} property of the @code{Hairpin} object.
39
40 "
41   doctitle = "Setting the minimum length of hairpins"
42 } % begin verbatim
43
44 \relative c'' {
45   c4\< c\! d\> e\!
46   \override Hairpin #'minimum-length = #5
47   << f1 { s4 s\< s\> s\! } >>
48 }
49