]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-spacing.ly
* GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
[lilypond.git] / input / regression / stem-spacing.ly
index 788da4fa70a17c0d01b7acbe97b5f2f7b667e5f0..8b5acd8743ef479f129b5f23c7efc0181719eb7a 100644 (file)
@@ -1,9 +1,9 @@
-\version "1.3.146"
+\version "1.7.18"
 
 \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 +15,7 @@ effects.  In this example, space for opposite pointed stems is adjuste
        
   }
   \paper {
-    linewidth=-1.0
+    raggedright = ##t
   }  
 }
 
@@ -26,9 +26,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