]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update from Ralph.
authorGraham Percival <graham@percival-music.ca>
Thu, 22 May 2008 04:06:50 +0000 (21:06 -0700)
committerGraham Percival <graham@percival-music.ca>
Thu, 22 May 2008 04:06:50 +0000 (21:06 -0700)
Documentation/user/repeats.itely

index 222f4c65cf15de58b8ca6c746ad2f646fb2691e2..f862ec53097afb3e27dc7404945afb6ee6e3476b 100644 (file)
@@ -23,7 +23,7 @@ exist for repetitions. LilyPond supports the following kinds of repeats:
 The repeated music is not written out but enclosed between repeat bar
 lines.  If the repeat is at the beginning of a piece, a repeat bar
 line is only printed at the end. Alternative endings (volte) are
-printed, left to right with brackets.  This is the standard notation
+printed left to right with brackets.  This is the standard notation
 for repeats with alternatives.
 
 @item unfold
@@ -32,7 +32,8 @@ specified by @var{repeatcount}.  This is useful when
 entering repetitious music. 
 
 @item percent
-These are beat or measure repeats.  They look like percent signs.
+These are beat or measure repeats.  They look like single slashes or
+percent signs.
 
 @item tremolo
 This is used to write tremolo beams.
@@ -98,7 +99,7 @@ c1
 @end lilypond
 
 
-Repeats with upbeats:
+Repeats with upbeats can be entered in two ways:
 
 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
 \new Staff {
@@ -195,7 +196,7 @@ For clarity, it is advisable to use braces in such situations.
 Timing information is not remembered at the start of an alternative,
 so after a repeat timing information must be reset by hand; for
 example, by setting @code{Score.measurePosition} or entering
-@code{\partial}.  Similarly, slurs or ties are also not repeated.
+@code{\partial}.  Similarly, slurs are also not repeated.
 
 
 
@@ -365,6 +366,8 @@ durations, are supported.
 
 @seealso
 
+Music Glossary: @rglos{percent repeat}, @rglos{simile}.
+
 Snippets: @rlsr{Repeats}.
 
 Internals Reference: @rinternals{RepeatSlash},
@@ -438,12 +441,4 @@ into the MIDI output.
 
 @seealso
 
-Notation Reference: @ref{Tremolo repeats}.
-
-Internals Reference: @rinternals{Beam}, @rinternals{StemTremolo}.
-
-Snippets: @rlsr{Repeats}.
-
-Elsewhere: @rinternals{StemTremolo}.
-
-
+@c Notation Reference: @re