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