]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Typos.
authorFrancisco Vila <francisco.vila@hispalinux.es>
Wed, 19 Nov 2008 09:00:13 +0000 (10:00 +0100)
committerFrancisco Vila <francisco.vila@hispalinux.es>
Wed, 19 Nov 2008 09:00:13 +0000 (10:00 +0100)
Documentation/user/lilypond-book.itely
Documentation/user/repeats.itely
Documentation/user/tweaks.itely
Documentation/user/vocal.itely

index 2a426ceddd7ce658aa337c3e32f725296cca6687..34ebeab922260505c74f22cea8e360239100267b 100644 (file)
@@ -205,7 +205,7 @@ or
 \lilypond@{ YOUR LILYPOND CODE @}
 @end example
 
-Additionally, @code{\lilypondversion} displays the the current version
+Additionally, @code{\lilypondversion} displays the current version
 of lilypond.
 Running @command{lilypond-book} yields a file that can be further
 processed with @LaTeX{}. 
@@ -394,7 +394,7 @@ or
 @@lilypondfile[options,go,here]@{@var{filename}@}
 @end example
 
-Additionally, @code{@@lilypondversion} displays the the current version
+Additionally, @code{@@lilypondversion} displays the current version
 of lilypond.
 
 When @command{lilypond-book} is run on it, this results in a Texinfo
@@ -465,7 +465,7 @@ To include separate files, say
 <lilypondfile @var{option1} @var{option2} ...>@var{filename}</lilypondfile>
 @end example
 
-Additionally, @code{<lilypondversion/>} displays the the current version
+Additionally, @code{<lilypondversion/>} displays the current version
 of lilypond.
 
 
@@ -659,7 +659,7 @@ source file contain a comment containing @samp{begin verbatim} (without
 quotes), quoting the source in the verbatim block will start after the
 last occurrence of such a comment; similarly, quoting the source verbatim
 will stop just before the first occurrence of a comment containing
-@samp{end verbatim}, it there is any.  In the following source file
+@samp{end verbatim}, if there is any.  In the following source file
 example, the music will be interpreted in relative mode, but the
 verbatim quote will not show the @code{relative} block, i.e.
 
@@ -971,7 +971,7 @@ If you use the same filename extension for the input file than the
 extension @command{lilypond-book} uses for the output file, and if the
 input file is in the same directory as @command{lilypond-book} working
 directory, you must use @code{--output} option to make
-@command{lilypond-book} running, otherwise the will exit with an error
+@command{lilypond-book} running, otherwise it will exit with an error
 message like @qq{Output would overwrite input file}.
 
 
index 751a9cd1aa149cf0fa69f0c0b355f63a234dc6fe..21efda6142184bb6e5a2769d445e8ecf8c45e2b4 100644 (file)
@@ -293,7 +293,7 @@ b1
 Text can be included with the volta bracket.  The text can be a
 number or numbers or markup text, see @ref{Formatting text}.  The
 simplest way to use markup text is to define the markup first,
-then include the the markup in a Scheme list.
+then include the markup in a Scheme list.
 
 @lilypond[verbatim,quote]
 voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
index 7fc49398fc5839eb081ba44d300113809374cd07..cdb5568f8ef622b09b328c5aca5d37a767244d4c 100644 (file)
@@ -578,7 +578,7 @@ at first, so we can be sure the command is working.  We get:
 @end example
 
 Don't forget the @code{#'} preceding the
-property name and and @code{#} preceding the new value!
+property name and a @code{#} preceding the new value!
 
 The final question is, @q{Where should this command be
 placed?}  While you are unsure and learning, the best
@@ -3319,7 +3319,7 @@ and blanking the first up-stem in that voice, the tie appears to
 cross voices:
 
 @cindex Stem, example of overriding
-@cindex transparent propery, example
+@cindex transparent property, example
 
 @lilypond[quote,fragment,relative=2,verbatim]
 <<
index 85b636eecac6a3091808232b336d2dc9a1783d4b..16274e366be5025d2f6724f2b23129f673ff1d09 100644 (file)
@@ -627,7 +627,7 @@ single syllable; such vocalises are called melismas, or melismata.
 @c it might be better to present it first - vv
 
 You can define melismata entirely in the lyrics, by entering @code{_}
-for every extra note that has to be added to the the melisma.
+for every extra note that has to be added to the melisma.
 
 @c FIXME: clarify: __ is used to crate a lyric extender,
 @c _ is used to add a note to a melisma, so both __ and _ are needed.