]> 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 0c5c855733898b1eea0c6b32c4a3c91a93e84e05..e5699ef82c1e5aa602dd7a3551bc66ac8a36074c 100644 (file)
@@ -1,10 +1,11 @@
 %% 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.55"
+\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
@@ -12,6 +13,16 @@ Se pueden imprimir reguladores con un círculo en la punta
 
 "
   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
@@ -21,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\!
 }
+