X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fautomatically-changing-the-stem-direction-of-the-middle-note-based-on-the-melody.ly;h=4f7a59cae65addebc8eb6e75e7f62bbbbded374c;hb=99ef5fc2078de65d49783e81d0258d33a72486f5;hp=4f830f0c8e52a63aed34b6e339c9039beedccaf0;hpb=8ffecf6be17c6ec2ff87cf31873121a8cce29b09;p=lilypond.git diff --git a/Documentation/snippets/automatically-changing-the-stem-direction-of-the-middle-note-based-on-the-melody.ly b/Documentation/snippets/automatically-changing-the-stem-direction-of-the-middle-note-based-on-the-melody.ly index 4f830f0c8e..4f7a59cae6 100644 --- a/Documentation/snippets/automatically-changing-the-stem-direction-of-the-middle-note-based-on-the-melody.ly +++ b/Documentation/snippets/automatically-changing-the-stem-direction-of-the-middle-note-based-on-the-melody.ly @@ -29,6 +29,6 @@ Voice context and overriding the @code{neutral-direction} of Stem. \Voice \consists "Melody_engraver" \autoBeamOff - \stemNeutral + \override Stem.neutral-direction = #'() } }