%% 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/forcing-a-clef-symbol-to-be-displayed.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 = "
音部記号がその前に表示されており、別の音部記号に変化していない場合、@c
@code{\\clef} コマンドで音部記号を指定しても何も表示されません。@c
@code{\\set Staff.forceClef = ##t} を指定することで、音部記号を強制的に@c
再表示させることができます。
"
  doctitleja = "音部記号を強制的に表示する"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Lorsqu'une clef a déjà été imprimée et qu'aucun changement n'est
intervenu, LilyPond ignore toute répétition de la commande @code{\\clef}
puisque le signe est le même. Il est cependant possible de rappeler la
clef à s'imprimer à l'aide de l'instruction
@code{\\set Staff.forceClef = ##t}.
"

  doctitlefr = "Impression forcée de la clef"

%% Translation of GIT committish: 4f16fa98fd258f08e64203c793028ea3e363b1c0
  texidoces = "
Cuando ya se ha impreso la clave y aún no se ha cambiado a una
distinta, LilyPond ignorará la repetición de la instrucción
@code{\\clef}, pues no constituye un cambio de clave.  Es posible
forzar la reimpresión de la clave usando la instrucción @code{\\set
Staff.forceClef = ##t}.

"
  doctitlees = "Forzar la impresión de la clave"

%% Translation of GIT committish: 1010f574a85b40fb70e0b31136e7eb788e4946be
  texidocca = "
Quan ja s'ha imprimit la clau i encara no s'ha canviat a una
diferent, el LilyPond ignorarà la repetició de l'ordre
@code{\\clef}, ja que no constitueix un canvi de clau.  És
possible forçar la reimpressió de la clau usant l'ordre @code{\\set
Staff.forceClef = ##t}.

"
  doctitleca = "Forçar la impressió de la clau"

  categories = "Pitches"

  texidoc = "
When a clef sign has already been displayed and it has not been changed
to a different clef, then repeating the @code{\\clef} command will be
ignored by LilyPond, since it is not a change of clef. It is possible
to force the clef to be redisplayed using the command
@code{\\set Staff.forceClef = ##t}.
"

  doctitle = "Forcing a clef symbol to be displayed"
} % begin verbatim


\relative c' {
  \clef treble
  c1
  \clef treble
  c1
  \set Staff.forceClef = ##t
  c1
  \clef treble
  c1
}



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