]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-spacing.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / stem-spacing.ly
index e4100b67849b3ff06422445c0fd8d15110f2b6ea..ae41bf3034ae9a00f0fe1dd35e57dc5b59492235 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.22"
+\version "2.1.23"
 
 \header{
 texidoc="
@@ -29,7 +29,7 @@ effects.  In this example, space for opposite pointed stems is adjusted.
   \paper {
     raggedright = ##t
     \translator { \ScoreContext
-    SpacingSpanner \override #'stem-spacing-correction = #0.0
+    \override SpacingSpanner #'stem-spacing-correction = #0.0
   }  }
 }