]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-spacing.ly
($(addprefix $(outdir)/,$(LYM4_FILES):
[lilypond.git] / input / regression / stem-spacing.ly
index 685864eb1b217a10dde4139ec34c6571b5fb0b1d..69ae2718b48ad1d4d2e427a43cefc5a40f2584ee 100644 (file)
@@ -1,16 +1,16 @@
 
-\version "1.9.2"
+\version "2.3.4"
 
 \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 
        
@@ -21,15 +21,15 @@ effects.  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 {
     raggedright = ##t
-    \translator { \ScoreContext
-    SpacingSpanner \override #'stem-spacing-correction = #0.0
+    \context { \Score
+    \override SpacingSpanner #'stem-spacing-correction = #0.0
   }  }
 }