]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly
Update .ly files.
[lilypond.git] / input / lsr / default-direction-of-stems-on-the-center-line-of-the-staff.ly
index 7c6673264f8c341608a32272c972656d9fa932f6..a1459f885d147c1a8a17bea60871de5c1ee63608 100644 (file)
@@ -1,9 +1,17 @@
 %% 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.12.0"
 
 \header {
-  lsrtags = "editorial-and-educational-use"
+  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
@@ -12,10 +20,11 @@ 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
 }