%% 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/multi-measure-rest-length-control.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: f11513f36c131dab18338d6a3a729e24a927150d
  texidocja = "
複数小節にまたがる休符の長さは、休符の長さに依存しますが、@c
@code{MultiMeasureRest.space-increment} によってコントロールされます。@c
デフォルト値は @code{2.0} です。
"
  doctitleja = "複数小節にまたがる休符の長さをコントロールする"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Le pause multiple hanno una lunghezza che dipende dalla loro durata totale
e tale lunghezza è regolata da @code{MultiMeasureRest.space-increment}.  Nota
che il valore predefinito è @code{2.0}.

"
  doctitleit = "Regolazione della lunghezza delle pause multiple"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Les silences multimesure ont une largeur relative à leur durée totale,
contrôlée par @code{MultiMeasureRest.space-increment}. Sa valeur par
défaut est fixée à @code{2.0}.
"

  doctitlefr = "Contrôle de la taille d'un silence multimesure"

  lsrtags = "rhythms"

  texidoc = "
Multi-measure rests have length according to their total duration which
is under the control of @code{MultiMeasureRest.space-increment}.  Note
that the default value is @code{2.0}.
"

  doctitle = "Multi-measure rest length control"
} % begin verbatim


\relative c' {
  \compressEmptyMeasures
  R1*2 R1*4 R1*64 R1*16
  \override Staff.MultiMeasureRest.space-increment = 2.5
  R1*2 R1*4 R1*64 R1*16
}



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