]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/default-direction-of-stems-on-the-center-line-of-the-staff.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / default-direction-of-stems-on-the-center-line-of-the-staff.ly
index 8ffb32fee65e35db6528e9ed815388b0801f835e..50ff9bc0cda6324f42da991d69ae65a725c612b1 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "editorial-annotations"
@@ -20,8 +20,8 @@ by the @code{Stem} property @code{neutral-direction}.
 
 \relative c'' {
   a4 b c b
-  \override Stem #'neutral-direction = #up
+  \override Stem.neutral-direction = #up
   a4 b c b
-  \override Stem #'neutral-direction = #down
+  \override Stem.neutral-direction = #down
   a4 b c b
 }