]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/repeats.itely
124bdefe78989a24a3d7cca879ac44476cf2e441
[lilypond.git] / Documentation / notation / repeats.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
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.14.0"
11
12 @node Repeats
13 @section Repeats
14
15 @lilypondfile[quote]{repeats-headword.ly}
16
17 Repetition is a central concept in music, and multiple notations
18 exist for repetitions.  LilyPond supports the following kinds of
19 repeats:
20
21
22 @table @code
23 @item volta
24 The repeated music is not written out but enclosed between repeat bar
25 lines.  If the repeat is at the beginning of a piece, a repeat bar
26 line is only printed at the end of the repeat.  Alternative endings
27 (volte) are printed left to right with brackets.  This is the standard
28 notation for repeats with alternatives.
29
30 @item unfold
31 The repeated music is fully written out, as many times as
32 specified by @code{@var{repeatcount}}.  This is useful when
33 entering repetitious music.
34
35 @item percent
36 These are beat or measure repeats.  They look like single slashes or
37 percent signs.
38
39 @item tremolo
40 This is used to write tremolo beams.
41
42 @end table
43
44
45 @menu
46 * Long repeats::
47 * Short repeats::
48 @end menu
49
50 @node Long repeats
51 @subsection Long repeats
52
53 This section discusses how to input long (usually multi-measure)
54 repeats.  The repeats can take two forms: repeats enclosed between
55 repeat signs; or written out repeats, used to input repetitious music.
56 Repeat signs can also be controlled manually.
57
58 @menu
59 * Normal repeats::
60 * Manual repeat marks::
61 * Written-out repeats::
62 @end menu
63
64 @cindex volta
65 @cindex prima volta
66 @cindex seconda volta
67 @cindex volta, prima
68 @cindex volta, seconda
69 @cindex repeat, normal
70 @cindex normal repeat
71 @cindex repeat with alternate endings
72 @cindex alternate endings
73 @funindex \repeat
74 @funindex \alternative
75 @funindex \partial
76
77 @node Normal repeats
78 @unnumberedsubsubsec Normal repeats
79
80 The syntax for a normal repeat is
81
82 @example
83 \repeat volta @var{repeatcount} @var{musicexpr}
84 @end example
85
86 @noindent
87 where @code{@var{musicexpr}} is a music expression.
88
89 A single repeat without an alternate ending:
90
91 @lilypond[verbatim,quote,relative=2]
92 \repeat volta 2 { c4 d e f }
93 c2 d
94 \repeat volta 2 { d4 e f g }
95 @end lilypond
96
97 Alternative endings can be produced using @code{\alternative}.  Each
98 group of alternatives must be themselves, enclosed in a set of braces.
99
100 @example
101 \repeat volta @var{repeatcount} @var{musicexpr}
102 \alternative @{
103   @{ @var{musicexpr} @}
104 @}
105 @end example
106
107 @noindent
108 where @code{@var{musicexpr}} is a music expression.
109
110 If there are more repeats than there are alternate endings, the earliest
111 repeats are given the first alternative.
112
113 A single repeat with one alternate ending:
114
115 @lilypond[verbatim,quote,relative=2]
116 \repeat volta 2 { c4 d e f | }
117 \alternative {
118   { c2 e | }
119   { f2 g | }
120 }
121 c1
122 @end lilypond
123
124 A single repeat with more than one alternate ending:
125
126 @lilypond[verbatim,quote,relative=2]
127 \repeat volta 4 { c4 d e f | }
128 \alternative {
129   { c2 e | }
130   { f2 g | }
131 }
132 c1
133 @end lilypond
134
135 Multiple repeats with more than one alternate ending:
136
137 @lilypond[verbatim,quote,relative=2]
138 \repeat volta 3 { c4 d e f | }
139 \alternative {
140   { c2 e | }
141   { f2 g | }
142   { a2 g | }
143 }
144 c1
145 @end lilypond
146
147 @warning{If there are two or more alternatives, nothing should appear
148 between the closing brace of one and the opening brace of the next
149 in an @code{@bs{}alternative} block, otherwise you will not get the
150 expected number of endings.}
151
152 @warning{If you include @code{@bs{}relative} inside a
153 @code{@bs{}repeat} without explicitly instantiating the
154 @code{Voice} context, extra (unwanted) staves will appear.  See
155 @rprogram{An extra staff appears}.}
156
157 @cindex repeat with upbeat
158 @cindex upbeat in a repeat
159 @cindex anacrucis in a repeat
160 @cindex repeat with anacrucis
161 @cindex repeat with pickup
162 @cindex pickup in a repeat
163 @funindex \partial
164
165 If a repeat starts in the middle of a measure and has no alternate
166 endings, normally the end of the repeat will also fall in the
167 middle of a measure, so that the two ends add up to one complete
168 measure.  In such cases, the repeat signs do not constitute true
169 bar lines.  Do not use @code{\partial} commands or bar checks
170 where these repeat signs are printed:
171
172 @lilypond[verbatim,quote,relative=1]
173 % no \partial here
174 c4 e g  % no bar check here
175 % no \partial here
176 \repeat volta 4 {
177   e4 |
178   c2 e |
179   % no \partial here
180   g4 g g  % no bar check here
181 }
182 % no \partial here
183 g4 |
184 a2 a |
185 g1 |
186 @end lilypond
187
188 Similarly, if a repeat begins with the initial partial measure of
189 a score and has no alternate endings, the same conditions apply as
190 in the above example, except that in this case the @code{\partial}
191 command is required at the beginning of the score:
192
193 @lilypond[verbatim,quote,relative=1]
194 \partial 4  % required
195 \repeat volta 4 {
196   e4 |
197   c2 e |
198   % no \partial here
199   g4 g g  % no bar check here
200 }
201 % no \partial here
202 g4 |
203 a2 a |
204 g1 |
205 @end lilypond
206
207 When alternate endings are added to a repeat that begins with an
208 incomplete measure, it becomes necessary to set the
209 @code{Timing.measureLength} context property manually, in the
210 following specific places:
211
212 @itemize
213 @item
214 at the start of any incomplete measures in the @code{\alternative}
215 block, which normally occur at the end of each alternative, except
216 (in most cases) the last.
217
218 @item
219 at the start of each alternative, except the first.
220 @end itemize
221
222 @lilypond[verbatim,quote,relative=1]
223 \partial 4
224 \repeat volta 2 { e4 | c2 e | }
225 \alternative {
226   {
227     f2 d |
228     \set Timing.measureLength = #(ly:make-moment 3 4)
229     g4 g g  % optional bar check is allowed here
230   }
231   {
232     \set Timing.measureLength = #(ly:make-moment 4 4)
233     a2 a |
234   }
235 }
236 g1 |
237 @end lilypond
238
239 The @code{measureLength} property is described in @ref{Time
240 administration}.
241
242 @cindex repeats with ties
243 @cindex alternative endings with ties
244 @cindex ties in repeats
245 @cindex ties in alternative endings
246 @funindex \repeatTie
247
248 Ties may be added to a second ending:
249
250 @lilypond[verbatim,quote,relative=2]
251 c1
252 \repeat volta 2 { c4 d e f~ }
253 \alternative {
254   { f2 d }
255   { f2\repeatTie f, }
256 }
257 @end lilypond
258
259 @snippets
260
261 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
262 {shortening-volta-brackets.ly}
263
264 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
265 {adding-volta-brackets-to-additional-staves.ly}
266
267 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
268 {setting-the-double-repeat-default-for-volte.ly}
269
270 @seealso
271 Music Glossary:
272 @rglos{repeat},
273 @rglos{volta}.
274
275 Notation Reference:
276 @ref{Bar lines},
277 @ref{Modifying context plug-ins},
278 @ref{Time administration}.
279
280 Snippets:
281 @rlsr{Repeats}.
282
283 Internals Reference:
284 @rinternals{VoltaBracket},
285 @rinternals{RepeatedMusic},
286 @rinternals{VoltaRepeatedMusic},
287 @rinternals{UnfoldedRepeatedMusic}.
288
289
290 @knownissues
291
292 @cindex repeat, ambiguous
293 @cindex nested repeat
294 @cindex repeat, nested
295 @cindex repeat timing information
296 @cindex repeat and measure number
297 @cindex timing information and repeats
298 @cindex measure number and repeats
299 @cindex repeat and slur
300 @cindex slur and repeat
301
302 Slurs that span from a @code{\repeat} block into an
303 @code{\alternative} block will only work for the first alternate
304 ending.  Also, slurs cannot wrap around from the end of one
305 alternative back to the beginning of the repeat.
306
307 If a repeat that begins with an incomplete measure has an
308 @code{\alternative} block that contains modifications to the
309 @code{measureLength} property, using @code{\unfoldRepeats} will
310 result in wrongly-placed bar lines and bar check warnings.
311
312 A nested repeat like
313
314 @example
315 \repeat @dots{}
316 \repeat @dots{}
317 \alternative
318 @end example
319
320 @noindent
321 is ambiguous, since it is not clear to which @code{\repeat} the
322 @code{\alternative} belongs.  This ambiguity is resolved by always
323 having the @code{\alternative} belong to the inner @code{\repeat}.
324 For clarity, it is advisable to use braces in such situations.
325
326
327 @node Manual repeat marks
328 @unnumberedsubsubsec Manual repeat marks
329
330 @cindex manual repeat mark
331 @cindex repeat, manual
332 @cindex start repeat
333 @cindex repeat, start
334 @cindex end repeat
335 @cindex repeat, end
336 @cindex repeat number, changing
337 @cindex repeat volta, changing
338 @cindex volta bracket
339 @cindex bracket, volta
340 @funindex repeatCommands
341 @funindex start-repeat
342
343 @warning{These methods are only used for displaying unusual repeat
344 constructs, and may produce unexpected behavior.  In most cases,
345 repeats should be created using the standard @code{@bs{}repeat} command
346 or by printing the relevant bar lines.  For more information, see
347 @ref{Bar lines}.}
348
349 The property @code{repeatCommands} can be used to control the
350 layout of repeats.  Its value is a Scheme list of repeat commands.
351
352 @table @code
353 @item start-repeat
354 Print a @code{|:} bar line.
355
356 @lilypond[verbatim,quote,relative=2]
357 c1
358 \set Score.repeatCommands = #'(start-repeat)
359 d4 e f g
360 c1
361 @end lilypond
362
363 As per standard engraving practice, repeat signs are not printed
364 at the beginning of a piece.
365
366 @item end-repeat
367 Print a @code{:|} bar line:
368
369 @lilypond[verbatim,quote,relative=2]
370 c1
371 d4 e f g
372 \set Score.repeatCommands = #'(end-repeat)
373 c1
374 @end lilypond
375
376 @item (volta @var{number}) ... (volta #f)
377 Create a new volta with the specified number.  The volta bracket must
378 be explicitly terminated, or it will not be printed.
379
380 @lilypond[verbatim,quote,relative=2]
381 f4 g a b
382 \set Score.repeatCommands = #'((volta "2"))
383 g4 a g a
384 \set Score.repeatCommands = #'((volta #f))
385 c1
386 @end lilypond
387
388 @end table
389
390 Multiple repeat commands may occur at the same point:
391
392 @lilypond[verbatim,quote,relative=2]
393 f4 g a b
394 \set Score.repeatCommands = #'((volta "2, 5") end-repeat)
395 g4 a g a
396 c1
397 \set Score.repeatCommands = #'((volta #f) (volta "95") end-repeat)
398 b1
399 \set Score.repeatCommands = #'((volta #f))
400 @end lilypond
401
402 @cindex volta bracket with text
403 @cindex text in volta bracket
404
405 Text can be included with the volta bracket.  The text can be a
406 number or numbers or markup text, see @ref{Formatting text}.  The
407 simplest way to use markup text is to define the markup first,
408 then include the markup in a Scheme list.
409
410 @lilypond[verbatim,quote]
411 voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
412 \relative c'' {
413   c1
414   \set Score.repeatCommands = #(list(list 'volta voltaAdLib) 'start-repeat)
415   c4 b d e
416   \set Score.repeatCommands = #'((volta #f) (volta "4.") end-repeat)
417   f1
418   \set Score.repeatCommands = #'((volta #f))
419 }
420 @end lilypond
421
422
423 @snippets
424
425 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
426 {printing-a-repeat-sign-at-the-beginning-of-a-piece.ly}
427
428
429 @seealso
430 Notation Reference:
431 @ref{Bar lines},
432 @ref{Formatting text}.
433
434 Snippets:
435 @rlsr{Repeats}.
436
437 Internals Reference:
438 @rinternals{VoltaBracket},
439 @rinternals{RepeatedMusic},
440 @rinternals{VoltaRepeatedMusic}.
441
442
443 @node Written-out repeats
444 @unnumberedsubsubsec Written-out repeats
445
446 @cindex written-out repeats
447 @cindex repetitious music
448 @cindex repeats, written-out
449 @cindex repeat, unfold
450 @cindex unfold music
451 @cindex unfold repeat
452 @cindex unfold repeat with alternate endings
453 @cindex unfold music with alternate endings
454 @cindex alternate ending in written-out repeats
455 @funindex unfold
456
457 By using the @code{unfold} command, repeats can be used to simplify
458 the writing out of repetitious music.  The syntax is
459
460 @example
461 \repeat unfold @var{repeatcount} @var{musicexpr}
462 @end example
463
464 @noindent
465 where @code{@var{musicexpr}} is a music expression and
466 @code{@var{repeatcount}} is the number of times
467 @code{@var{musicexpr}} is repeated.
468
469 @lilypond[verbatim,quote,relative=2]
470 \repeat unfold 2 { c4 d e f }
471 c1
472 @end lilypond
473
474 Unfold repeats can be made with alternate endings.
475
476 @lilypond[verbatim,quote,relative=2]
477 \repeat unfold 2 { c4 d e f }
478 \alternative {
479   { c2 g' }
480   { c,2 b }
481 }
482 c1
483 @end lilypond
484
485 If there are more repeats than there are alternate endings, the first
486 alternative is applied multiple times until the remaining alternatives
487 make up the total number of repeats.
488
489 @lilypond[verbatim,quote,relative=2]
490 \repeat unfold 4 { c4 d e f }
491 \alternative {
492   { c2 g' }
493   { c,2 b }
494   { e2 d }
495  }
496 c1
497 @end lilypond
498
499 If there are more alternate endings than repeats then only the first
500 alternatives are applied.  The remaining alternatives will be ignored
501 and not printed.
502
503 @lilypond[verbatim,quote,relative=2]
504 \repeat unfold 2 { c4 d e f }
505 \alternative {
506   { c2 g' }
507   { c,2 b }
508   { e2 d }
509 }
510 c1
511 @end lilypond
512
513 It is also possible to nest multiple @code{unfold} functions (with or
514 without alternate endings).
515
516 @lilypond[verbatim,quote,relative=2]
517 \repeat unfold 2 {
518   \repeat unfold 2 { c4 d e f }
519   \alternative {
520     { c2 g' }
521     { c,2 b }
522   }
523 }
524 c1
525 @end lilypond
526
527
528 @warning{If you include @code{@bs{}relative} inside a
529 @code{@bs{}repeat} without explicitly instantiating the
530 @code{Voice} context, extra (unwanted) staves will appear.  See
531 @rprogram{An extra staff appears}.}
532
533
534 @seealso
535 Snippets:
536 @rlsr{Repeats}.
537
538 Internals Reference:
539 @rinternals{RepeatedMusic},
540 @rinternals{UnfoldedRepeatedMusic}.
541
542
543 @node Short repeats
544 @subsection Short repeats
545
546 This section discusses how to input short repeats.  Short repeats can
547 take two forms: slashes or percent signs to represent repeats of a
548 single note, a single measure or two measures, and tremolos otherwise.
549
550 @menu
551 * Percent repeats::
552 * Tremolo repeats::
553 @end menu
554
555 @node Percent repeats
556 @unnumberedsubsubsec Percent repeats
557
558 @cindex percent repeats
559 @cindex measure repeats
560 @cindex repeat, percent
561 @cindex repeat, measure
562 @cindex repeat, short
563 @funindex \repeat percent
564 @funindex percent
565
566 Repeated short patterns are printed once, and the repeated pattern
567 is replaced with a special sign.
568
569 The syntax is
570
571 @example
572 \repeat percent @var{number} @var{musicexpr}
573 @end example
574
575 @noindent
576 where @code{@var{musicexpr}} is a music expression.
577
578 Patterns that are shorter than one measure are replaced by slashes.
579
580 @lilypond[verbatim,quote,relative=2]
581 \repeat percent 4 { c128 d e f }
582 \repeat percent 4 { c64 d e f }
583 \repeat percent 5 { c32 d e f }
584 \repeat percent 4 { c16 d e f }
585 \repeat percent 4 { c8 d }
586 \repeat percent 4 { c4 }
587 \repeat percent 2 { c2 }
588 @end lilypond
589
590 Patterns of one or two measures are replaced by percent-like symbols.
591
592 @lilypond[verbatim,quote,relative=2]
593 \repeat percent 2 { c4 d e f }
594 \repeat percent 2 { c2 d }
595 \repeat percent 2 { c1 }
596 @end lilypond
597
598 @lilypond[verbatim,quote,relative=2]
599 \repeat percent 3 { c4 d e f | c2 g' }
600 @end lilypond
601
602 Patterns that are shorter than one measure but contain mixed durations
603 use a double-percent symbol.
604
605 @lilypond[verbatim,quote,relative=2]
606 \repeat percent 4 { c8. <d f>16 }
607 \repeat percent 2 { \times 2/3 { r8 c d } e4 }
608 @end lilypond
609
610 @snippets
611
612 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
613 {percent-repeat-counter.ly}
614
615 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
616 {percent-repeat-count-visibility.ly}
617
618 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
619 {isolated-percent-repeats.ly}
620
621 @seealso
622 Music Glossary:
623 @rglos{percent repeat},
624 @rglos{simile}.
625
626 Snippets:
627 @rlsr{Repeats}.
628
629 Internals Reference:
630 @rinternals{RepeatSlash},
631 @rinternals{RepeatSlashEvent},
632 @rinternals{DoubleRepeatSlash},
633 @rinternals{PercentRepeat},
634 @rinternals{PercentRepeatCounter},
635 @rinternals{PercentRepeatedMusic},
636 @rinternals{Percent_repeat_engraver},
637 @rinternals{DoublePercentEvent},
638 @rinternals{DoublePercentRepeat},
639 @rinternals{DoublePercentRepeatCounter},
640 @rinternals{Double_percent_repeat_engraver},
641 @rinternals{Slash_repeat_engraver}.
642
643
644 @node Tremolo repeats
645 @unnumberedsubsubsec Tremolo repeats
646
647 @cindex tremolo beams
648 @cindex tremolo
649 @cindex repeat, tremolo
650 @funindex \repeat tremolo
651 @funindex tremolo
652
653 Tremolos can take two forms: alternation between two chords or two
654 notes, and rapid repetition of a single note or chord.  Tremolos
655 consisting of an alternation are indicated by adding beams between the
656 notes or chords being alternated, while tremolos consisting of the
657 rapid repetition of a single note are indicated by adding beams or
658 slashes to a single note.
659
660 To place tremolo marks between notes, use @code{\repeat} with
661 tremolo style:
662
663 @lilypond[quote,verbatim,relative=2]
664 \repeat tremolo 8 { c16 d }
665 \repeat tremolo 6 { c16 d }
666 \repeat tremolo 2 { c16 d }
667 @end lilypond
668
669 The @code{\repeat tremolo} syntax expects exactly two notes within
670 the braces, and the number of repetitions must correspond to a
671 note value that can be expressed with plain or dotted notes.  Thus,
672 @code{\repeat tremolo 7} is valid and produces a double dotted
673 note, but @code{\repeat tremolo 9} is not.
674
675 The duration of the tremolo equals the duration of the
676 braced expression multiplied by the number of repeats:
677 @code{\repeat tremolo 8 @{ c16 d16 @}} gives a whole note tremolo,
678 notated as two whole notes joined by tremolo beams.
679
680 There are two ways to put tremolo marks on a single note.  The
681 @code{\repeat tremolo} syntax is also used here, in which case
682 the note should not be surrounded by braces:
683
684 @lilypond[quote,verbatim,ragged-right]
685 \repeat tremolo 4 c'16
686 @end lilypond
687
688 @cindex tremolo marks
689 @funindex tremoloFlags
690 @funindex :
691
692 The same output can be obtained by adding @code{:@var{N}} after
693 the note, where @code{@var{N}} indicates the duration of the
694 subdivision (it must be at least 8).  If @code{@var{N}} is 8, one
695 beam is added to the note's stem.  If @code{@var{N}} is omitted,
696 the last value (stored in @code{tremoloFlags}) is used:
697
698 @lilypond[quote,verbatim,relative=2]
699 c2:8 c:32
700 c: c:
701 @end lilypond
702
703 @snippets
704
705 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
706 {cross-staff-tremolos.ly}
707
708
709 @seealso
710 Snippets:
711 @rlsr{Repeats}.
712
713 @cindex tremolo, cross-staff
714 @cindex cross-staff tremolo
715