]> git.donarmstrong.com Git - lilypond.git/commitdiff
Another ream of small fixes from the Doc Helpers (tm).
authorGraham Percival <graham@percival-music.ca>
Wed, 5 Apr 2006 00:01:18 +0000 (00:01 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 5 Apr 2006 00:01:18 +0000 (00:01 +0000)
ChangeLog
Documentation/user/advanced-notation.itely
Documentation/user/basic-notation.itely
Documentation/user/instrument-notation.itely
Documentation/user/invoking.itely
Documentation/user/lilypond.tely
Documentation/user/putting.itely
THANKS

index ce91f6dd18b7a82df74a0b026628f84626ec84c7..28487a3b6ba33713b29f0d4486885c7c4ad31c69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-04  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ basic-notation, advanced-notation, putting,
+       instrument-notation, invoking, lilypond, THANKS: another ream of small
+       fixes from the Doc Helpers.
+
 2006-04-03  David Feuer  <David.Feuer@gmail.com>
 
        * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
index 95ece143e720536e241a5760d8a9ba68e2add0bb..c9cc4e6017135ee8229acbf46d9e988c0a8650df 100644 (file)
@@ -130,6 +130,15 @@ c2\startTextSpan b c\stopTextSpan a
 @code{textSpannerNeutral}.
 
 
+@commonprop
+
+To print a solid line, use
+
+@example
+\override TextSpanner #'dash-fraction = #'() 
+@end example
+
+
 @seealso
 
 Program reference: @internalsref{TextSpanner}.
@@ -450,7 +459,7 @@ to.
 @itemize @bullet
 @item @code{font-encoding}
 is a symbol that sets layout of the glyphs.  This should only be set to
-select different types of non-text fonts, eg.
+select different types of non-text fonts, e.g.
 
 @code{fetaBraces} for piano staff braces, @code{fetaMusic} the
 standard music font, including ancient glyphs, @code{fetaDynamic} for
@@ -1507,7 +1516,7 @@ Cue notes have smaller font sizes.
 @c Yes, this is good practice.  Otherwise, the start of the original
 @c part can only be seen from the font size.  This is not good enough
 @c for sight-reading.  It is possilbe to use other
-@c markers (eg. a big close-bracket over the staff) to indicate the cue notes are
+@c markers (e.g. a big close-bracket over the staff) to indicate the cue notes are
 @c finished.
 @c -hwn
 
@@ -2047,8 +2056,7 @@ scale is determined by  the @code{\key} command
 Shape note heads are implemented through the @code{shapeNoteStyles}
 property.  Its value is a vector of symbols.  The k-th element indicates
 the style to use for the k-th step of the scale.  Arbitrary
-combinations are possible, eg.,
-
+combinations are possible, e.g.
 
 @lilypond[verbatim,relative=1,fragment]
   \set shapeNoteStyles  = ##(cross triangle fa #f mensural xcircle diamond)
index 97deb9cb256d362c2869c18670c4b244a824f8ca..cb84f4fe12c0537643f027be5e9eb66dbf052e68 100644 (file)
@@ -134,7 +134,7 @@ espanol.ly     do  re  mi  fa  sol la  sib si  -s          -b
 
 @commonprop
 
-In accordance with standard typsetting rules, a natural sign is printed
+In accordance with standard typesetting rules, a natural sign is printed
 before a sharp or flat if a previous accidental needs to be
 cancelled.  To change this behaviour, use
 @code{\set Staff.extraNatural = ##f}
@@ -248,17 +248,19 @@ must be done with multi-measure rests.  They can be used for a
 single bar as well as many bars, and are discussed in
 @ref{Multi measure rests}.
 
-
-A rest's vertical position may be explicitly specified by entering a
-note with the @code{\rest} keyword appended, the rest will be placed at
-the note's place.  This makes manual formatting in polyphonic music
-easier.  Automatic rest collision formatting will leave these rests
-alone
+To explicitly specify a rest's vertical position, write a note
+followed by @code{\rest}.  A rest will be placed in the position
+where the note would appear,
 
 @lilypond[fragment,quote,ragged-right,verbatim]
 a'4\rest d'4\rest
 @end lilypond
 
+@noindent
+This makes manual formatting of
+polyphonic music much easier, since the automatic rest collision
+formatter will leave these rests alone.
+
 @seealso
 
 Program reference: @internalsref{Rest}.
@@ -368,7 +370,7 @@ duration.  The default for the first note is a quarter note.
 
 @cindex @code{.}
 
-To obtain dotted note lenghts, simply add a dot (`@code{.}') to
+To obtain dotted note lengths, simply add a dot (`@code{.}') to
 the number.  Double-dotted notes are produced in a similar way.
 
 @lilypond[quote,ragged-right,fragment,verbatim]
@@ -754,7 +756,7 @@ begins on concert D, one would write
 \transpose c bes @{ e4 @dots{} @}
 @end example
 
-To print this music in B-flat again (ie producing a trumpet part,
+To print this music in B-flat again (i.e. producing a trumpet part,
 instead of a concert pitch conductor's score) you would wrap the
 existing music with another @code{transpose}
 
@@ -860,7 +862,7 @@ file. For longer pieces, rendering only a small part is often an order
 of magnitude quicker than rendering it completely
 
 Skipping parts of a score can be controlled in a more fine-grained
-fashing with the property @code{Score.skipTypesetting}.  When it is
+fashion with the property @code{Score.skipTypesetting}.  When it is
 set, no typesetting is performed at all.
 
 This property is also used to control output to the MIDI file. Note that
@@ -987,7 +989,7 @@ pitches.  The clef is set with the @code{\clef} command
 @cindex varbaritone clef
 @cindex subbass clef
 
-Supported clefs finclude
+Supported clefs include
 @table @code
 @item treble, violin, G, G2
  G clef on 2nd line
@@ -1536,7 +1538,7 @@ exactly the same concept
 @noindent
 Ties are used either when the note crosses a bar line, or when dots
 cannot be used to denote the rhythm.  When using ties, larger note
-values should be aligned to subdivisions of the measure, eg.
+values should be aligned to subdivisions of the measure, such as
 
 @lilypond[fragment,quote,ragged-right]
 \relative {
@@ -1551,7 +1553,6 @@ lines.
 
 When a second alternative of a repeat starts with a tied note, you
 have to repeat the tie. This can be achieved with @code{\repeatTie},
-eg.
 
 @lilypond[fragment,quote,ragged-right,relative=2]
 r <c e g>\repeatTie
@@ -2508,7 +2509,7 @@ arpeggios in one @internalsref{PianoStaff} at the same point in time.
 @node Polyphony
 @section Polyphony
 
-Polyphony in music refers to having more than one voice occuring in
+Polyphony in music refers to having more than one voice occurring in
 a piece of music.  Polyphony in LilyPond refers to having more than
 one voice on the same staff.
 
@@ -2557,7 +2558,7 @@ 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
 the inside of the @code{<< \\ >>} constructs.  Also, the change to the second
 voice in the first @code{<< \\ >>} construct is effective in the second
-@code{<< \\ >>}, and the voice is tied accross the two constructs.
+@code{<< \\ >>}, and the voice is tied across the two constructs.
 
 @lilypond[quote,verbatim,fragment]
 \new Staff \relative c' {
@@ -2664,7 +2665,7 @@ The correct definition of the voices allows the melody to be slurred.
 }
 @end lilypond
 
-Avoiding the @code{\\} seperator also allows nesting polyphony 
+Avoiding the @code{\\} separator also allows nesting polyphony 
 constructs, which in some case might be a more natural way to typeset
 the music.
 
index c859f70812dbcc07bff6e23a7fa297c5669a784f..c20497ab74d6a0ee9a79fe338e3608f2f695383c 100644 (file)
@@ -4093,7 +4093,7 @@ In this case, the extender lines always replace existing figures.
 The @code{FiguredBass} context doesn't pay attention to the actual
 bass line. As a consequence, you may have to insert extra figures to
 get extender lines below all notes, and you may have to add @code{\!}
-to avoid getting an extender line, eg.
+to avoid getting an extender line, e.g.
 
 @lilypond[relative=1]
 <<
index 9cfb8b18d972a8bb9af09a9d6ac8b8e96aa0b51f..2f4cf641d3bc20c49526ba3188ea4644d26616b7 100644 (file)
@@ -119,7 +119,8 @@ This mode is used by default by lilypond-book.
 @item -d,--define-default=@var{var}=@var{val}
 This sets the internal program option @var{var} to the Scheme value
 @var{val}. If @var{val} is not supplied, then @var{#t} is used. To
-switch off an option, @code{no-} may be prefixed to @var{var}, eg.
+switch off an option, @code{no-} may be prefixed to @var{var}, e.g.
+
 @example
 -dno-point-and-click
 @end example
@@ -259,7 +260,7 @@ be a single directory writable by this user, which should be passed in
 
 @item Preparing the jail
 LilyPond needs to read a number of files while running.  All these files
-are to be copied into the jail, under the same path they apper in the
+are to be copied into the jail, under the same path they appear in the
 real root filesystem.  The entire content of the LilyPond installation
 (e.g., @file{/usr/share/lilypond})
 should be copied.
@@ -412,7 +413,7 @@ test.ly:2:19: error: not a duration: 5:
 @end example
 
 These locations are LilyPond's best guess about where the warning or
-error occured, but (by their very nature) warnings and errors occur
+error occurred, but (by their very nature) warnings and errors occur
 when something unexpected happens.  If you can't see an error in the
 indicated line of your input file, try checking one or two lines
 above the indicated position.
index 7de59b3a21d3d41036333eb3879075ab6a5be482..205ba8f994f146f5f2acf1860fcb4cd18e7fbf94 100644 (file)
@@ -9,7 +9,7 @@
 @direntry
 @ignore
 (I think)
-Current version of the manual: 2.7.39
+Current version of the manual: 2.8.0
 ****** Please update this whenever you run convert-ly on the docs.
 
 convert-ly --from=... --to=... --no-version *.itely
index d4af541acf33d37655a60c2594370f419ff07118..2cda151c081096e775d1dba3cfe0529741c409c6 100644 (file)
@@ -59,12 +59,12 @@ the first time, but if you want to go back and change something two
 or three years later, you won't know how your file is structured if you
 didn't comment the file.
 
-@item Ident your braces.  A lot of problems are caused by an imbalance
+@item Indent your braces.  A lot of problems are caused by an imbalance
 in the number of @code{@{} and @code{@}}.
 
 @end itemize
 
-If you are entering music from an existing score (ie typesetting a
+If you are entering music from an existing score (i.e. typesetting a
 piece of existing sheet music),
 
 @itemize @bullet
@@ -319,7 +319,7 @@ e4^\markup{ \italic ritenuto } g b e
 @end lilypond
 
 With @code{extra-offset}, the first number controls the horizontal
-movement (left is negative); the second number controls the vertial
+movement (left is negative); the second number controls the vertical
 movement (up is positive).  After a bit of experimenting, we decided
 that these values look good
 
diff --git a/THANKS b/THANKS
index b9f5f93a54c2c795aef4c9d9991f94af7e928914..66cd75d726b2bf7248294140eae530c754d22027 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -31,6 +31,7 @@ Juergen Reuter
 BUG HUNTERS/SUGGESTIONS
 
 Aurèle Duda
+Christopher Ellis
 David Rogers
 J. Leung
 Orm Finnendahl