]> git.donarmstrong.com Git - lilypond.git/commitdiff
[doc] Use @dots{} where appropriate.
authorWerner Lemberg <wl@gnu.org>
Sun, 25 Sep 2011 06:40:04 +0000 (08:40 +0200)
committerWerner Lemberg <wl@gnu.org>
Sun, 25 Sep 2011 06:40:04 +0000 (08:40 +0200)
Documentation/learning/fundamental.itely
Documentation/notation/simultaneous.itely
Documentation/notation/spacing.itely
Documentation/notation/world.itely
Documentation/usage/lilypond-book.itely
Documentation/usage/running.itely

index b203fefd6ee825269a05343194ff42cd1ce872e6..ae7b467c252a861736933112b024366d80629244 100644 (file)
@@ -943,7 +943,7 @@ Notation Reference: @ruser{Multiple voices}.
 
 Voice contexts can also be created manually
 inside a @code{<< >>} block to create polyphonic music, using
-@code{\voiceOne} ... @code{\voiceFour} to indicate the required
+@code{\voiceOne} @dots{} @code{\voiceFour} to indicate the required
 directions of stems, slurs, etc.  In longer scores this method
 is clearer, as it permits the voices to be separated and to be
 given more descriptive names.
index e287bde6ac3e81c507e038b8b0dc30c842506651..8f55aea92856e5e2fe12bf7b91f633620f4200e6 100644 (file)
@@ -304,7 +304,7 @@ voices in a single staff is illustrated in the following example:
 
 @noindent
 Here, voices are instantiated explicitly and are given names.  The
-@code{\voiceOne} ... @code{\voiceFour} commands set up the voices
+@code{\voiceOne} @dots{} @code{\voiceFour} commands set up the voices
 so that first and third voices get stems up, second and fourth
 voices get stems down, third and fourth voice note heads are
 horizontally shifted, and rests in the respective voices are
@@ -382,7 +382,7 @@ The first example could be typeset as follows:
 This syntax can be used where it does not matter that temporary
 voices are created and then discarded.  These implicitly created
 voices are given the settings equivalent to the effect of the
-@code{\voiceOne} ... @code{\voiceFour} commands, in the order in
+@code{\voiceOne} @dots{} @code{\voiceFour} commands, in the order in
 which they appear in the code.
 
 In the following example, the intermediate voice has stems up,
index 37557fcb2de4e7bcda6514ba7079be49d69f3b68..4c7ab5b0083ed7be0931b51e24365de564589ae9 100644 (file)
@@ -3275,7 +3275,7 @@ Snippets:
 @section Fitting music onto fewer pages
 
 Sometimes you can end up with one or two staves on a second
-(or third, or fourth...) page.  This is annoying, especially
+(or third, or fourth@dots{}) page.  This is annoying, especially
 if you look at previous pages and it looks like there is plenty
 of room left on those.
 
index 1863feb7cde621adb546caf86dabd52fb5b630e7..cdc2b0fe308d2176db5f4a2afd0fcfa7100e9ed8 100644 (file)
@@ -532,7 +532,7 @@ Western scales and modes: @notation{koma} (1/9 of a tone),
 @notation{artık ikili} (12/9 or 13/9 of a tone).
 
 From a modern notational point of view it is convenient to
-use the standard Western staff notes (c, d, e, ...) with
+use the standard Western staff notes (c, d, e, @dots{}) with
 special accidentals that raise or lower notes by intervals
 of 1/9, 4/9, 5/9 and 8/9 of a tone.  These accidentals are
 defined in the file @file{makam.ly}.
index 2b00f57cc4d126000ea5bcc09bc6c61cd4a17632..93cfec3fd5eef33e14f03475022fc0c2c81887d4 100644 (file)
@@ -498,7 +498,7 @@ music in HTML files:
 @itemize
 
 @item
-the @code{<lilypond .... />} command, where you can directly enter short lilypond code
+the @code{<lilypond ... />} command, where you can directly enter short lilypond code
 
 @item
 the @code{<lilyond>...</lilypond>} environment, where you can directly enter longer
index 147bc84c6720737698a69ed46e9f079af004c0dc..c14d8c51b65e39966d003dcfe37b54f35cab011c 100644 (file)
@@ -823,7 +823,7 @@ mismatched quote will usually be on the line one or two above.
 @unnumberedsubsec Error message Unbound variable %
 
 This error message will appear at the bottom of the console
-output or log file together with a @qq{GUILE signalled an error ...}
+output or log file together with a @qq{GUILE signalled an error @dots{}}
 message every time a Scheme routine is called which (invalidly)
 contains a @emph{LilyPond} rather than a @emph{Scheme} comment.