]> git.donarmstrong.com Git - lilypond.git/commitdiff
Nits in tutorial
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 26 Jun 2008 06:43:27 +0000 (08:43 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Thu, 26 Jun 2008 06:43:27 +0000 (08:43 +0200)
Documentation/user/tutorial.itely

index 44dde8643aab63e9e744de1815e3611d7c901637..7580936dc8b9486e64914d5cce0198d3f075fef2 100644 (file)
@@ -177,7 +177,7 @@ You will see something resembling:
 
 @example
 lilypond test.ly
-GNU LilyPond 2.12.0
+GNU LilyPond @version{}
 Processing `test.ly'
 Parsing...
 Interpreting music...
@@ -504,7 +504,7 @@ comments:
   are ignored, since they are in a
   block comment.
 
-  g g f f e e d d c2
+  f f e e d d c2
 %@}
 @end example
 
@@ -518,7 +518,7 @@ LilyPond input must be surrounded by @{ @} marks or a
 @w{@code{\relative c'' @{ ... @}}}, as we saw in @ref{Working on
 input files}.  For the rest of this manual, most examples will
 omit this.  To replicate the examples, you may copy and paste the
-displayed input but you @strong{must} add the
+displayed input, but you @strong{must} add the
 @w{@code{\relative c'' @{ @}}} like this:
 
 @example
@@ -560,7 +560,6 @@ cut-&-pastable section} to the bottom of the file.
 
 @seealso
 
-
 There are more tips for constructing input files in
 @ref{Suggestions for writing LilyPond input files}.  But it might be
 best to read through the rest of the tutorial first.