@end lilypond
@funindex \tabChordRepetition
+@cindex Chord, repetiton
+@cindex repetiton, using @code{q}
Chord constructs can be repeated by the chord repetition symbol
@code{q}. To use this feature in combination with tablature,
>>
@end lilypond
-
Ties over a line break are parenthesized by default. The same holds for
the second alternative of a repeat.
}
@end lilypond
-
@snippets
-
@lilypondfile[verbatim,quote,texidoc,doctitle]
{stem-and-beam-behavior-in-tablature.ly}
@lilypondfile[verbatim,quote,texidoc,doctitle]
{chord-glissando-in-tablature.ly}
-
@seealso
Notation Reference:
-@ref{Stems},
+@ref{Chord repetition},
+@ref{Glissando},
@ref{Harmonics},
-@ref{Glissando}.
+@ref{Stems},
+@ref{Written-out repeats}.
Snippets:
@rlsr{Fretted strings}.
@rinternals{TabVoice},
@rinternals{Beam}.
-
@knownissues
-
Chords are not handled in a special way, and hence the automatic
string selector may easily select the same string for two notes in
a chord.
This section discusses how to input long (usually multi-measure)
repeats. The repeats can take two forms: repeats enclosed between
-repeat signs; or written out repeats, used to input repetitious music.
+repeat signs; or written-out repeats, used to input repetitious music.
Repeat signs can also be controlled manually.
@menu
@unnumberedsubsubsec Written-out repeats
@cindex written-out repeats
-@cindex repetitious music
@cindex repeats, written-out
-@cindex repeat, unfold
-@cindex unfold music
+@cindex repeats, unfold
+@cindex repeats, alternative
@cindex unfold repeat
-@cindex unfold repeat with alternate endings
-@cindex unfold music with alternate endings
-@cindex alternate ending in written-out repeats
+@cindex unfold repeat, alternate endings
+@cindex alternate repeats
+@cindex alternate endings, repeats
@funindex unfold
-By using the @code{unfold} command, repeats can be used to simplify
-the writing out of repetitious music. The syntax is
+By using the @code{unfold} command, repeats can be used to simplify the
+writing out of repetitious music. The syntax is
@example
\repeat unfold @var{repeatcount} @var{musicexpr}
a'4 b c | a'4 b c
@end example
-
Unfold repeats can be made with alternate endings.
@lilypond[verbatim,quote,relative=2]
c1
@end lilypond
+Chord constructs can be repeated by the chord repetition symbol
+@code{q}. See @ref{Chord repetition}.
-@warning{If you include @code{@bs{}relative} inside a
-@code{@bs{}repeat} without explicitly instantiating the
-@code{Voice} context, extra (unwanted) staves will appear. See
-@rprogram{An extra staff appears}.}
-
+@warning{If you include @code{@bs{}relative} inside a @code{@bs{}repeat}
+without explicitly instantiating the @code{Voice} context, extra
+(unwanted) staves will appear. See @rprogram{An extra staff appears}.}
@seealso
+Notation Reference:
+@ref{Chord repetition}.
+
Snippets:
@rlsr{Repeats}.
@rinternals{RepeatedMusic},
@rinternals{UnfoldedRepeatedMusic}.
-
@node Short repeats
@subsection Short repeats