]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/setting-the-minimum-length-of-hairpins.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / setting-the-minimum-length-of-hairpins.ly
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"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoces = "
9 Si los reguladores son demasiado cortos, se pueden alargar
10 modificando la propiedad @code{minimum-length} del objeto
11 @code{Hairpin}.
12
13 "
14   doctitlees = "Ajustar la longitud mínima de los reguladores"
15   
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. 
21
22 "
23   doctitlede = "Die Mindestlänge von Crescendo-Klammern bestimmen"
24
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. 
28
29 "
30   doctitle = "Setting the minimum length of hairpins"
31 } % begin verbatim
32
33 \relative c'' {
34   c4\< c\! d\> e\!
35   \override Hairpin #'minimum-length = #5
36   << f1 { s4 s\< s\> s\! } >>
37 }