]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / default-direction-of-stems-on-the-center-line-of-the-staff.ly
index 2a889932d548e63ad8cedfe09960a1ad59d06e8c..59da1ee0d6f142fea27254f4018f618bd42bdeee 100644 (file)
@@ -1,18 +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.38"
+\version "2.11.62"
 
 \header {
-  lsrtags = "editorial-and-educational-use"
- texidoc = "
-The direction of stems on the center line of the staff can be changed,
-as demonstrated in this example. 
-" }
-% begin verbatim
+  lsrtags = "editorial-annotations"
+
+  texidoces = "
+La dirección predeterminada de las plicas sobre la tercera línea
+del pentagrama está determinada por la propiedad
+@code{neutral-direction} del objeto @code{Stem}.
+
+"
+  doctitlees = "Dirección predeterminada de las plicas sobre la tercera línea del pentagrama"
+
+  texidoc = "
+The default direction of stems on the center line of the staff is set
+by the @code{Stem} property @code{neutral-direction}.
+
+"
+  doctitle = "Default direction of stems on the center line of the staff"
+} % begin verbatim
 \relative c'' {
-  a b c b
+  a4 b c b
   \override Stem #'neutral-direction = #up
-  a b c b
+  a4 b c b
   \override Stem #'neutral-direction = #down
-  a b c b
+  a4 b c b
 }