%% 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/numbering-single-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 = "
複数小節にまたがる休符は、単一の小節を除いて、長さを数字で表示します。@c
これは、@code{restNumberThreshold} を設定することで変更できます。
"
  doctitleja = "単一の小節の休符に数字を付ける"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Les silences multimesures affichent leur longueur sauf s'il n'y a qu'une
seule mesure. Ceci peut se modifier en réglant
@code{restNumberThreshold}.
"

  doctitlefr = "Dénombrer une unique mesure de silence"

%% Translation of GIT committish: aa4f229bc77265d2deaa36055c5845cd682823fe
  texidoces = "
Los silencios de varios compases muestran su duración con un
número excepto los que tienen un solo compás.  Esto se puede
cambiar fijando el valor de @code{restNumberThreshold}.
"

  doctitlees = "Numerar silencios seguidos de un compás"

  categories = "Preparing parts, Rhythms"

  texidoc = "
Multi-measure rests show their length by a number except for single
measures. This can be changed by setting @code{restNumberThreshold}.
"

  doctitle = "Numbering single measure rests"
} % begin verbatim


{
  \compressEmptyMeasures
  R1 R1*10 R1*11 \bar "||"
  \set restNumberThreshold = 0
  R1 R1*10 R1*11 \bar "||"
  \set restNumberThreshold = 10
  R1 R1*10 R1*11
}



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