]> 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 b90894cc1693af036c6db5e13dfe063abeac33da..65a82867c0cb0dabeaac73fc45ffffbc8467bd5c 100644 (file)
@@ -1,34 +1,35 @@
-\version "1.7.6"
+
+\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 adjuste
+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 {
-    linewidth=-1.0
+  \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 {
-    linewidth=-1.0
-    \translator { \ScoreContext
-    SpacingSpanner \override #'stem-spacing-correction = #0.0
+  \layout {
+    raggedright = ##t
+    \context { \Score
+    \override SpacingSpanner #'stem-spacing-correction = #0.0
   }  }
 }
- %% new-chords-done %%