]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/printing-hairpins-using-al-niente-notation.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / 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.11.62"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoces = "
9 Se pueden imprimir reguladores con un círculo en la punta
10 (notación «al niente») estableciendo la propiedad
11 @code{circled-tip} del objeto @code{Hairpin} al valor @code{#t}.
12
13 "
14   doctitlees = "Impresión de reguladores utilizando la notación «al niente»"
15
16   texidoc = "
17 Hairpins may be printed with a circled tip (al niente notation) by
18 setting the @code{circled-tip} property of the @code{Hairpin} object to
19 @code{#t}. 
20
21 "
22   doctitle = "Printing hairpins using al niente notation"
23 } % begin verbatim
24 \relative c'' {
25   \override Hairpin #'circled-tip = ##t
26   c2\< c\!
27   c4\> c\< c2\!
28 }