]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / lsr / blanking-staff-lines-using-the--whiteout-command.ly
index 02b1350a4368afbe89e32689b32d964dbd841a33..18feb70cc647be4142af10835131a6baea8a8b87 100644 (file)
@@ -5,12 +5,12 @@
 \header {
   lsrtags = "editorial-and-educational-use, text"
  texidoc = "
-The \\whiteout command underlays a white box under a markup. Since
-staff lines are in a lower layer than most other grobs, this white box
-will not overlap any other grob.
+The @code{\\whiteout} command underlays a white box under a markup.
+Since staff lines are in a lower layer than most other grobs, this
+white box will not overlap any other grob. 
 " }
 % begin verbatim
-{
+\relative {
   \override TextScript #'extra-offset = #'(2 . 4)
-  c'2-\markup  { \whiteout \pad-markup #0.5 foo } c
+  c2-\markup  { \whiteout \pad-markup #0.5 "middle C" } c
 }