]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / default-direction-of-stems-on-the-center-line-of-the-staff.ly
index 145d92a1bd7098cacdb58247dbe2daf6ee3f82d3..12ab026a49a4a67bb4cf9b9e2eb0fe40988128e8 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.57"
+\version "2.13.1"
 
 \header {
   lsrtags = "editorial-annotations"
 
+%% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a
   texidoces = "
 La dirección predeterminada de las plicas sobre la tercera línea
 del pentagrama está determinada por la propiedad
@@ -13,6 +14,14 @@ del pentagrama está determinada por la propiedad
 "
   doctitlees = "Dirección predeterminada de las plicas sobre la tercera línea del pentagrama"
 
+%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
+  texidocde = "
+Die Richtung von Hälsen auf der mittleren Linie kann mit der @code{Stem}-Eigenschaft
+@code{neutral-direction} gesetzt werden.
+
+"
+  doctitlede = "Standardrichtung für Hälse auf der Mittellinie"
+
   texidoc = "
 The default direction of stems on the center line of the staff is set
 by the @code{Stem} property @code{neutral-direction}.
@@ -20,6 +29,7 @@ by the @code{Stem} property @code{neutral-direction}.
 "
   doctitle = "Default direction of stems on the center line of the staff"
 } % begin verbatim
+
 \relative c'' {
   a4 b c b
   \override Stem #'neutral-direction = #up
@@ -27,3 +37,4 @@ by the @code{Stem} property @code{neutral-direction}.
   \override Stem #'neutral-direction = #down
   a4 b c b
 }
+