]> git.donarmstrong.com Git - lilypond.git/commitdiff
Formatting from Ralph; thanks!
authorGraham Percival <graham@percival-music.ca>
Fri, 7 Dec 2007 23:38:21 +0000 (15:38 -0800)
committerGraham Percival <graham@percival-music.ca>
Fri, 7 Dec 2007 23:38:21 +0000 (15:38 -0800)
Documentation/user/rhythms.itely

index 849211f476ba1825c15915a80746b6900ef37774..bc7b9a71574363d33473ff448e283e95ea877774 100644 (file)
@@ -533,10 +533,15 @@ well-defined.  In these cases, a slur may be preferable.
 @node Rests
 @unnumberedsubsubsec Rests
 @cindex rest
+@cindex maxima
+@cindex longa
+@cindex breve
 
 @funindex \rest
 @funindex r
 @funindex \maxima
+@funindex \longa
+@funindex \breve
 
 Rests are entered like notes with the note name @code{r}:
 
@@ -599,6 +604,8 @@ note with note name @code{s} or with @code{\skip @var{duration}}
 a4 a4 s4 a4 \skip 1 a4
 @end lilypond
 
+@cindex lyrics, skip
+
 The @code{s} syntax is only available in note mode and chord mode.
 In other situations, for example, when entering lyrics, one must
 use the @code{\skip} command:
@@ -695,6 +702,9 @@ An @code{R} spanning a single measure is printed as either a whole
 or breve rest, centered in the measure, regardless of the time
 signature.
 
+@cindex church rest
+@cindex rest, church
+
 If there are 10 or fewer measures of rest, LilyPond prints
 @rglos{church rests} (a series of longa and breve rests)
 in the staff and
@@ -763,13 +773,12 @@ c4^\markup {CHORUS} d f c
 
 @seealso
 
-This manual: @ref{Text}, @ref{Text scripts}.
+Notation Reference: @ref{Durations}, @ref{Text},
+@ref{Text markup}, @ref{Text scripts}.
 
 Snippets: @lsrdir{rhythms}
 
-Internals Reference: 
-
-@internalsref{MultiMeasureRest}.
+Internals Reference: @internalsref{MultiMeasureRest}.
 
 The layout object @internalsref{MultiMeasureRestNumber} is for the
 default number, and @internalsref{MultiMeasureRestText} for user