%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/blanking-staff-lines-using-the--whiteout-command.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
@code{\\whiteout} コマンドは、マークアップの背景を白色の長方形で@c
囲みます。譜線はほとんどの Grob より下のレイヤにあるため、@c
この白色の長方形は他の Grob と重ならなくなります。
"
  doctitleja = "\\whiteout コマンドで譜線を隠す"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
L'instruction @code{\\whiteout} intercale un rectangle blanc
contenant un @emph{markup}.  Dans la mesure où les lignes de la portée
sont à un niveau inférieur à la plupart des autres objets graphiques, ce
cache ne devrait pas masquer d'autres éléments.
"

  doctitlefr = "Blanchiment de lignes de portée avec la commande @code{\\whiteout}"

%% Translation of GIT committish: 4f16fa98fd258f08e64203c793028ea3e363b1c0
  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 @code{\\whiteout}"

%% Translation of GIT committish: 85559b2545524db25e44ef7360aff31cbc85e191
  texidocca = "
L'ordre @code{\\whiteout} intercala un rectangle blanc a sota
d'un element de marcatge.  Aquest rectangle blanc no tapa a cap
altre objecte gràfic, atès que les línies del pentagrama
estan en una capa inferior a la de la major part dels altres
objectes.

"
  doctitleca = "Posar en blanc les línies del utilitzant l'ordre \\whiteout"

  categories = "Editorial annotations, Really cool, Text"

  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)
  c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
}



% ****************************************************************
% end ly snippet
% ****************************************************************
