]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fixed comments from Till, thanks!
authorGraham Percival <graham@percival-music.ca>
Sat, 8 Dec 2007 00:47:32 +0000 (16:47 -0800)
committerGraham Percival <graham@percival-music.ca>
Sat, 8 Dec 2007 00:47:32 +0000 (16:47 -0800)
Documentation/user/macros.itexi
Documentation/user/tutorial.itely

index 72460ae46e2c3f1f6e2e5c11b5d90671614f8ed3..5a98638c2b1747ac538561d12da9ac4a11e5ca5c 100644 (file)
@@ -261,7 +261,7 @@ program usage manual, @ref{\TEXT\,,,lilypond-program}
 @end macro
 
 @macro ruser{TEXT}
-user manual, @ref{\TEXT\,,,lilypond}
+notation reference, @ref{\TEXT\,,,lilypond}
 @c @internalsref{\TEXT\}
 @end macro
 
index 6076c3ace1df6fa9bb38c26d6d9cd732e56dfda9..802c7843c54bf216e08e900f4ddccf69eb5d1d0e 100644 (file)
@@ -106,7 +106,7 @@ Note that there are several other text editors available with
 better support for LilyPond.  For more information, see
 @rprogram{Text editor support}.
 
-@warning{the first time you ever run LilyPond, it may take a
+@warning{The first time you ever run LilyPond, it may take a
 minute or two because all of the system fonts have to be analyzed
 first.  After this, LilyPond will be much faster!}
 
@@ -147,7 +147,7 @@ examine this file.
 
 @subsubheading Unix
 
-Create a file (such as @file{test.ly}) and enter:
+Create a text file called @file{test.ly} and enter:
 
 @example
 @{
@@ -780,8 +780,8 @@ c\ff c\mf c\p c\pp
 @cindex crescendo
 
 @notation{Crescendi} and @notation{decrescendi} are started with
-the commands @code{\<} and @code{\>}.  An ending dynamic, for
-example @code{\f}, will finish the (de)crescendo, or the command
+the commands @code{\<} and @code{\>}.  The next dynamics sign, for
+example @code{\f}, will end the (de)crescendo, or the command
 @code{\!} can be used:
 
 @lilypond[verbatim,quote,ragged-right,fragment,relative=2]
@@ -958,8 +958,8 @@ one).  The result is another music expression:
 
 This mechanism is similar to mathematical formulas: a big formula
 is created by composing small formulas.  Such formulas are called
-expressions, and they can contain other music expressions, so you
-can make arbitrarily complex and large expressions.  For example,
+expressions, and they can contain other expressions, so you can
+make arbitrarily complex and large expressions.  For example,
 
 @example
 1
@@ -1011,6 +1011,7 @@ LilyPond code like this makes it much easier for humans to read.
 @warning{each note is relative to the previous note in
 the input, not relative to the @code{c''} in the initial
 @code{\\relative} command.}
+@c FIXME: number of backslashes?!
 
 
 @subheading Simultaneous music expressions: single staff
@@ -1154,10 +1155,7 @@ ties with chords.  They must be placed outside the angle brackets.
 
 @lilypond[verbatim,quote,ragged-right,fragment,relative=2]
 r4 <c e g>8[ <c f a>]~ <c f a>2
-@end lilypond
-
-@lilypond[verbatim,quote,ragged-right,fragment,relative=2]
-r4 <c e g>8\>( <c e g> <c e g>4 <c f a>\!)
+r4 <c e g>8( <c e g>\> <c e g>4 <c f a>\!)
 @end lilypond
 
 
@@ -1453,7 +1451,7 @@ example from Handel's Judas Maccabæus:
 @noindent
 but scores any more complex than this simple example are
 better produced by separating out the staff structure
-from the notes and lyrics with variables.  These
+from the notes and lyrics with variables.  These are
 discussed in @ref{Organizing pieces with variables}.
 
 @seealso