]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / default-direction-of-stems-on-the-center-line-of-the-staff.ly
index f3a270281fab1752adc495d8ec7fe5c7635d9ace..933a15c732e5fb9fdedbb1b0f89c50ee9fbad996 100644 (file)
@@ -1,6 +1,6 @@
 %% 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.51"
 
 \header {
   lsrtags = "editorial-annotations"
@@ -13,9 +13,9 @@ 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
 }