%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


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

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



\paper {
  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/keep-change-clefs-full-sized.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Snippet Repository
%% (http://lsr.di.unimi.it).
%%
%% Make any changes in the LSR itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.23.13"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
音部記号が変更される際、その音部記号は行頭のものよりも小さく表示されます。@c
これは @code{full-size-change} で変更することができます。
"
  doctitleja = "音部記号の変更を大きく表示する"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Lorsqu'un changement de clef intervient, le nouveau signe s'imprime dans
une taille inférieure. On peut y déroger avec @code{full-size-change}.
"

  doctitlefr = "Conservation de la taille lors d'un changement de clef"

%% Translation of GIT committish: 1010f574a85b40fb70e0b31136e7eb788e4946be
  texidoces = "
Cuando se produce un cambio de clave, el símbolo de clave se imprime a
un tamaño menor que la clave inicial.  Esto se puede ajustar con
@code{full-size-change}.

"
  doctitlees = "Mantener el tamaño del símbolo en los cambios de clave"

%% Translation of GIT committish: 1010f574a85b40fb70e0b31136e7eb788e4946be
  texidocca = "
Quan es produeix un canvi de clau, el símbol de clau s'imprimeix a
una mida més petita que la clau inicial.  Això es pot ajustar amb
@code{full-size-change}.

"
  doctitleca = "Mantenir la mida del símbol en els canvis de clau"

  lsrtags = "pitches, tweaks-and-overrides"

  texidoc = "
When a clef is changed, the clef sign displayed is smaller than the
initial clef.  This can be overridden with @code{full-size-change}.
"

  doctitle = "Keep change clefs full sized"
} % begin verbatim


\relative c' {
  \clef "treble"
  c1
  \clef "bass"
  c1
  \clef "treble"
  c1
  \override Staff.Clef.full-size-change = ##t
  \clef "bass"
  c1
  \clef "treble"
  c1
  \revert Staff.Clef.full-size-change
  \clef "bass"
  c1
  \clef "treble"
  c1
}



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