]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-shorten.ly
* ly/property-init.ly (hideStaffSwitch): remove turnOff.
[lilypond.git] / input / regression / stem-shorten.ly
index 2fb1482bd666d862154e9419a8dfa14fce1499b3..332970160e9b5fac73dd202a32c584d0284fef56 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.16"
+\version "2.3.17"
 
 \header {
     
@@ -12,9 +12,9 @@
 \score {
      \relative c'' {
        \stemDown d c b a g f e
-       \stemBoth
+       \stemNeutral
        \stemUp a b c d e f g a
-       \stemBoth
+       \stemNeutral
        <g, e'>2 <b e g> <c e g> <d f g>
        
     }