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