]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/setting-the-minimum-length-of-hairpins.ly
LSR: Update.
[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   lsrtags = "expressive-marks"
8
9 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
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
19 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
20 texidocde = "
21 Wenn Crescendo-Klammern zu kurz sind, können sie verlängert werden, indem
22 die @code{minimum-length}-Eigenschaft des @code{Hairpin}-Objektes
23 verändert wird.
24
25 "
26   doctitlede = "Die Mindestlänge von Crescendo-Klammern bestimmen"
27
28   texidoc = "
29 If hairpins are too short, they can be lengthened by modifying the
30 @code{minimum-length} property of the @code{Hairpin} object.
31
32 "
33   doctitle = "Setting the minimum length of hairpins"
34 } % begin verbatim
35
36 \relative c'' {
37   c4\< c\! d\> e\!
38   \override Hairpin #'minimum-length = #5
39   << f1 { s4 s\< s\> s\! } >>
40 }
41