]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/printing-hairpins-using-al-niente-notation.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / printing-hairpins-using-al-niente-notation.ly
index 32ab7d5e33483a3b65d23daf37fd4f5f5a3f6804..e5699ef82c1e5aa602dd7a3551bc66ac8a36074c 100644 (file)
@@ -1,10 +1,29 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.48"
+\version "2.13.1"
 
 \header {
   lsrtags = "expressive-marks"
 
+%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+  texidoces = "
+Se pueden imprimir reguladores con un círculo en la punta
+(notación «al niente») estableciendo la propiedad
+@code{circled-tip} del objeto @code{Hairpin} al valor @code{#t}.
+
+"
+  doctitlees = "Impresión de reguladores utilizando la notación «al niente»"
+  
+%% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
+ texidocde = "
+ Crescendo-Klammern können mit einem kleinen Kreis vor der Spitze
+ notiert werden (al niente = bis zum Nichts), indem die
+@code{circled-tip}-Eigenschaft des @code{Hairpin}-Objekts auf
+@code{#t} gesetzt wird.
+
+"
+  doctitlede = "Crescendo Klammern al niente schreiben"
+
   texidoc = "
 Hairpins may be printed with a circled tip (al niente notation) by
 setting the @code{circled-tip} property of the @code{Hairpin} object to
@@ -13,8 +32,10 @@ setting the @code{circled-tip} property of the @code{Hairpin} object to
 "
   doctitle = "Printing hairpins using al niente notation"
 } % begin verbatim
+
 \relative c'' {
   \override Hairpin #'circled-tip = ##t
   c2\< c\!
   c4\> c\< c2\!
 }
+