]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/setting-the-minimum-length-of-hairpins.ly
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / snippets / 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.13.1"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8 %% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
9   texidoces = "
10 Si los reguladores son demasiado cortos, se pueden alargar
11 modificando la propiedad @code{minimum-length} del objeto
12 @code{Hairpin}.
13
14 "
15   doctitlees = "Ajustar la longitud mínima de los reguladores"
16   
17 %% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
18 texidocde = "
19 Wenn Crescendo-Klammern zu kurz sind, können sie verlängert werden, indem
20 die @code{minimum-length}-Eigenschaft des @code{Hairpin}-Objektes
21 verändert wird. 
22
23 "
24   doctitlede = "Die Mindestlänge von Crescendo-Klammern bestimmen"
25
26   texidoc = "
27 If hairpins are too short, they can be lengthened by modifying the
28 @code{minimum-length} property of the @code{Hairpin} object. 
29
30 "
31   doctitle = "Setting the minimum length of hairpins"
32 } % begin verbatim
33
34 \relative c'' {
35   c4\< c\! d\> e\!
36   \override Hairpin #'minimum-length = #5
37   << f1 { s4 s\< s\> s\! } >>
38 }
39