]> 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 581fa6ae32f8f3b8a07aca584179f47e0a3bd894..c2802628ea9ff2e3895c4099669b451a4e47a65f 100644 (file)
@@ -1,18 +1,18 @@
 \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 different layer.  "
+markup.  "
 
 }
-\version "2.7.32"
+\version "2.17.6"
 
 \paper
 {
   ragged-right = ##t
 }
 
-{
-  \override TextScript #'extra-offset = #'(2 . 4)
-  c'4-\markup  { \whiteout \pad-markup #0.5 foo } c
-} 
+\relative c'' {
+  \override TextScript.layer = #'2
+  \override TextScript.extra-offset = #'(2 . 4)
+  c4-\markup  { \whiteout \pad-markup #0.5 foo } c
+}