]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-spacing.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / stem-spacing.ly
index f7b1d3421d37d76566d7bdb06ec1e58c92d1bbdc..9b1ae5990480da31f0d9409298bdd80b740903c3 100644 (file)
@@ -1,9 +1,10 @@
-\version "1.5.68"
+
+\version "2.1.7"
 
 \header{
 texidoc="
 In a limited number of cases, LilyPond corrects for optical spacing
-effects.  In this example, space for opposite pointed stems is adjuste
+effects.  In this example, space for opposite pointed stems is adjusted.
 "
 
 }
@@ -15,7 +16,7 @@ effects.  In this example, space for opposite pointed stems is adjuste
        
   }
   \paper {
-    linewidth=-1.0
+    raggedright = ##t
   }  
 }
 
@@ -26,9 +27,9 @@ effects.  In this example, space for opposite pointed stems is adjuste
        
   }
   \paper {
-    linewidth=-1.0
+    raggedright = ##t
     \translator { \ScoreContext
     SpacingSpanner \override #'stem-spacing-correction = #0.0
   }  }
 }
\ No newline at end of file