%% 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/changing-form-of-multi-measure-rests.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 = "
休符が複数小節に渡り、それが 10 小節以下の場合には、四全休符や@c
二全休符が並んだものとして表記されます (ドイツ語で @code{Kirchenpausen} --
教会休符と呼ばれます)。10 小節より長い場合は、単純な線として表示されます。@c
このデフォルトの 10 を変更するには、@code{expand-limit} プロパティを@c
オーバライドします。
"
  doctitleja = "複数小節にまたがる休符の形を変更する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Se la pausa multipla dura dieci misure o un numero inferiore a dieci, nel rigo
apparirà una serie di pause di longa  e di breve (chiamate in tedesco @qq{Kirchenpausen}
- pause ecclesiastiche); altrimenti apparirà una semplice linea. Il numero
predefinito di dieci può essere cambiato sovrascrivendo la proprietà
@code{expand-limit}..

"
  doctitleit = "Modificare la forma delle pause multiple"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Dans le cas où ce silence dure moins de dix mesures, LilyPond imprime
sur la portée des « silences d'église » -- @emph{Kirchenpause} en
allemand -- et qui sont une simple suite de rectangles. Par défaut fixée
à 10, la propriété @code{expand-limit} peut se régler afin d'obtenir un
silence unique.
"

  doctitlefr = "Modifier l'apparence d'un silence multimesure"

%% Translation of GIT committish: 1bf2403e1cd7038a1e7ea62da560af601e3694fc
  doctitlees = "Cambiar la forma de los silencios multicompás"
  texidoces = "
Si hay diez compases de silencio o menos, se imprime en el
pentagrama una serie de silencios de breve y longa (conocidos en
alemán como @qq{Kirchenpausen}, «silencios eclesiásticos»); en
caso contrario se muestra una barra gruesa y larga.  Este valor
predeterminado de diez se puede cambiar sobreescribiendo la
propiedad @code{expand-limit}:

"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
Wenn zehn oder weniger Pausentakte vorkommen, wird eine Reihe von Longa-
und Brevispausen (auch Kirchenpausen genannt) gesetzt, bei mehr Takten
wird eine Line mit der Taktanzahl ausgegeben.  Der vorgegebene Wert von
zehn kann geändert werden, indem man die @code{expand-limit}-Eigenschaft
setzt:
"
  doctitlede = "Die Erscheinung von Pausentakten ändern"



%% Translation of GIT committish: 2ba2ca2073f389842aa87f85b6c740b8488f0125
  doctitleca = "Canviar la forma dels silencis multicompàs"
  texidocca = "
Si hi ha deu compassos de silenci o menys, s'imprimeix en el
pentagrama una sèrie de silencis de breu i longa (coneguts en alemany
com @qq{Kirchenpausen}, «silencis eclesiàstics»); en cas contrari es
mostra una barra normal.  Aquest nombre predeterminat de deu es pot
canviar sobreescrivint la propietat @code{expand-limit}:

"

  categories = "Rhythms, Tweaks and overrides"

  texidoc = "
If there are ten or fewer measures of rests, a series of longa and
breve rests (called in German @qq{Kirchenpausen} -- church rests) is
printed within the staff; otherwise a long, thick horizontal line is
shown. This default value of ten may be changed by overriding the
@code{expand-limit} property.
"

  doctitle = "Changing form of multi-measure rests"
} % begin verbatim


\relative c'' {
  \compressMMRests {
    R1*2 | R1*5 | R1*9
    \override MultiMeasureRest.expand-limit = 3
    R1*2 | R1*5 | R1*9
  }
}



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