]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
da52473d231119b12c67300b23ca77c0e3920017
[lilypond.git] / input / lsr / blanking-staff-lines-using-the--whiteout-command.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: editorial-and-educational-use, text
3 \version "2.11.35"
4
5 \header { texidoc = "
6 The \\whiteout command underlays a white box under a markup. Since
7 staff lines are in a lower layer than most other grobs, this white box
8 will not overlap any other grob.
9 " }
10
11 \paper
12 {
13   ragged-right = ##t
14 }
15 {
16   \override TextScript #'extra-offset = #'(2 . 4)
17   c'4-\markup  { \whiteout \pad-markup #0.5 foo } c
18