From ed748ad93c3b4aebee28dbc078d3f8c388db5cce Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Tue, 16 Feb 2010 23:16:03 -0800 Subject: [PATCH] Doc: Fix doubled words. --- Documentation/contributor/programming-work.itexi | 6 +++--- Documentation/notation/chords.itely | 2 +- Documentation/notation/keyboards.itely | 2 +- Documentation/notation/repeats.itely | 2 +- Documentation/notation/rhythms.itely | 2 +- Documentation/notation/text.itely | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/contributor/programming-work.itexi b/Documentation/contributor/programming-work.itexi index c67640832a..ace1646b1b 100644 --- a/Documentation/contributor/programming-work.itexi +++ b/Documentation/contributor/programming-work.itexi @@ -1259,8 +1259,8 @@ processed prior to beginning the translation for the next timestep. In certain cases, an engraver might need to ensure private Scheme variables (with type SCM) do not get swept away by Guile's garbage collector: for example, -a cache of the previous key signature which must persist persist between timesteps. -The method @code{virtual derived_mark () const} can be used in such cases to mark +a cache of the previous key signature which must persist between timesteps. The +method @code{virtual derived_mark () const} can be used in such cases to mark such objects as follows: @example @@ -1273,7 +1273,7 @@ Engraver_name::derived_mark () @subsection Listening to music events -External interfaces to to the engraver are implemented by protected +External interfaces to the engraver are implemented by protected macros including one or more of the following: @itemize diff --git a/Documentation/notation/chords.itely b/Documentation/notation/chords.itely index daacbe957b..a95b74253b 100644 --- a/Documentation/notation/chords.itely +++ b/Documentation/notation/chords.itely @@ -827,7 +827,7 @@ sixth steps) can be created: } @end lilypond -Vertical spaces and brackets can be be included in figures: +Vertical spaces and brackets can be included in figures: @lilypond[verbatim,quote,ragged-right,fragment] \figures { diff --git a/Documentation/notation/keyboards.itely b/Documentation/notation/keyboards.itely index 5574b59e50..25f0d7d73f 100644 --- a/Documentation/notation/keyboards.itely +++ b/Documentation/notation/keyboards.itely @@ -403,7 +403,7 @@ Chords that cross staves may be produced: \clef bass % stems may overlap the other staff \override Stem #'cross-staff = ##t - % extend the stems to reach other other staff + % extend the stems to reach the other staff \override Stem #'length = #12 % do not print extra flags \override Stem #'flag-style = #'no-flag diff --git a/Documentation/notation/repeats.itely b/Documentation/notation/repeats.itely index ae7fe8347b..9e2b53e61d 100644 --- a/Documentation/notation/repeats.itely +++ b/Documentation/notation/repeats.itely @@ -212,7 +212,7 @@ A nested repeat like @end example @noindent -is ambiguous, since it is is not clear to which @code{\repeat} the +is ambiguous, since it is not clear to which @code{\repeat} the @code{\alternative} belongs. This ambiguity is resolved by always having the @code{\alternative} belong to the inner @code{\repeat}. For clarity, it is advisable to use braces in such situations. diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index 57e35363ea..f7ff2fc929 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -1380,7 +1380,7 @@ Internals Reference: @knownissues When using different time signatures in parallel, notes -at the same moment will be be placed at the same horizontal +at the same moment will be placed at the same horizontal location. However, the bar lines in the different staves will cause the note spacing to be less regular in each of the individual staves than would be normal without the different diff --git a/Documentation/notation/text.itely b/Documentation/notation/text.itely index cac1759970..c523f37596 100644 --- a/Documentation/notation/text.itely +++ b/Documentation/notation/text.itely @@ -303,8 +303,8 @@ Internals Reference: @funindex markup A @code{\markup} block can exist by itself, outside of any -any @code{\score} block, as a @qq{top-level -expression}. This syntax is described in @ref{File structure}. +@code{\score} block, as a @qq{top-level expression}. This syntax +is described in @ref{File structure}. @lilypond[verbatim,quote] \markup { -- 2.39.2