]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update from Ralph.
authorGraham Percival <graham@percival-music.ca>
Mon, 18 Feb 2008 23:12:33 +0000 (15:12 -0800)
committerGraham Percival <graham@percival-music.ca>
Mon, 18 Feb 2008 23:12:33 +0000 (15:12 -0800)
Documentation/user/repeats.itely

index bc2971e539c5d872b9a302ab6cc5a932c0679eca..a812380fbde608d1c151867e386546327cf33d1b 100644 (file)
@@ -23,7 +23,9 @@ exist for repetitions.
 @node Writing repeats
 @subsection Writing repeats
 
-Blah blah
+This section discusses how to write repeats, including repeated
+sections of music enclosed within repeat bars, alternate repeat
+endings, tremolos, and beat or measure repeats.
 
 @menu
 * Repeat syntax::               
@@ -36,6 +38,8 @@ Blah blah
 @subsubsection Repeat syntax
 
 @cindex repeats
+@cindex repeat syntax
+@cindex syntax, repeat
 
 LilyPond has one syntactic construct for specifying different
 types of repeats.  The syntax is
@@ -48,6 +52,9 @@ where @var{repeabody} is a music expression.
 
 The following types of repetition are supported
 
+@cindex repeat volta
+@cindex volta
+
 @table @code
 @item volta
 The repeated music is not written out but enclosed in repeat bar
@@ -56,14 +63,24 @@ line is only printed at the end. Alternative endings (volte) are
 printed, left to right with brackets.  This is the standard
 notation for repeats with alternatives.
 
+@cindex repetitious music
+
 @item unfold
 The repeated music is fully written out, as many times as
 specified by @var{repeatcount}.  This is useful when
 entering repetitious music. 
 
+@cindex tremolo
+@cindex tremolo beams
+@cindex beams, tremolo
+
 @item tremolo
 Make tremolo beams.
 
+@cindex beat repeat
+@cindex measure repeat
+@cindex percent sign, for repeat
+
 @item percent
 Make beat or measure repeats.  These look like percent signs.
 Percent repeats must be declared within a @code{Voice} context.
@@ -94,6 +111,8 @@ is assumed to be played more than once.
 @cindex volta
 @cindex prima volta
 @cindex seconda volta
+@cindex volta, prima
+@cindex volta, seconda
 @funindex \repeat
 
 Normal repeats, with or without alternate repeats:
@@ -107,7 +126,6 @@ Normal repeats, with or without alternate repeats:
   }
 c1
 @end lilypond
-
 Repeats with upbeats:
 
 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]