]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly
Issue 4507/5: Update snippet changing-properties-for-individual-grobs.ly
[lilypond.git] / Documentation / snippets / blanking-staff-lines-using-the--whiteout-command.ly
index 4bf52918399516d012a14900f60b12662be02efd..e45a731d09e68a976266a828411ade0885fc5a8f 100644 (file)
@@ -1,37 +1,28 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.19.22"
 
 \header {
-  lsrtags = "editorial-annotations, text"
-
-%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2
-  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.
+The @code{\\whiteout-box} 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.
 
 "
-  doctitle = "Blanking staff lines using the \\whiteout command"
+  doctitle = "Blanking staff lines using the \\whiteout-box 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
+\layout {
+  ragged-right = ##f
 }
 
+\relative c' {
+  \override TextScript.extra-offset = #'(2 . 4)
+  c2-\markup { \whiteout-box \pad-markup #0.5 "middle C" } c
+}