]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/whiteout.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / whiteout.ly
index 70adcb4c2ade737ba3cb963f5b7c2cf3ddd62410..e75a168216a7a3bd0196064d17433f2b83fe5ea6 100644 (file)
@@ -2,17 +2,17 @@
 
   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.  "
+since staff lines are in a lower layer than most other grobs.  "
 
 }
-\version "2.7.13"
+\version "2.12.0"
 
 \paper
 {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
-{
+\relative c'' {
   \override TextScript #'extra-offset = #'(2 . 4)
-  c'4-\markup  { \whiteout \pad-markup #0.5 foo } c
+  c4-\markup  { \whiteout \pad-markup #0.5 foo } c
 }