]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
Merge branch 'master' of /home/lilycvs/git/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-and-educational-use, text"
7  texidoc = "
8 The @code{\\whiteout} command underlays a white box under a markup.
9 Since staff lines are in a lower layer than most other grobs, this
10 white box will not overlap any other grob. 
11 " }
12 % begin verbatim
13 \relative {
14   \override TextScript #'extra-offset = #'(2 . 4)
15   c2-\markup  { \whiteout \pad-markup #0.5 "middle C" } c
16