%% 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/entering-several-tuplets-using-only-one--tuplet-command.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from `Documentation/snippets/new/`.
%%
%% Make any changes in `Documentation/snippets/new/`,
%% then run `scripts/auxiliar/makelsr.pl --new`.
%%
%% This file is in the public domain.
%%
%% Note: this file needs at least LilyPond version 2.25.23.

\version "2.25.23"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
@code{tupletSpannerDuration} プロパティは、一つの @code{\\tuplet} コマンド@c
内にある音符が、どれぐらいの長さで連符一つ分を作るかを指定します。@c
これにより、一つの @code{\\tuplet} コマンドで多くの連続した連符を作成する@c
ことができ、入力が簡潔になります。

@code{tupletSpannerDuration} を設定する方法はいくつかあります。@c
@code{\\tupletSpan} コマンドは、プロパティを与えられた長さにセットし、@c
長さではなく @code{\\default} が与えられた場合はリセットします。@c
もう一つの方法は、@code{\\tuplet} のオプション引数を用いることです。
"
  doctitleja = "一つの \\tuplet コマンドで複数の連符を入力する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
La proprietà @code{tupletSpannerDuration} imposta la durata di ognuno dei
gruppi irregolari compresi tra parentesi dopo il comando @code{\\tuplet}.
In questo modo si possono inserire molti gruppi irregolari consecutivi
all'interno di una singola espressione @code{\\tuplet}, risparmiando così
tempo e spazio.

Ci sono vari modi per impostare @code{tupletSpannerDuration}.  Il
comando @code{\\tupletSpan} la imposta su una certa durata e poi
la annulla quando invece di una durata viene specificato
@code{\\default}.  Altrimenti si può usare un argomento
opzionale con @code{\\tuplet}.

"
  doctitleit = "Inserire vari gruppi irregolari usando una sola volta il comando \\tuplet"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
La propriété @code{tupletSpannerDuration} spécifie la longueur voulue de
chaque crochet. Avec elle, vous pouvez faire plusieurs n-olets en ne
tapant @code{\\tuplet} qu'une fois, ce qui évite une longue saisie.

Il existe différents moyens de définir @code{tupletSpannerDuration}. La
commande @code{\\tupletSpan} lui affecte une durée arbitraire qui sera
réinitialisée dès l'intervention d'une durée à @code{\\default}. Vous
pouvez aussi opter pour fournir un argument supplémentaire à la commande
@code{\\tuplet}.
"

  doctitlefr = "Plusieurs triolets avec une seule commande @code{\\tuplet}"

%% Translation of GIT committish: 4f16fa98fd258f08e64203c793028ea3e363b1c0
  texidoces = "
La propiedad @code{tupletSpannerDuration} establece cuánto tiempo
debe durar cada uno de los tresillos contenidos dentro de los
corchetes después de la instrucción @code{\\tuplet}.  Muchos
tresillos consecutivos se pueden entonces escribir dentro de una
sola instrucción @code{\\tuplet}, ahorrando algo de tecleo.

Hay formas de fijar @code{tupletSpannerDuration} aparte de usar
una instrucción @code{\\set}.  La instrucción @code{\\tupletSpan}
lo fija a una duración dada, o la borra cuando se especifica en su
lugar una duración @code{\\default}.  Otra forma es usar un
argumento opcional con @code{\\tuplet}.
"

  doctitlees = "Escribir varios tresillos con una sola instrucción @code{\\tuplet}"

  categories = "Rhythms, Syntax and expressions"

  texidoc = "
The property @code{tupletSpannerDuration} sets how long each of the
tuplets contained within the brackets after @code{\\tuplet} should
last. Many consecutive tuplets can then be placed within a single
@code{\\tuplet} expression, thus saving typing.

There are ways to set @code{tupletSpannerDuration} besides using a
@code{\\set} command.  The command @code{\\tupletSpan} sets it to a
given duration, or clears it when instead of a duration
@code{\\default} is specified.  Another way is to use an optional
argument with @code{\\tuplet}.
"

  doctitle = "Entering several tuplets using only one \\tuplet command"
} % begin verbatim


\relative c' {
  \time 2/4
  \tupletSpan 4
  \tuplet 3/2 { c8^"\\tupletSpan 4" c c c c c }
  \tupletSpan \default
  \tuplet 3/2 { c8^"\\tupletSpan \\default" c c c c c }
  \tuplet 3/2 4 { c8^"\\tuplet 3/2 4 {...}" c c c c c }
}



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