]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / blanking-staff-lines-using-the--whiteout-command.ly
index 18feb70cc647be4142af10835131a6baea8a8b87..7695a35d2f2d8e48f2ceec90d426908c3f0b2d75 100644 (file)
@@ -1,16 +1,31 @@
 %% 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.62"
 
 \header {
-  lsrtags = "editorial-and-educational-use, text"
- texidoc = "
-The @code{\\whiteout} command underlays a white box under a markup.
+  lsrtags = "editorial-annotations, text"
+
+  texidoces = "
+La instrucción @code{\\whiteout} intercala un rectángulo blanco
+debajo de un elemento de marcado.  Este rectángulo blanco no tapa
+a ningún otro objeto gráfico, puesto que las líneas del pentagrama
+están en una capa inferior a la de la mayor parte de los otros
+objetos.
+
+"
+  doctitlees = "Poner en blanco las líneas del pentagrama utilizando la instrucción \\whiteout"
+
+  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
-\relative {
+
+"
+  doctitle = "Blanking staff lines using the \\whiteout command"
+} % begin verbatim
+
+\layout { ragged-right = ##f }
+\relative c' {
   \override TextScript #'extra-offset = #'(2 . 4)
-  c2-\markup  { \whiteout \pad-markup #0.5 "middle C" } c
+  c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
 }