]> 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 def544c1b641f3a8d876ceb47aaa7903776d27bb..b141aa077eaf8eb7bcc58ce84858c9ae1679b035 100644 (file)
@@ -1,10 +1,11 @@
 \header {
 
-  texidoc = "The whiteout command underlays a white box under a
-markup.  "
+  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.19.21"
+\version "2.19.22"
 
 \paper
 {
@@ -14,5 +15,6 @@ markup.  "
 \relative {
   \override TextScript.layer = #'2
   \override TextScript.extra-offset = #'(2 . 4)
-  c''4-\markup  { \whiteout \pad-markup #0.5 foo } c
+  c''4-\markup { \whiteout foo } c
+  c4-\markup { \whiteout-box \pad-markup #0.5 foo } c
 }