]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/whiteout.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / whiteout.ly
index bb0fae9691c1bf2e4cc4536db5925ae7647a9191..b998e5867b693d9ff0ed9c2a6da7780bcec1c692 100644 (file)
@@ -1,11 +1,10 @@
 \header {
 
   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 lower layer than most other grobs.  "
+markup.  "
 
 }
-\version "2.14.0"
+\version "2.16.0"
 
 \paper
 {
@@ -13,6 +12,7 @@ since staff lines are in a lower layer than most other grobs.  "
 }
 
 \relative c'' {
+  \override TextScript #'layer = #'2
   \override TextScript #'extra-offset = #'(2 . 4)
   c4-\markup  { \whiteout \pad-markup #0.5 foo } c
-} 
+}