]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-direction.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / spacing-stem-direction.ly
index 3b5c0526235e49028762c7334ad8a7f9650d9614..c07e65818322f53d3937a7b9ea42a14eaeeba3cd 100644 (file)
@@ -1,9 +1,9 @@
 
-\version "2.6.0"
+\version "2.11.51"
 
 \header{
 
-texidoc="
+  texidoc="
 
 There are optical corrections to the spacing of stems. The overlap between 
 two adjacent stems of different direction is used as a measure for how
@@ -11,15 +11,20 @@ much to correct."
 
 }
 
-\score { 
-  \context Voice \relative c {
-  % make sure neutral is down.
-    \override Stem  #'neutral-direction = #-1
-       \time 16/4  c''4 c c,  c' d, c' e, c' f, c' g c a c b c
-       
-  }
-  \layout {
-    raggedright = ##t
-  }  
+\layout {
+  ragged-right = ##t
 }
 
+
+\context Voice \relative c {
+  \override Score.PaperColumn #'layer = #1
+  \override Score.PaperColumn #'stencil = #ly:paper-column::print
+
+  %% make sure neutral is down.
+  \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
+}
+
+  
+
+