]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/whiteout.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / whiteout.ly
index 09f35ece57d386c31c546efceedf4e3ad33cfda7..c2802628ea9ff2e3895c4099669b451a4e47a65f 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.11.51"
+\version "2.17.6"
 
 \paper
 {
@@ -13,6 +12,7 @@ since staff lines are in a lower layer than most other grobs.  "
 }
 
 \relative c'' {
-  \override TextScript #'extra-offset = #'(2 . 4)
+  \override TextScript.layer = #'2
+  \override TextScript.extra-offset = #'(2 . 4)
   c4-\markup  { \whiteout \pad-markup #0.5 foo } c
-} 
+}