]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-direction.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / spacing-stem-direction.ly
index 5a986322b533867d28b71856ce14f2b21137490a..c49d5696f08b933f897575126209e3d732069de5 100644 (file)
@@ -1,24 +1,24 @@
 
-\version "1.9.8"
+\version "2.4.0"
 
 \header{
 
 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 {
+  \context Voice \relative c {
   % make sure neutral is down.
-    \property Voice.Stem \override #'neutral-direction = #-1
+    \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
        
   }
-  \paper {
+  \layout {
     raggedright = ##t
   }  
 }