]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/notation/repeats.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / ja / notation / repeats.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2 @ignore
3     Translation of GIT committish: cc3b9e1430f4cc9c54da7252e504f3d274a7ea17
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @c \version "2.16.0"
11
12
13 @c Translators: Yoshiki Sawada
14 @c Translation status: post-GDP
15
16
17 @node 繰り返し
18 @section 繰り返し
19 @translationof Repeats
20
21 @lilypondfile[quote]{repeats-headword.ly}
22
23 繰り返しは音楽の主要なコンセプトであり、@c
24 繰り返しのために複数の記譜法が存在します。@c
25 LilyPond は以下の種類の繰り返しをサポートします:
26
27
28 @table @code
29 @item volta
30 繰り返される音楽は描き出されませんが、繰り返しの小節線で囲まれます。@c
31 繰り返しが楽曲の先頭にある場合、繰り返しの小節線は繰り返しの終端にのみ@c
32 譜刻されます。@c
33 繰り返し時に入れ替えて演奏される部分 (volte) は囲みの右側に譜刻されます。@c
34 これは入れ替えがある繰り返しの標準的な記譜法です。
35
36 @item unfold
37 繰り返される音楽は、@var{repeatcount} によって指定された回数だけ、@c
38 描き出されます。@c
39 これは反復の多い音楽を入力するときに有用です。
40
41 @item percent
42 これには拍の繰り返しや小節の繰り返しがあります。@c
43 スラッシュまたはパーセント記号のような外見をしています。
44
45 @item tremolo
46 これはトレモロの連桁を描くために使用されます。
47 @end table
48
49
50 @menu
51 * 長い繰り返し::
52 * 短い繰り返し::
53 @end menu
54
55 @node 長い繰り返し
56 @subsection 長い繰り返し
57 @translationof Long repeats
58
59 このセクションでは長い (通常は複数の小節) 繰り返しを入力する方法について@c
60 議論します。@c
61 繰り返しには 2 つの形式があります: 繰り返し記号によって囲まれる繰り返しと、@c
62 描き出される繰り返し -- これは反復の多い音楽を入力するために使用されます
63 -- です。@c
64 繰り返し記号を手動で制御することもできます。
65
66 @menu
67 * 通常の繰り返し::
68 * 手動の繰り返し記号::
69 * 繰り返しを描き出す::
70 @end menu
71
72 @c 未訳
73 @cindex volta
74 @cindex prima volta
75 @cindex seconda volta
76 @cindex volta, prima
77 @cindex volta, seconda
78 @cindex repeat, normal
79 @cindex normal repeat
80 @cindex repeat with alternate endings
81 @cindex alternate endings
82 @funindex \repeat
83 @funindex \alternative
84 @funindex \partial
85
86 @node 通常の繰り返し
87 @unnumberedsubsubsec 通常の繰り返し
88 @translationof Normal repeats
89
90 通常の繰り返しの構文は以下の通りです。
91
92 @example
93 \repeat volta @var{repeatcount} @var{musicexpr}
94 @end example
95
96 @noindent
97 ここで、@code{@var{musicexpr}} は音楽表記です。@c
98
99 入れ替えを持たない 1 回の繰り返しは以下のようになります:
100
101 @lilypond[verbatim,quote,relative=2]
102 \repeat volta 2 { c4 d e f }
103 c2 d
104 \repeat volta 2 { d4 e f g }
105 @end lilypond
106
107 繰り返し時に入れ替えて演奏する部分は @code{\alternative} を@c
108 用いて作り出すことができます。@c
109 入れ替えの各グループを波括弧で囲んで、このブロックの中に配置します。
110
111 @example
112 \repeat volta @var{repeatcount} @var{musicexpr}
113 \alternative @{
114   @{ @var{musicexpr} @}
115 @}
116 @end example
117
118 @noindent
119 ここで、@code{@var{musicexpr}} は音楽表記です。@c
120
121 繰り返し回数が入れ替え部分の数よりも多い場合、始めの方の繰り返しには@c
122 最初の入れ替え部分が使用されます。
123
124 繰り返しが 1 回で、入れ替えも 1 つの場合は以下のようになります:
125
126 @lilypond[verbatim,quote,relative=2]
127 \repeat volta 2 { c4 d e f | }
128 \alternative {
129   { c2 e | }
130   { f2 g | }
131 }
132 c1
133 @end lilypond
134
135 複数の入れ替え部分を 1 回ずつ演奏する繰り返しは以下のようになります:
136
137
138 @lilypond[verbatim,quote,relative=2]
139 \repeat volta 4 { c4 d e f | }
140 \alternative {
141   { c2 e | }
142   { f2 g | }
143 }
144 c1
145 @end lilypond
146
147 繰り返し部分を複数回繰り返す場合は以下のようになります:
148
149 @lilypond[verbatim,quote,relative=2]
150 \repeat volta 3 { c4 d e f | }
151 \alternative {
152   { c2 e | }
153   { f2 g | }
154   { a2 g | }
155 }
156 c1
157 @end lilypond
158
159 @warning{入れ替えが複数ある場合、入れ替えの閉じ波括弧と次の入れ替えの@c
160 開始の波括弧の間に何かを置くべきではありません。@c
161 さもないと、予期せぬ数の入れ替えが発生します。}
162
163 @warning{@code{Voice} コンテキストを明示的にインスタンス化せずに@c
164 @code{@bs{}relative} を @code{@bs{}repeat} の中に配置すると、@c
165 余計な譜が表示されます。@c
166 @rprogram{余計な譜が表示される} を参照してください。}
167
168 @cindex repeat with upbeat (上拍を持つ繰り返し)
169 @cindex upbeat in a repeat (繰り返しの中にある上拍)
170 @cindex anacrucis in a repeat (繰り返しの中にある弱拍)
171 @cindex repeat with anacrucis (弱拍を持つ繰り返し)
172 @cindex repeat with pickup (ピックアップを持つ繰り返し)
173 @cindex pickup in a repeat (繰り返しの中にあるピックアップ)
174 @funindex \partial
175
176 繰り返しが小節の途中から始まり、入れ替え部分が無い場合、@c
177 風通は繰り返しの終わりも小節の途中になります。@c
178 そのため、1 つ小節に 2 つの終わりが加えられます。@c
179 そのような場合、繰り返し記号は本来の小節線とは異なります。@c
180 繰り返し記号を譜刻する場所で @code{\partila} コマンドや小節チェックを@c
181 使わないで下さい:
182
183 @c KEEP LY
184 @lilypond[verbatim,quote,relative=1]
185 % ここで \partial を使わないで下さい
186 c4 e g  % ここで小節チェックを行わないで下さい
187 % ここで \partial を使わないで下さい
188 \repeat volta 4 {
189   e4 |
190   c2 e |
191   % ここで \partial を使わないで下さい
192   g4 g g  % ここで小節チェックを行わないで下さい
193 }
194 % ここで \partial を使わないで下さい
195 g4 |
196 a2 a |
197 g1 |
198 @end lilypond
199
200 同様に、繰り返しが楽譜の先頭の部分小節から始まり、入れ替え部分を持たない場合、@c
201 楽譜の先頭で @code{\partial} コマンドを配置する必要があることを除いて、@c
202 上の例と同じ条件が適用されます:
203
204 @c KEEP LY
205 @lilypond[verbatim,quote,relative=1]
206 \partial 4  % \partial が必要です
207 \repeat volta 4 {
208   e4 |
209   c2 e |
210   % ここで \partial を使わないで下さい
211   g4 g g  % ここで小節チェックを行わないで下さい
212 }
213 % ここで \partial を使わないで下さい
214 g4 |
215 a2 a |
216 g1 |
217 @end lilypond
218
219 完全な長さを持たない小節で始まる小節に入れ替え部分を付け加える場合、@c
220 以下の場所で @code{Timing.measureLength} コンテキスト プロパティを@c
221 手動で設定する必要があります:
222
223 @itemize
224 @item
225 @code{\alternative} ブロック内の不完全な小節の開始点。@c
226 通常、これは (たいていの場合は) 最後の入れ替え部分を除く、@c
227 各入れ替え部分の最後の小節になります。
228
229 @item
230 最初の入れ替え部分を除く、各入れ替え部分の開始点。
231 @end itemize
232
233 @lilypond[verbatim,quote,relative=1]
234 \partial 4
235 \repeat volta 2 { e4 | c2 e | }
236 \alternative {
237   {
238     f2 d |
239     \set Timing.measureLength = #(ly:make-moment 3 4)
240     g4 g g  % optional bar check is allowed here
241   }
242   {
243     \set Timing.measureLength = #(ly:make-moment 4 4)
244     a2 a |
245   }
246 }
247 g1 |
248 @end lilypond
249
250 @code{measureLength} プロパティについての説明は @ref{Time administration}
251 にあります。
252
253 @funindex \inStaffSegno
254
255 @code{\inStaffSegno} コマンドを用いて、セーニョ記号を配置して
256 @code{\repeat volta} コマンドと連携させることができます。@c
257 差し替えの小節線記号は Score コンテキストの中でプロパティ @code{segnoType},
258 @code{startRepeatSegnoType}, @code{endRepeatSegnoType} あるいは
259 @code{doubleRepeatSegnoType} を必要に応じてオーバライドすることにより@c
260 設定することができます。
261
262 @lilypond[verbatim,quote,relative=1]
263 e1
264 \repeat volta 2 {
265   \inStaffSegno
266   f2 g a b
267 }
268 c1_"D.S." \bar "|."
269 @end lilypond
270
271 @cindex repeats, with ties (タイを持つ繰り返し)
272 @cindex alternative endings, with ties (タイを持つ繰り返しの入れ替え部分)
273 @cindex ties, in repeats (繰り返しの中にあるタイ)
274 @cindex ties, alternative endings (繰り返しの入れ替え部分でのタイ)
275 @funindex \repeatTie
276
277 繰り返しの 2 回目の部分にタイを付け加えることもできます:
278
279 @lilypond[verbatim,quote,relative=2]
280 c1
281 \repeat volta 2 { c4 d e f~ }
282 \alternative {
283   { f2 d }
284   { f2\repeatTie f, }
285 }
286 @end lilypond
287
288 @snippets
289
290 @lilypondfile[verbatim,quote,texidoc,doctitle]
291 {shortening-volta-brackets.ly}
292
293 @lilypondfile[verbatim,quote,texidoc,doctitle]
294 {adding-volta-brackets-to-additional-staves.ly}
295
296 @lilypondfile[verbatim,quote,texidoc,doctitle]
297 {setting-the-double-repeat-default-for-volte.ly}
298
299 @cindex repeats, bar numbers letters (繰り返しでの小節番号)
300 @cindex repeats, alternative bar numbers (入れ替え部分での小節番号)
301
302 @lilypondfile[verbatim,quote,texidoc,doctitle]
303 {alternative-bar-numbering.ly}
304
305 @seealso
306 音楽用語集:
307 @rglos{repeat},
308 @rglos{volta}
309
310 記譜法リファレンス:
311 @ref{Bar lines},
312 @ref{Modifying context plug-ins},
313 @ref{Time administration}
314
315 コード断片集:
316 @rlsr{Repeats}
317
318 内部リファレンス:
319 @rinternals{VoltaBracket},
320 @rinternals{RepeatedMusic},
321 @rinternals{VoltaRepeatedMusic},
322 @rinternals{UnfoldedRepeatedMusic}
323
324 @knownissues
325 @cindex repeat, ambiguous (あいまいな繰り返し)
326 @cindex nested repeat (ネストされた繰り返し)
327 @cindex repeat, nested (ネストされた繰り返し)
328 @cindex repeat timing information (繰り返しタイミング情報)
329 @cindex repeat and measure number (繰り返しと小節番号)
330 @cindex timing information and repeats (タイミング情報と繰り返し)
331 @cindex measure number and repeats (小節番号と繰り返し)
332 @cindex repeat and slur (繰り返しとスラー)
333 @cindex slur and repeat (スラーと繰り返し)
334
335 @code{\repeat} ブロックから @code{\alternative} ブロックまで続くスラーは、@c
336 最初の入れ替え部分に対してのみ機能します。@c
337 さらに、スラーは入れ替え部分の終わりから繰り返しの先頭までをカバーすることは@c
338 できません。
339
340 不完全な小節で始まる繰り返しが @code{measureLength} プロパティの変更を行う@c
341 @code{\alternative} ブロックを持つ場合、@c
342 @code{\unfoldRepeats} を使用するとおかしな場所に小節線が引かれ、@c
343 小節チェック警告が発生します。
344
345 以下のようにネストされた繰り返し
346
347 @example
348 \repeat @dots{}
349 \repeat @dots{}
350 \alternative
351 @end example
352
353 @noindent
354 はあいまいです。@c
355 なぜなら、@code{\alternative} がどちらの @code{\repeat} に属するのか@c
356 はっきりしないからです。@c
357 このあいまいさは、常に @code{\alternative} を内側の @code{\repeat} に@c
358 属させることによって解決されます。@c
359 はっきりとさせるために、そのような状況では波括弧を使用すると賢明です。
360
361
362 @node 手動の繰り返し記号
363 @unnumberedsubsubsec 手動の繰り返し記号
364 @translationof Manual repeat marks
365
366 @cindex manual repeat mark (手動の繰り返し記号)
367 @cindex repeat, manual (手動の繰り返し)
368 @cindex start repeat (繰り返しの開始)
369 @cindex repeat, start (繰り返しの開始)
370 @cindex end repeat (繰り返しの終了)
371 @cindex repeat, end (繰り返しの終了)
372 @cindex repeat number, changing (繰り返しの回数を変更する)
373 @cindex repeat volta, changing (繰り返し volta を変更する)
374 @cindex volta bracket (volta 囲み)
375 @cindex bracket, volta (volta 囲み)
376 @funindex repeatCommands
377 @funindex start-repeat
378
379 @warning{以下の手法は特殊な繰り返し構造を表示するためだけに使用され、@c
380 予期しない振る舞いをする可能性があります。@c
381 たいていのケースでは、繰り返しは標準の @code{@bs{}repeat} コマンドを用いるか、@c
382 適切な小節線を譜刻することによって作成すべきです。@c
383 更なる情報は、@ref{Bar lines} を参照してください。}
384
385 プロパティ @code{repeatCommands} を用いて繰り返しのレイアウトを@c
386 制御することができます。@c
387 このプロパティの値は繰り返しコマンドの Scheme リストです。
388
389 @table @code
390 @item start-repeat
391 @code{|:} 小節線を譜刻します。
392
393 @lilypond[verbatim,quote,relative=2]
394 c1
395 \set Score.repeatCommands = #'(start-repeat)
396 d4 e f g
397 c1
398 @end lilypond
399
400 標準の譜刻習慣に従い、楽曲の先頭では繰り返し記号は譜刻されません。
401
402 @item end-repeat
403 @code{:|} 小節線を譜刻します。
404
405 @lilypond[verbatim,quote,relative=2]
406 c1
407 d4 e f g
408 \set Score.repeatCommands = #'(end-repeat)
409 c1
410 @end lilypond
411
412 @item (volta @var{number}) ... (volta #f)
413 指定された番号を持つ新しい volta を作成します。@c
414 Volta 囲みは明示的に終了させる必要があります。@c
415 さもなければ、譜刻されません。
416
417 @lilypond[verbatim,quote,relative=2]
418 f4 g a b
419 \set Score.repeatCommands = #'((volta "2"))
420 g4 a g a
421 \set Score.repeatCommands = #'((volta #f))
422 c1
423 @end lilypond
424
425 @end table
426
427 複数の繰り返しコマンドが同時に発生することもあります:
428
429 @lilypond[verbatim,quote,relative=2]
430 f4 g a b
431 \set Score.repeatCommands = #'((volta "2, 5") end-repeat)
432 g4 a g a
433 c1
434 \set Score.repeatCommands = #'((volta #f) (volta "95") end-repeat)
435 b1
436 \set Score.repeatCommands = #'((volta #f))
437 @end lilypond
438
439 @cindex volta bracket with text (テキストを持つ volta 囲み)
440 @cindex text in volta bracket (volta 囲みの中にあるテキスト)
441
442 テキストを volta 囲みに含めることができます。@c
443 テキストに使用できるのは数字やマークアップ テキストです。@c
444 @ref{Formatting text} を参照してください。@c
445 マークアップ テキストを使用するための最も簡単な方法は、最初にマークアップを@c
446 定義し、それからそのマークアップを Scheme リストに含める方法です。
447
448 @lilypond[verbatim,quote]
449 voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
450 \relative c'' {
451   c1
452   \set Score.repeatCommands =
453     #(list(list 'volta voltaAdLib) 'start-repeat)
454   c4 b d e
455   \set Score.repeatCommands = #'((volta #f) (volta "4.") end-repeat)
456   f1
457   \set Score.repeatCommands = #'((volta #f))
458 }
459 @end lilypond
460
461
462 @snippets
463
464 @lilypondfile[verbatim,quote,texidoc,doctitle]
465 {printing-a-repeat-sign-at-the-beginning-of-a-piece.ly}
466
467 @seealso
468 記譜法リファレンス:
469 @ref{Bar lines},
470 @ref{Formatting text}
471
472 コード断片集:
473 @rlsr{Repeats}
474
475 内部リファレンス:
476 @rinternals{VoltaBracket},
477 @rinternals{RepeatedMusic},
478 @rinternals{VoltaRepeatedMusic}
479
480
481 @node 繰り返しを描き出す
482 @unnumberedsubsubsec 繰り返しを描き出す
483 @translationof Written-out repeats
484
485 @cindex written-out repeats (繰り返しを描き出す)
486 @cindex repeats, written-out (繰り返しを描き出す)
487 @cindex repeats, unfold (繰り返しを展開する)
488 @cindex repeats, alternative (繰り返しの入れ替え)
489 @cindex unfold repeat (繰り返しを展開する)
490 @cindex unfold repeat, with alternate endings (入れ替え部分のある繰り返しを展開する)
491 @cindex alternate repeats (入れ替えのある繰り返し)
492 @cindex alternate endings, repeats (繰り返しを入れ替えて終わる)
493 @funindex unfold
494
495 @code{unfold} コマンドを用いることにより、@c
496 繰り返しを単に反復する音楽を描き出すために使用することができます。@c
497 構文は以下の通りです:
498
499 @example
500 \repeat unfold @var{repeatcount} @var{musicexpr}
501 @end example
502
503 ここで、@code{@var{musicexpr}} は音楽表記であり、@code{@var{repeatcount}} は
504 @code{@var{musicexpr}} を繰り返す回数です。
505
506 @lilypond[verbatim,quote,relative=2]
507 \repeat unfold 2 { c4 d e f }
508 c1
509 @end lilypond
510
511 いくつかのケースでは、特に @code{\relative} コンテキストの中では、@c
512 @code{\repeat unfold} 関数は音楽表記を複数回記述したものと同じにはなりません。@c
513 例えば、
514
515 @example
516 \repeat unfold 2 @{ a'4 b c @}
517 @end example
518
519 これは以下と等価ではありません。
520
521 @example
522 a'4 b c | a'4 b c
523 @end example
524
525 入れ替え部分がある繰り返しを展開することもできます。@c
526
527 @lilypond[verbatim,quote,relative=2]
528 \repeat unfold 2 { c4 d e f }
529 \alternative {
530   { c2 g' }
531   { c,2 b }
532 }
533 c1
534 @end lilypond
535
536 繰り返し回数が入れ替え部分の数よりも多い場合、@c
537 最初の入れ替え部分だけが適用されます。@c
538 残りの入れ替えは無視されて譜刻されません。
539
540 @lilypond[verbatim,quote,relative=2]
541 \repeat unfold 4 { c4 d e f }
542 \alternative {
543   { c2 g' }
544   { c,2 b }
545   { e2 d }
546  }
547 c1
548 @end lilypond
549 入れ替え部分の数が繰り返し回数よりも多い場合、@c
550 最初の入れ替え部分が使用され、残りの繰り返し部分は無視され、譜刻されません。
551
552 @lilypond[verbatim,quote,relative=2]
553 \repeat unfold 2 { c4 d e f }
554 \alternative {
555   { c2 g' }
556   { c,2 b }
557   { e2 d }
558 }
559 c1
560 @end lilypond
561
562 複数の @code{unfold} 関数をネストすることも可能です。@c
563 (@code{unfold} は入れ替え部分を持っていても、持っていなくても構いません。)
564
565 @lilypond[verbatim,quote,relative=2]
566 \repeat unfold 2 {
567   \repeat unfold 2 { c4 d e f }
568   \alternative {
569     { c2 g' }
570     { c,2 b }
571   }
572 }
573 c1
574 @end lilypond
575
576 和音構造は和音の繰り返し記号 @code{q} で繰り返すことができます。@c
577 @ref{Chord repetition} を参照してください。
578
579 @warning{@code{Voice} コンテキストを明示的にインスタンス化せずに@c
580 @code{@bs{}relative} を @code{@bs{}repeat} の中に配置すると、@c
581 余計な譜が表示されます。@c
582 @rprogram{余計な譜が表示される} を参照してください。}
583
584
585 @seealso
586 記譜法リファレンス:
587 @ref{Chord repetition}
588
589 コード断片集:
590 @rlsr{Repeats}
591
592 内部リファレンス:
593 @rinternals{RepeatedMusic},
594 @rinternals{UnfoldedRepeatedMusic}
595
596
597 @node 短い繰り返し
598 @subsection 短い繰り返し
599 @translationof Short repeats
600
601 このセクションでは、短い繰り返しを入力する方法について議論します。@c
602 短い繰り返しには 2 つの形式があります:
603 単一の音符、単一の小節あるいは 2 小節の繰り返しを表す@c
604 スラッシュまたはパーセント記号と、トレモロです。
605
606 @menu
607 * パーセント繰り返し::
608 * トレモロの繰り返し::
609 @end menu
610
611 @node パーセント繰り返し
612 @unnumberedsubsubsec パーセント繰り返し
613 @translationof Percent repeats
614
615 @cindex percent repeats (パーセント繰り返し)
616 @cindex measure repeats (小節の繰り返し)
617 @cindex repeat, percent (パーセント繰り返し)
618 @cindex repeat, measure (小節の繰り返し)
619 @cindex repeat, short (短い繰り返し)
620 @funindex \repeat percent
621 @funindex percent
622
623 繰り返される短いパターンは 1 回だけ譜刻され、@c
624 繰り返しは特殊な記号で置き換えられます。
625
626 構文は以下の通りです
627
628 @example
629 \repeat percent @var{number} @var{musicexpr}
630 @end example
631
632 @noindent
633 ここで、@code{@var{musicexpr}} は音楽表記です。
634
635 1 小節よりも短いパターンはスラッシュで置き換えられます。
636
637 @lilypond[verbatim,quote,relative=2]
638 \repeat percent 4 { c128 d e f }
639 \repeat percent 4 { c64 d e f }
640 \repeat percent 5 { c32 d e f }
641 \repeat percent 4 { c16 d e f }
642 \repeat percent 4 { c8 d }
643 \repeat percent 4 { c4 }
644 \repeat percent 2 { c2 }
645 @end lilypond
646
647 1 または 2 小節のパターンはパーセントのような記号で置き換えられます。
648
649 @lilypond[verbatim,quote,relative=2]
650 \repeat percent 2 { c4 d e f }
651 \repeat percent 2 { c2 d }
652 \repeat percent 2 { c1 }
653 @end lilypond
654
655 @lilypond[verbatim,quote,relative=2]
656 \repeat percent 3 { c4 d e f | c2 g' }
657 @end lilypond
658
659 1 小節よりも短いけれども異なる演奏時間が含まれるパターンは@c
660 2 重線のパーセント記号を用います。
661
662 @lilypond[verbatim,quote,relative=2]
663 \repeat percent 4 { c8. <d f>16 }
664 \repeat percent 2 { \times 2/3 { r8 c d } e4 }
665 @end lilypond
666
667 @snippets
668
669 @lilypondfile[verbatim,quote,texidoc,doctitle]
670 {percent-repeat-counter.ly}
671
672 @lilypondfile[verbatim,quote,texidoc,doctitle]
673 {percent-repeat-count-visibility.ly}
674
675 @lilypondfile[verbatim,quote,texidoc,doctitle]
676 {isolated-percent-repeats.ly}
677
678 @seealso
679 音楽用語集:
680 @rglos{percent repeat},
681 @rglos{simile}
682
683 コード断片集:
684 @rlsr{Repeats}
685
686 内部リファレンス:
687 @rinternals{RepeatSlash},
688 @rinternals{RepeatSlashEvent},
689 @rinternals{DoubleRepeatSlash},
690 @rinternals{PercentRepeat},
691 @rinternals{PercentRepeatCounter},
692 @rinternals{PercentRepeatedMusic},
693 @rinternals{Percent_repeat_engraver},
694 @rinternals{DoublePercentEvent},
695 @rinternals{DoublePercentRepeat},
696 @rinternals{DoublePercentRepeatCounter},
697 @rinternals{Double_percent_repeat_engraver},
698 @rinternals{Slash_repeat_engraver}
699
700
701 @node トレモロの繰り返し
702 @unnumberedsubsubsec トレモロの繰り返し
703 @translationof Tremolo repeats
704
705 @cindex tremolo beams (トレモロの連桁)
706 @cindex tremolo (トレモロ)
707 @cindex repeat, tremolo (トレモロの繰り返し)
708 @funindex \repeat tremolo
709 @funindex tremolo
710
711 トレモロには 2 つの形式があります:
712 2 つの和音あるいは 2 つの音符を交互に演奏するものと、@c
713 単一の音符あるいは和音を素早く繰り返すものです。@c
714 交互に演奏するトレモロは、@c
715 音符あるいは和音の間に多重連桁を付け加えることによって示され、@c
716 一方、単一の音符を素早く繰り返すトレモロは単一の音符に@c
717 多重連桁あるいは多重スラッシュを付け加えることによって示されます。
718
719 2 つの音符の間にトレモロ記号を配置するには、トレモロ スタイルの @code{\repeat}
720 を使用します:
721
722 @lilypond[quote,verbatim,relative=2]
723 \repeat tremolo 8 { c16 d }
724 \repeat tremolo 6 { c16 d }
725 \repeat tremolo 2 { c16 d }
726 @end lilypond
727
728 @code{\repeat tremolo} の構文では、@c
729 波括弧の中にある音符の数がちょうど 2 つであること、@c
730 それに、繰り返しの回数が普通の音符あるいは付点音符として表すことができる@c
731 音価に相当することが必須です。@c
732 それゆえ、@code{\repeat tremolo 7} は有効であり、2 重付点音符を作り出します。@c
733 しかしながら、@code{\repeat tremolo 9} は無効です。
734
735 トレモロの演奏時間は、@c
736 波括弧で囲まれた音楽表記の演奏時間に繰り返し回数を掛けたものに等しいです:
737 @code{\repeat tremolo 8 @{ c16 d16 @}} は全音符のトレモロであり、@c
738 トレモロの連桁でつながれた 2 つの全音符として譜刻されます。
739
740 単一の音符上にトレモロ記号を配置する方法は 2 つあります。@c
741 @code{\repeat tremolo} 構文をここでも使用します
742 -- この場合、音符を波括弧で囲むべきではありません:
743
744 @lilypond[quote,verbatim,ragged-right]
745 \repeat tremolo 4 c'16
746 @end lilypond
747
748 @cindex tremolo marks (トレモロ記号)
749 @funindex tremoloFlags
750 @funindex :
751
752 音符の後に @code{:@var{N}} を付け加えることによって@c
753 同じ出力を得ることができます。@c
754 @code{@var{N}} は細部の演奏時間を表し、8 以上である必要があります。@c
755 @code{@var{N}} が 8 である場合、音符の符幹に 1 本の連桁が付け加えられます。@c
756 @code{@var{N}} が省略された場合、
757 最後の値 (@code{tremoloFlags} に保存されています) が使用されます:
758
759 @lilypond[quote,verbatim,relative=2]
760 c2:8 c:32
761 c: c:
762 @end lilypond
763
764 @snippets
765
766 @lilypondfile[verbatim,quote,texidoc,doctitle]
767 {cross-staff-tremolos.ly}
768
769 @seealso
770 コード断片集:
771 @rlsr{Repeats}
772
773 @cindex tremolo, cross-staff (譜を跨ぐトレモロ)
774 @cindex cross-staff tremolo (譜を跨ぐトレモロ)