]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/tex/tutorial.tely
patch::: 1.2.8.jcn2
[lilypond.git] / Documentation / tex / tutorial.tely
index 23ad4c3dfc37a6b226e9c3e539eca339f1eae7f6..208bed282bc32278d4ccd1ad34db3dd3377ab7df 100644 (file)
@@ -1,8 +1,7 @@
-\\input texinfo @c -*-texinfo-*-
+\input texinfo @c -*-texinfo-*-
 @setfilename tutorial.info
 @settitle Typesetting music with LilyPond
 
-
 @ifinfo
 
 This is a short tutorial to show you how  LilyPond works.  It is not a
@@ -11,7 +10,15 @@ tutorial.  It was written by Han-Wen Nienhuys.
 Copyright 1999 by its authors.
 @end ifinfo
 
+
 @titlepage
+
+@c fool ls-latex: why not use these, for texinfo??
+@ignore
+@author Han-Wen Nienhuys
+@title Typesetting music with LilyPond
+@end ignore
+
 @sp 10
 @comment The title is printed in a large font.
 @center @titlefont{LilyPond tutorial}
@@ -33,13 +40,6 @@ Copyright @copyright{} 1999 by its author(s)
 
 
 
-
-
-
-
-
-
-
 @node Typesetting music with LilyPond, Introduction, , Top
 @menu
 * Introduction::                  Introduction
@@ -52,11 +52,6 @@ Copyright @copyright{} 1999 by its author(s)
 @end menu
 @chapter Typesetting music with LilyPond
 
-
-
-
-
-
 @node Introduction, tutorial-introduction, Typesetting music with LilyPond, Typesetting music with LilyPond
 @section Introduction
 @node tutorial-introduction, The first tune, Introduction, Typesetting music with LilyPond
@@ -128,14 +123,31 @@ If all goes well, the file @file{menuet.dvi} will be created.
 To view this output, issue the command `@code{xdvi menuet}'.
 
 Now that we are familiar with the procedure of producing output, we
-will analyse the input, line by line.@example 
+will analyse the input, line by line.
+@ignore
+Let's try to redo this
+@example
 
         % lines preceded by a percent are comments.
  
 @end example 
 The percent sign, `@code{%}', introduces a line comment.  If you want to
 make larger comments, you can use block comments. These are delimited
-by `@code{%@{}' and `@code{%@}}'@example 
+by `@code{%@{}' and `@code{%@}}'
+@end ignore
+@multitable @columnfractions .60 .39
+@item
+@noindent
+@c @example  urg: no tt font
+@c @exdent % lines preceded by a percent are comments.
+@exdent @code{% lines preceded by a percent are comments.}
+@c @end example
+@tab
+The percent sign, `@code{%}', introduces a line comment.  If you
+want to make larger comments, you can use block comments. These
+are delimited by `@code{%@{}' and `@code{%@}}'
+@end multitable
+@example 
 
         \input "paper16.ly"