]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
Merge branch 'master' into dev/texi2html
[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.51"
4
5 \header {
6   lsrtags = "editorial-annotations, text"
7
8   texidoc = "
9 The @code{\\whiteout} command underlays a markup with a white box. 
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 \layout { ragged-right = ##f }
17 \relative c' {
18   \override TextScript #'extra-offset = #'(2 . 4)
19   c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
20