]> 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 cc51d18a169f555f6100ee2d152a84ae072968b6..65a82867c0cb0dabeaac73fc45ffffbc8467bd5c 100644 (file)
@@ -1,18 +1,35 @@
 
+\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 
+       \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
+  }  }
+}