]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / blanking-staff-lines-using-the--whiteout-command.ly
index 91eff84f6a79ad8dec4cc66db970d3fbeab19d09..f75e409dfc936aad744a864463e555032fc7a256 100644 (file)
@@ -1,19 +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.61"
+\version "2.13.1"
 
 \header {
   lsrtags = "editorial-annotations, text"
 
+%% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a
   texidoces = "
-La instrucción @code{\whiteout} intercala un rectángulo blanco
+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"
+  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. 
@@ -23,8 +24,10 @@ white box will not overlap any other grob.
 "
   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
 } 
+