]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
[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 \version "2.11.38"
4
5 \header {
6   lsrtags = "editorial-annotations, text"
7
8   texidoc = "
9 The @code{\\whiteout} command underlays a white box under a markup.
10 Since staff lines are in a lower layer than most other grobs, this
11 white box will not overlap any other grob. 
12
13 "
14   doctitle = "Blanking staff lines using the \\whiteout command"
15 } % begin verbatim
16 \relative {
17   \override TextScript #'extra-offset = #'(2 . 4)
18   c2-\markup  { \whiteout \pad-markup #0.5 "middle C" } c
19