]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/whiteout.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / whiteout.ly
index b6890db7028b1a24405c461a8c4133d208f13b2f..bb0fae9691c1bf2e4cc4536db5925ae7647a9191 100644 (file)
@@ -2,17 +2,17 @@
 
   texidoc = "The whiteout command underlays a white box under a
 markup.  The whitening effect only is only guaranteed for staff lines,
-since staff lines are in a different layer.  "
+since staff lines are in a lower layer than most other grobs.  "
 
 }
-\version "2.6.0"
+\version "2.14.0"
 
 \paper
 {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
-{
+\relative c'' {
   \override TextScript #'extra-offset = #'(2 . 4)
-  c'4-\markup  { \whiteout \pad-markup #0.5 foo } c
+  c4-\markup  { \whiteout \pad-markup #0.5 foo } c
 }