]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/printing-hairpins-using-al-niente-notation.ly
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / snippets / printing-hairpins-using-al-niente-notation.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 Se pueden imprimir reguladores con un círculo en la punta
11 (notación «al niente») estableciendo la propiedad
12 @code{circled-tip} del objeto @code{Hairpin} al valor @code{#t}.
13
14 "
15   doctitlees = "Impresión de reguladores utilizando la notación «al niente»"
16   
17 %% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
18  texidocde = "
19  Crescendo-Klammern können mit einem kleinen Kreis vor der Spitze
20  notiert werden (al niente = bis zum Nichts), indem die
21 @code{circled-tip}-Eigenschaft des @code{Hairpin}-Objekts auf
22 @code{#t} gesetzt wird.
23
24 "
25   doctitlede = "Crescendo Klammern al niente schreiben"
26
27   texidoc = "
28 Hairpins may be printed with a circled tip (al niente notation) by
29 setting the @code{circled-tip} property of the @code{Hairpin} object to
30 @code{#t}. 
31
32 "
33   doctitle = "Printing hairpins using al niente notation"
34 } % begin verbatim
35
36 \relative c'' {
37   \override Hairpin #'circled-tip = ##t
38   c2\< c\!
39   c4\> c\< c2\!
40 }
41