]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/automatically-changing-the-stem-direction-of-the-middle-note-based-on-the-melody.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / automatically-changing-the-stem-direction-of-the-middle-note-based-on-the-melody.ly
index 6ff6b998560a96d847d192129772e4298a6a82db..4f7a59cae65addebc8eb6e75e7f62bbbbded374c 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.17.6"
+\version "2.18.0"
 
 \header {
   lsrtags = "contexts-and-engravers, pitches"
@@ -20,15 +20,15 @@ Voice context and overriding the @code{neutral-direction} of Stem.
 
 \relative c'' {
   \time 3/4
-  \autoBeamOff
   a8 b g f b g |
-  c b d c b c
+  c  b d c b c |
 }
 
 \layout {
   \context {
     \Voice
     \consists "Melody_engraver"
+    \autoBeamOff
     \override Stem.neutral-direction = #'()
   }
 }