]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/whiteout.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / whiteout.ly
index 581fa6ae32f8f3b8a07aca584179f47e0a3bd894..e75a168216a7a3bd0196064d17433f2b83fe5ea6 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.7.32"
+\version "2.12.0"
 
 \paper
 {
   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
 }