]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/whiteout.ly
Doc: NR add @knownissues for Percent Repeats
[lilypond.git] / input / regression / whiteout.ly
1 \header {
2
3   texidoc = "The whiteout command underlays a white background under a
4 markup that approximates the outline of the markup.  The whiteout-box
5 command underlays a rounded white box under a markup. "
6
7 }
8 \version "2.19.22"
9
10 \paper
11 {
12   ragged-right = ##t
13 }
14
15 \relative {
16   \override TextScript.layer = #'2
17   \override TextScript.extra-offset = #'(2 . 4)
18   c''4-\markup { \whiteout foo } c
19   c4-\markup { \whiteout-box \pad-markup #0.5 foo } c
20 }