]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc typos and clarifications; thanks Mike!
authorGraham Percival <graham@percival-music.ca>
Sat, 30 Jun 2007 01:13:13 +0000 (18:13 -0700)
committerGraham Percival <graham@percival-music.ca>
Sat, 30 Jun 2007 01:13:13 +0000 (18:13 -0700)
Documentation/user/basic-notation.itely
Documentation/user/instrument-notation.itely
Documentation/user/tutorial.itely
Documentation/user/tweaks.itely
THANKS

index 723bdf08eaffe02b5a3df6d3dc4642cf082b6cb2..afcd3384dd9e2f412a39e0df37cdd7fcb65dbb27 100644 (file)
@@ -1054,7 +1054,7 @@ These voices are all separate from the voice that contains the notes just
 outside the @code{<< \\ >>} construct.  This should be noted when making
 changes at the voice level.  This also means that slurs and ties cannot go
 into or out of a @code{<< \\ >>} construct.  Conversely, parallel voices
-from separate @code{<< \\ >>} constructs on the same staff are the the
+from separate @code{<< \\ >>} constructs on the same staff are the
 same voice.  Here is the same example, with different noteheads for each
 voice.  Note that the change to the note-head style in the main voice does
 not affect
index 07b54772e9859a00c06090a195f61d2b488143cd..83478ba9667f23753b8e3cf36fe2bbbc5b1c1b80 100644 (file)
@@ -4598,7 +4598,7 @@ figures below the notes, use
 When using figured bass above the staff with extender lines and
 @code{implicitBassFigures} the lines may become swapped around.
 Maintaining order consistently will be impossible when multiple figures
-have overlapping extender lines.  To avoid this problem, plese
+have overlapping extender lines.  To avoid this problem, please
 use @code{stacking-dir} on @code{BassFigureAlignment}.
 
 
index c54307dba0434ce293428af498eadbf366741bf2..5c8c2aaedf8e955df25320fe99dff0f133641121 100644 (file)
@@ -383,8 +383,8 @@ see @ref{Clef}.
 @node Working on text files
 @subsection Working on text files
 
-LilyPond input files are treated like files in most programming languages:
-they are case sensitive, white-space insensitive, expressions are
+LilyPond input files are similar to source files in many common programming languages.
+They are case sensitive, and white-space is generally equivalent.  Expressions are
 formed with curly braces @{ @}, and comments are denoted with @code{%} or
 @code{%@{ ... %@}}.
 
@@ -440,7 +440,7 @@ There are two types of comments.  The percent symbol @samp{%}
 introduces a line comment; anything after @samp{%} on that line is
 ignored.  A block comment marks a whole section of music
 input as a comment.  Anything that is enclosed in @code{%@{} and @code{%@}} is
-ignored.  The following fragment shows possible uses for comments
+ignored.  (Comments do not nest.)  The following fragment shows possible uses for comments
 
 @example
 % notes for twinkle twinkle follow
@@ -572,7 +572,7 @@ a
 @subheading Warning: key signatures and pitches
 
 To determine whether to print an accidental, LilyPond examines the
-pitches and the key signature.  The key signature only effects
+pitches and the key signature.  The key signature only affects
 the @emph{printed} accidentals, not the actual pitches!  This is a
 feature that often causes confusion to newcomers, so let us explain it
 in more detail.
@@ -1463,12 +1463,12 @@ piece or two.  Start with one of the @ref{Templates}, and
 add notes.  If you need any notation that was not covered in the
 tutorial, look at the Notation Reference, starting with
 @ref{Basic notation}.  If you want to write for an instrument
-ensemble which is not covered in the templates,
+ensemble that is not covered in the templates,
 take a look at @ref{Extending the templates}.
 
 Once you have written a few short pieces, read the rest of
 the Learning Manual (chapters 3-5).  There's nothing wrong
-with reading them now, of course!  However, the rest of the
+with reading it now, of course!  However, the rest of the
 Learning Manual assumes that you are familiar with
 LilyPond input.  You may wish to skim these chapters right
 now, and come back to them after you have more experience.
@@ -1483,7 +1483,7 @@ example.
 
 In the rest of the manual, we are much more lax about the
 printed examples: sometimes they may have omitted a
-@code{\relative c'' @{ ... @}}, but in other times a different initial
+@code{\relative c'' @{ ... @}}, but other times a different initial
 pitch may be used (such as @code{c'} or @code{c,,}), and in some cases
 the whole example is in absolute note mode!  However, ambiguities like
 this only exist where the pitches are not important.  In any example
index 8c681e5a61c89e8ece0e0ddd1bbdeb245b984c1a..eb03d1f6992525365b1e3b67755b6f11ae88f572 100644 (file)
@@ -307,8 +307,8 @@ voices:
 } >>
 @end lilypond
 
-To make sure that the just blanked stem doesn't squeeze the too much
-tie, we also lengthen the stem, by setting the @code{length} to
+To make sure that the just-blanked stem doesn't squeeze the tie too much,
+we also lengthen the stem, by setting the @code{length} to
 @code{8},
 
 @lilypond[quote,fragment,relative=2,verbatim]
diff --git a/THANKS b/THANKS
index c2b3ebe47834cc4082f0a3c3a251dad8c1075e5b..d81a5a6a0f51ccc2b96a88165c326f5bf44abd4b 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -66,6 +66,7 @@ Martijn Vromans
 Marnen Laibow-Koser
 Maximilian Albert
 Mirosław Doroszewski
+Mike Coleman
 Nicolas Mayencourt
 Nicolas Sceaux
 Orm Finnendahl
@@ -80,6 +81,7 @@ Steven Weber
 Tomas Sauer
 Thomas Scharkowski
 Trevor Bača
+Valentin Villenave
 Vivian Barty-Taylor
 Werner Lemberg
 Wilbert Berendsen