]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/whiteout.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / whiteout.ly
1 \header {
2
3   texidoc = "The whiteout command underlays a white box under a
4 markup.  "
5
6 }
7 \version "2.16.0"
8
9 \paper
10 {
11   ragged-right = ##t
12 }
13
14 \relative c'' {
15   \override TextScript #'layer = #'2
16   \override TextScript #'extra-offset = #'(2 . 4)
17   c4-\markup  { \whiteout \pad-markup #0.5 foo } c
18 }