]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / 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.11.62"
4
5 \header {
6   lsrtags = "editorial-annotations, text"
7
8   texidoces = "
9 La instrucción @code{\\whiteout} intercala un rectángulo blanco
10 debajo de un elemento de marcado.  Este rectángulo blanco no tapa
11 a ningún otro objeto gráfico, puesto que las líneas del pentagrama
12 están en una capa inferior a la de la mayor parte de los otros
13 objetos.
14
15 "
16   doctitlees = "Poner en blanco las líneas del pentagrama utilizando la instrucción \\whiteout"
17
18   texidoc = "
19 The @code{\\whiteout} command underlays a markup with a white box. 
20 Since staff lines are in a lower layer than most other grobs, this
21 white box will not overlap any other grob. 
22
23 "
24   doctitle = "Blanking staff lines using the \\whiteout command"
25 } % begin verbatim
26 \layout { ragged-right = ##f }
27 \relative c' {
28   \override TextScript #'extra-offset = #'(2 . 4)
29   c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
30