From: Trevor Daniels Date: Sun, 11 Mar 2012 21:04:10 +0000 (+0000) Subject: Regression test - make whiteout.ly reproducible X-Git-Tag: release/2.15.34-1~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=872300537d86f90335650c60be304be7e24d88a7;p=lilypond.git Regression test - make whiteout.ly reproducible - if 'layer is not set the order in which TextScript and Stem grobs are laid out is not determined, leading to variations in output. --- diff --git a/input/regression/whiteout.ly b/input/regression/whiteout.ly index bb0fae9691..aa367f27c6 100644 --- a/input/regression/whiteout.ly +++ b/input/regression/whiteout.ly @@ -1,8 +1,7 @@ \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. " +markup. " } \version "2.14.0" @@ -13,6 +12,7 @@ since staff lines are in a lower layer than most other grobs. " } \relative c'' { + \override TextScript #'layer = #'2 \override TextScript #'extra-offset = #'(2 . 4) c4-\markup { \whiteout \pad-markup #0.5 foo } c -} +}