]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/default-direction-of-stems-on-the-center-line-of-the-staff.ly
Issue 3468: lilypond-book and spaces in application name
[lilypond.git] / Documentation / snippets / default-direction-of-stems-on-the-center-line-of-the-staff.ly
index 8ffb32fee65e35db6528e9ed815388b0801f835e..fe3caef8404f9abe4012129508d769d0d701cc8e 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.20"
 
 \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
 }