]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/printing-hairpins-using-al-niente-notation.ly
8a7010685186839dd8d35f56dcc7c968206df847
[lilypond.git] / Documentation / snippets / printing-hairpins-using-al-niente-notation.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.12.2"
8
9 \header {
10   lsrtags = "expressive-marks"
11
12 %% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
13   texidoces = "
14 Se pueden imprimir reguladores con un círculo en la punta (notación
15 «al niente») estableciendo la propiedad @code{circled-tip} del objeto
16 @code{Hairpin} al valor @code{#t}.
17
18 "
19   doctitlees = "Impresión de reguladores utilizando la notación «al niente»"
20
21
22 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
23  texidocde = "
24  Crescendo-Klammern können mit einem kleinen Kreis vor der Spitze
25  notiert werden (al niente = bis zum Nichts), indem die
26 @code{circled-tip}-Eigenschaft des @code{Hairpin}-Objekts auf
27 @code{#t} gesetzt wird.
28
29 "
30   doctitlede = "Crescendo Klammern al niente schreiben"
31
32 %% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
33   texidocfr = "
34 Des crescendos ou decrescendos @emph{al niente} peuvent être indiqués de
35 manière graphique, en assignant @emph{vrai} (@code{#t}) à la
36 propriété @code{circled-tip}, ce qui affiche un cercle à leur extrémité.
37
38 "
39   doctitlefr = "Impression de soufflets « al niente »"
40
41
42   texidoc = "
43 Hairpin dynamics may be printed with a circled tip (@qq{al niente}
44 notation) by setting the @code{circled-tip} property of the
45 @code{Hairpin} object to @code{#t}.
46
47 "
48   doctitle = "Printing hairpins using al niente notation"
49 } % begin verbatim
50
51 \relative c'' {
52   \override Hairpin #'circled-tip = ##t
53   c2\< c\!
54   c4\> c\< c2\!
55 }
56