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

index f8004f2441618edff09f860c5395ce7ae5c6620c..55989bcd3eb255cb90b0f5ea41b423f0fd668b48 100644 (file)
@@ -38,6 +38,7 @@ This section discusses rhythms, durations, and bars.
 @unnumberedsubsubsec Durations
 
 @cindex duration
+@cindex beams, automatic
 @funindex \longa
 @funindex \breve
 @funindex \maxima
@@ -122,7 +123,7 @@ notation see @ref{Proportional notation}.
 
 Music Glossary: @rglos{breve}, @rglos{longa}.
 
-Notation Reference: @ref{Writing rests}, @ref{Vocal music},
+Notation Reference:@ref{Automatic beams}, @ref{Ties}, @ref{Writing rests}, @ref{Vocal music},
 @ref{Ancient notation}, @ref{Proportional notation}.
 
 Snippets: @lsrdir{rhythms}
@@ -170,7 +171,7 @@ the notes are 2/3 of their written length.
 g4 \times 2/3 {c4 c c} d4 d4
 @end lilypond
 
-Tuplets may be nested, for example,
+Tuplets may be nested; for example,
 
 @lilypond[fragment,ragged-right,verbatim,relative=2]
 \times 2/3 {
@@ -192,6 +193,7 @@ Tuplets may be nested, for example,
 @commonprop
 
 @funindex tupletNumberFormatFunction
+@funindex tupletSpannerDuration
 @cindex tuplet formatting
 
 The property @code{tupletSpannerDuration} specifies how long each
@@ -209,6 +211,8 @@ In the next example, there are two triplets shown, while
 For more information about @code{make-moment}, see
 @ref{Time administration}.
 
+@funindex TupletNumber
+
 The format of the number is determined by the property @code{text}
 in @code{TupletNumber}.  The default prints only the denominator,
 but if the property is set with @code{\override
@@ -243,6 +247,9 @@ example, @code{\tweak} specifies fraction text for the outer
 }
 @end lilypond
 
+@cindex bracket, tuplet
+@funindex TupletBracket
+
 @c TODO: after LM 6 Tweaks includes \tweak info, look at this.-gp
 @c It *should* be explained why \tweak must be used here, and why
 @c \override doesn't work. I've made an attempt, but I'm not sure
@@ -287,6 +294,9 @@ note:
 }
 @end lilypond
 
+@funindex \compressMusic
+@funindex \times
+
 @code{\compressMusic} works similarly to \times, but does not
 create a tuplet bracket; see @ref{Polymetric notation}.
 
@@ -298,6 +308,8 @@ point.
 
 @seealso
 
+Music Glossary: @c TODO Add @rglos{Tuplet} when Tuplet has been added to the Glossary
+
 Notation Reference: @ref{Time administration},
 @ref{Objects connected to the input}, @ref{Polymetric notation}.
 
@@ -401,6 +413,10 @@ have to repeat the tie.  This can be achieved with
 
 @cindex Laissez vibrer
 @cindex Ties, laissez vibrer
+@funindex \laissezVibrer
+@funindex \tieUp
+@funindex \tieDown
+@funindex \tieNeutral
 
 @notation{L.v.} ties (@notation{laissez vibrer}) indicate that
 notes must not be damped at the end.  It is used in notation for
@@ -426,6 +442,8 @@ c4_~ c c^~ c)
 
 @seealso
 
+Music Glossary: @rglos{tie}, @c [TODO]add @rglos{laissez vibrer}. when there is a glossary entry.
+
 Snippets: @lsrdir{rhythms}
 
 Internals Reference: