]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / blanking-staff-lines-using-the--whiteout-command.ly
index f75e409dfc936aad744a864463e555032fc7a256..fc8bb85308b012895495a302a41be2a2391e0306 100644 (file)
@@ -1,11 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.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.13.1"
+\version "2.14.0"
 
 \header {
   lsrtags = "editorial-annotations, text"
 
-%% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
   texidoces = "
 La instrucción @code{\\whiteout} intercala un rectángulo blanco
 debajo de un elemento de marcado.  Este rectángulo blanco no tapa
@@ -17,9 +21,9 @@ 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. 
+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. 
+white box will not overlap any other grob.
 
 "
   doctitle = "Blanking staff lines using the \\whiteout command"
@@ -29,5 +33,5 @@ white box will not overlap any other grob.
 \relative c' {
   \override TextScript #'extra-offset = #'(2 . 4)
   c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
-} 
+}