]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
Merge commit 'ce4b499'
[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 \\whiteout command underlays a white box under a markup. Since
9 staff lines are in a lower layer than most other grobs, this white box
10 will not overlap any other grob.
11 " }
12 % begin verbatim
13 \paper
14 {
15   ragged-right = ##t
16 }
17 {
18   \override TextScript #'extra-offset = #'(2 . 4)
19   c'4-\markup  { \whiteout \pad-markup #0.5 foo } c
20