]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / snippets / blanking-staff-lines-using-the--whiteout-command.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "editorial-annotations, text"
7
8 %% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a
9   texidoces = "
10 La instrucción @code{\\whiteout} intercala un rectángulo blanco
11 debajo de un elemento de marcado.  Este rectángulo blanco no tapa
12 a ningún otro objeto gráfico, puesto que las líneas del pentagrama
13 están en una capa inferior a la de la mayor parte de los otros
14 objetos.
15
16 "
17   doctitlees = "Poner en blanco las líneas del pentagrama utilizando la instrucción \\whiteout"
18
19   texidoc = "
20 The @code{\\whiteout} command underlays a markup with a white box. 
21 Since staff lines are in a lower layer than most other grobs, this
22 white box will not overlap any other grob. 
23
24 "
25   doctitle = "Blanking staff lines using the \\whiteout command"
26 } % begin verbatim
27
28 \layout { ragged-right = ##f }
29 \relative c' {
30   \override TextScript #'extra-offset = #'(2 . 4)
31   c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
32
33