]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/printing-hairpins-using-al-niente-notation.ly
23b4ee2fce3c31f12c9a72a11750416ce2adda9f
[lilypond.git] / Documentation / snippets / printing-hairpins-using-al-niente-notation.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.39"
5
6 \header {
7   lsrtags = "expressive-marks"
8
9 %% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94
10   texidoces = "
11 Se pueden imprimir reguladores con un círculo en la punta (notación
12 «al niente») estableciendo la propiedad @code{circled-tip} del objeto
13 @code{Hairpin} al valor @code{#t}.
14
15 "
16   doctitlees = "Impresión de reguladores utilizando la notación «al niente»"
17
18
19 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
20  texidocde = "
21  Crescendo-Klammern können mit einem kleinen Kreis vor der Spitze
22  notiert werden (al niente = bis zum Nichts), indem die
23 @code{circled-tip}-Eigenschaft des @code{Hairpin}-Objekts auf
24 @code{#t} gesetzt wird.
25
26 "
27   doctitlede = "Crescendo Klammern al niente schreiben"
28
29 %% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
30   texidocfr = "
31 Des crescendos ou decrescendos @emph{al niente} peuvent être indiqués de
32 manière graphique, en assignant @emph{vrai} (@code{#t}) à la
33 propriété @code{circled-tip}, ce qui affiche un cercle à leur extrémité.
34
35 "
36   doctitlefr = "Impression de soufflets « al niente »"
37
38
39   texidoc = "
40 Hairpin dynamics may be printed with a circled tip (@qq{al niente}
41 notation) by setting the @code{circled-tip} property of the
42 @code{Hairpin} object to @code{#t}.
43
44 "
45   doctitle = "Printing hairpins using al niente notation"
46 } % begin verbatim
47
48 \relative c'' {
49   \override Hairpin #'circled-tip = ##t
50   c2\< c\!
51   c4\> c\< c2\!
52 }
53