]> git.donarmstrong.com Git - lilypond.git/commitdiff
minor fixes from Trevor.
authorGraham Percival <graham@percival-music.ca>
Sun, 20 Jul 2008 22:38:18 +0000 (15:38 -0700)
committerGraham Percival <graham@percival-music.ca>
Sun, 20 Jul 2008 22:38:18 +0000 (15:38 -0700)
Documentation/user/introduction.itely

index 855c0060126e99a32a1badb882c13775c4d2da5c..a43aa25d618290473b7f4ccee5f0d68c55da8b95 100644 (file)
@@ -800,7 +800,7 @@ This section explains the different portions of the documentation.
 
 * About the Snippet List (SL)::  this is a collection of short LilyPond examples.
 
-* About the Internals Reference (IR)::  this document gives information about LilyPond internal programming information, which is required for constructing tweaks.
+* About the Internals Reference (IR)::  this document gives reference information about LilyPond's internal structures, which is required for constructing tweaks.
 
 * Other documentation::         there are a few other portions of the documentation, such as News items and the mailist archives.
 
@@ -995,7 +995,7 @@ formats to the @code{.ly} format.
 @ref{Top,LilyPond Snippet List,,lilypond-snippets}: this shows a
 selected set of LilyPond snippets from the
 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
-(LSR).  It is in the public domain.
+(LSR).  All the snippets are in the public domain.
 
 Please note that this document is not an exact subset of LSR.  LSR
 is running a stable LilyPond version, so any snippet which
@@ -1013,14 +1013,15 @@ The list of snippets for each subsection of the Notation Reference
 @ref{Top,Internals Reference,,lilypond-internals}: this is a set
 of heavily cross linked HTML pages which document the nitty-gritty
 details of each and every LilyPond class, object, and function.
-It is produced directly from the formatting definitions used.
+It is produced directly from the formatting definitions in the
+source code.
 
 Almost all formatting functionality that is used internally is
-available directly to the user.  For example, all variables that
+available directly to the user.  For example, most variables that
 control thickness values, distances, etc., can be changed in input
 files.  There are a huge number of formatting options, and all of
-them are described in this document.  Each section of the notation
-manual has a @b{See also} subsection, which refers to the
+them are described in this document.  Each section of the Notation
+Reference has a @b{See also} subsection, which refers to the
 generated documentation.  In the HTML document, these subsections
 have clickable links.