]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-direction.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / spacing-stem-direction.ly
index 1bfeb562f92441c29a3685e0c870a3bd30fb97ee..805a944507bf788318f2ae408e93cffac5c88b78 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.19.21"
 
 \header{
 
@@ -11,15 +11,20 @@ much to correct."
 
 }
 
+\layout {
+  ragged-right = ##t
+}
+
+
+\context Voice \relative {
+  \override Score.PaperColumn.layer = #1
+  \override Score.PaperColumn.stencil = #ly:paper-column::print
 
-\context Voice \relative c {
   %% make sure neutral is down.
-  \override Stem  #'neutral-direction = #-1
+  \override Stem.neutral-direction = #down
   \time 16/4  c''4 c c,  c' d, c' e, c' f, c' g c a c b c
 }
 
-\layout {
-  raggedright = ##t
-}  
+