]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/default-direction-of-stems-on-the-center-line-of-the-staff.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / default-direction-of-stems-on-the-center-line-of-the-staff.ly
index 517b04962e6154e5d3ac62757b3e9502869f361c..07471da72d289baf4f63ec475ea5861689c479cd 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "editorial-annotations"
@@ -17,11 +17,10 @@ by the @code{Stem} property @code{neutral-direction}.
   doctitle = "Default direction of stems on the center line of the staff"
 } % begin verbatim
 
-
 \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
 }