From: fred <fred>
Date: Wed, 27 Mar 2002 01:00:55 +0000 (+0000)
Subject: lilypond-1.3.147
X-Git-Tag: release/1.5.59~775
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=899f9e00ee2bda20a13171c4ebed0e0107883cfd;p=lilypond.git

lilypond-1.3.147
---

diff --git a/input/regression/stem-direction-down.ly b/input/regression/stem-direction-down.ly
index b7706cc60e..857dea910d 100644
--- a/input/regression/stem-direction-down.ly
+++ b/input/regression/stem-direction-down.ly
@@ -1,17 +1,18 @@
 \version "1.3.146"
 
 \header{
-texidoc="
-@c FIXME
-Similarly, if @code{stem_default_neutral_direction} is set to @code{-1}.
-"
+
+texidoc="Similarly, if @code{'neutral-direction} is set to @code{-1}.  "
+
 }
 
 \score{
 	\notes\relative c{
+	\property Voice.Stem \override #'default-neutral-direction = #-1
+		 
 	    b''4 ~ b8()b8 e4 e,
 	}
 	\paper{
-		stem_default_neutral_direction=-1.0
+
 	}
 }