]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-direction.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-stem-direction.ly
index 12425074dc240ce7375c8ede4ca5f11117db6f92..7b15bfc6cadb474de96f47b2074f55b4663fdb1e 100644 (file)
@@ -1,25 +1,30 @@
 
-\version "2.1.7"
+\version "2.16.0"
 
 \header{
 
-texidoc="
+  texidoc="
 
-LilyPond corrects for optical spacing of stems. The overlap between to
-adjacent stems of different direction is used as a measure for how
+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
 much to correct."
 
 }
 
-\score { 
-  \context Voice \notes\relative c {
-  % make sure neutral is down.
-    \property Voice.Stem \override #'neutral-direction = #-1
-       \time 16/4  c''4 c c,  c' d, c' e, c' f, c' g c a c b c
-       
-  }
-  \paper {
-    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
+}
+
+  
+
+