]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/whiteout.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / whiteout.ly
index a85a036a8f4c6a6946567983dea4e2877429ef1f..b998e5867b693d9ff0ed9c2a6da7780bcec1c692 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.6.0"
+\version "2.16.0"
 
 \paper
 {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
-{
+\relative c'' {
+  \override TextScript #'layer = #'2
   \override TextScript #'extra-offset = #'(2 . 4)
-  c'4-\markup  { \whiteout foo } c
-} 
+  c4-\markup  { \whiteout \pad-markup #0.5 foo } c
+}