]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-spacing.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / stem-spacing.ly
index 54eb1d8ac4589a6751e2c6505d7108419704d5db..65a82867c0cb0dabeaac73fc45ffffbc8467bd5c 100644 (file)
@@ -1,35 +1,35 @@
 
-\version "1.9.1"
+\version "2.4.0"
 
 \header{
 texidoc="
-In a limited number of cases, LilyPond corrects for optical spacing
-effects.  In this example, space for opposite pointed stems is adjusted.
+In a limited number of cases, the optical spacing effects are corrected.  
+In this example, space for opposite pointed stems is adjusted.
 "
 
 }
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     
        \time 12/4  c''4 c c c  a f' f, a 
        
   }
-  \paper {
+  \layout {
     raggedright = ##t
   }  
 }
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     
        \time 12/4  c''4 c c c  a f' f, a 
        
   }
-  \paper {
+  \layout {
     raggedright = ##t
-    \translator { \ScoreContext
-    SpacingSpanner \override #'stem-spacing-correction = #0.0
+    \context { \Score
+    \override SpacingSpanner #'stem-spacing-correction = #0.0
   }  }
 }