]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / blanking-staff-lines-using-the--whiteout-command.ly
index 9593a9494b7acc1f8f8653f9091283ba3ac3ca10..c9139bafb1f52c1702be5ee2dec65f48fb437744 100644 (file)
@@ -4,21 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
-  lsrtags = "editorial-annotations, text, really-cool"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  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"
+  lsrtags = "editorial-annotations, really-cool, text"
 
   texidoc = "
 The @code{\\whiteout} command underlays a markup with a white box.
@@ -32,7 +21,6 @@ white box will not overlap any other grob.
 
 \layout { ragged-right = ##f }
 \relative c' {
-  \override TextScript #'extra-offset = #'(2 . 4)
+  \override TextScript.extra-offset = #'(2 . 4)
   c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
 }
-