]> git.donarmstrong.com Git - lilypond.git/blobdiff - 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
index 5161cd6a5b4c5456a5f40563cc5052c43fc6b15a..0de29e39f117d798836d56575bb0a7c4b8354acb 100644 (file)
@@ -1,16 +1,20 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.51"
 
 \header {
-  lsrtags = "editorial-and-educational-use, text"
- texidoc = "
-The @code{\\whiteout} command underlays a white box under a markup.
+  lsrtags = "editorial-annotations, text"
+
+  texidoc = "
+The @code{\\whiteout} command underlays a markup with a white box. 
 Since staff lines are in a lower layer than most other grobs, this
 white box will not overlap any other grob. 
-" }
-% begin verbatim
-{
+
+"
+  doctitle = "Blanking staff lines using the \\whiteout command"
+} % begin verbatim
+\layout { ragged-right = ##f }
+\relative c' {
   \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
 }