]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
LSR: update.
[lilypond.git] / input / lsr / blanking-staff-lines-using-the--whiteout-command.ly
index b33e4ab0d12edcfa915660025875191092636b81..801371d9ebacea009ab833ef910e2e2cb6b79a8f 100644 (file)
@@ -3,18 +3,17 @@
 \version "2.11.38"
 
 \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.
-" }
-% begin verbatim
-\paper
-{
-  ragged-right = ##t
-}
-{
+  lsrtags = "editorial-annotations, text"
+
+  texidoc = "
+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. 
+
+"
+  doctitle = "Blanking staff lines using the \\whiteout command"
+} % begin verbatim
+\relative {
   \override TextScript #'extra-offset = #'(2 . 4)
-  c'4-\markup  { \whiteout \pad-markup #0.5 foo } c
+  c2-\markup  { \whiteout \pad-markup #0.5 "middle C" } c
 }