X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fwhiteout.ly;h=c2802628ea9ff2e3895c4099669b451a4e47a65f;hb=65a309c41e9f18befa34328a60efab9132e402c9;hp=a173f64af46b41da9ad9f2735b2047c513b2776b;hpb=0358e5f9f5e937ee39ce35c60da2283858b60cfa;p=lilypond.git diff --git a/input/regression/whiteout.ly b/input/regression/whiteout.ly index a173f64af4..c2802628ea 100644 --- a/input/regression/whiteout.ly +++ b/input/regression/whiteout.ly @@ -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.5.18" +\version "2.17.6" \paper { - raggedright = ##t + ragged-right = ##t } -{ - \override TextScript #'extra-offset = #'(2 . 4) - c'4-\markup { \whiteout foo } c -} +\relative c'' { + \override TextScript.layer = #'2 + \override TextScript.extra-offset = #'(2 . 4) + c4-\markup { \whiteout \pad-markup #0.5 foo } c +}