X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fblanking-staff-lines-using-the--whiteout-command.ly;h=7b21f7c8530d4554998f7523f97169a50f4db134;hb=0d9d23af5b7e7c380972c64f0a76b398d4527422;hp=3c269fcfe149682088764808ea97f14eeb21f24a;hpb=a7f76aae921157b3ebc50e40628fd911a308edf3;p=lilypond.git diff --git a/input/lsr/blanking-staff-lines-using-the--whiteout-command.ly b/input/lsr/blanking-staff-lines-using-the--whiteout-command.ly index 3c269fcfe1..7b21f7c853 100644 --- a/input/lsr/blanking-staff-lines-using-the--whiteout-command.ly +++ b/input/lsr/blanking-staff-lines-using-the--whiteout-command.ly @@ -1,18 +1,30 @@ -%% Do not edit this file; it is auto-generated from LSR! -%% Tags: editorial-and-educational-use, text -\version "2.11.35" +%% 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.57" -\header { texidoc = " -The \\whiteout command underlays a white box under a markup. Since -staff lines are in a lower layer than most other grobs, this white box -will not overlap any other grob. -" } -% begin verbatim -\paper -{ - ragged-right = ##t -} -{ +\header { + 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. + +" + doctitle = "Blanking staff lines using the \\whiteout command" +} % begin verbatim +\layout { ragged-right = ##f } +\relative c' { \override TextScript #'extra-offset = #'(2 . 4) - c'4-\markup { \whiteout \pad-markup #0.5 foo } c + c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c }