]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/automatically-changing-the-stem-direction-of-the-middle-note-based-on-the-melody.ly
LSR updates
[lilypond.git] / Documentation / snippets / automatically-changing-the-stem-direction-of-the-middle-note-based-on-the-melody.ly
index 4f830f0c8e52a63aed34b6e339c9039beedccaf0..4f7a59cae65addebc8eb6e75e7f62bbbbded374c 100644 (file)
@@ -29,6 +29,6 @@ Voice context and overriding the @code{neutral-direction} of Stem.
     \Voice
     \consists "Melody_engraver"
     \autoBeamOff
-    \stemNeutral
+    \override Stem.neutral-direction = #'()
   }
 }