%% 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)),quote,ragged-right]
\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))
  line-width = 160\mm - 2.0 * 10.16\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))
  ragged-right = ##t
}

\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 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: 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: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Les silences multimesure ont une largeur relative à leur durée totale,
contrôlée par la propriété @code{space-increment} de l'objet graphique
@code{MultiMeasureRest}. Sa valeur par défaut est fixée à 2.
"

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

%% Translation of GIT committish: 1bf2403e1cd7038a1e7ea62da560af601e3694fc
  texidoces = "
Los silencios de varios compases tienen una longitud que concuerda
con su duración total, que está bajo el control de la propiedad
@code{space-increment} del grob @code{MultiMeasureRest}; su valor
predeterminado es@tie{}2.
"

  doctitlees = "Control de la anchura de un silencio multicompás"

  categories = "Rhythms"

  texidoc = "
Multi-measure rests have a length according to their total duration,
which is under the control of the @code{space-increment} property of
the @code{MultiMeasureRest} grob; its default value is@tie{}2.
"

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


\relative c' {
  \omit Staff.TimeSignature
  \compressEmptyMeasures

  R1*2 R1*4 R1*64 R1*16 \break
  \override MultiMeasureRest.space-increment = 4
  R1*2 R1*4 R1*64 R1*16
}

\layout {
  ragged-right = ##t
}



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