]> 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 989c43c530f68c688d6b4f39f1efa5e84427b56c..65a82867c0cb0dabeaac73fc45ffffbc8467bd5c 100644 (file)
@@ -1,19 +1,35 @@
-\version "1.3.146"
+
+\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
   }  
-  \midi { }
 }
+
+\score { 
+  \context Voice \relative c {
+    
+       \time 12/4  c''4 c c c  a f' f, a 
+       
+  }
+  \layout {
+    raggedright = ##t
+    \context { \Score
+    \override SpacingSpanner #'stem-spacing-correction = #0.0
+  }  }
+}