]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/whiteout.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / whiteout.ly
1 \header {
2
3   texidoc = "The whiteout command underlays a white box under a
4 markup.  The whitening effect only is only guaranteed for staff lines,
5 since staff lines are in a lower layer than most other grobs.  "
6
7 }
8 \version "2.11.51"
9
10 \paper
11 {
12   ragged-right = ##t
13 }
14
15 \relative c'' {
16   \override TextScript #'extra-offset = #'(2 . 4)
17   c4-\markup  { \whiteout \pad-markup #0.5 foo } c
18