]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/whiteout.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / regression / whiteout.ly
index a173f64af46b41da9ad9f2735b2047c513b2776b..5e3b8b0ef27711c7a69cef873fe8c00f045908c9 100644 (file)
@@ -5,14 +5,14 @@ markup.  The whitening effect only is only guaranteed for staff lines,
 since staff lines are in a different layer.  "
 
 }
-\version "2.5.18"
+\version "2.10.0"
 
 \paper
 {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 {
   \override TextScript #'extra-offset = #'(2 . 4)
-  c'4-\markup  { \whiteout foo } c
+  c'4-\markup  { \whiteout \pad-markup #0.5 foo } c
 }