]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/whiteout.ly
Issue 4418/6 edits to docs, tests, and changelog
[lilypond.git] / input / regression / whiteout.ly
index e75a168216a7a3bd0196064d17433f2b83fe5ea6..b141aa077eaf8eb7bcc58ce84858c9ae1679b035 100644 (file)
@@ -1,18 +1,20 @@
 \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.  "
+  texidoc = "The whiteout command underlays a white background under a
+markup that approximates the outline of the markup.  The whiteout-box
+command underlays a rounded white box under a markup. "
 
 }
-\version "2.12.0"
+\version "2.19.22"
 
 \paper
 {
   ragged-right = ##t
 }
 
-\relative c'' {
-  \override TextScript #'extra-offset = #'(2 . 4)
-  c4-\markup  { \whiteout \pad-markup #0.5 foo } c
-} 
+\relative {
+  \override TextScript.layer = #'2
+  \override TextScript.extra-offset = #'(2 . 4)
+  c''4-\markup { \whiteout foo } c
+  c4-\markup { \whiteout-box \pad-markup #0.5 foo } c
+}