]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.21
authorfred <fred>
Fri, 3 Jan 1997 18:56:01 +0000 (18:56 +0000)
committerfred <fred>
Fri, 3 Jan 1997 18:56:01 +0000 (18:56 +0000)
Documentation/README.pod

index f7226fa03c074852811059e31f9ebde711a9305a..6ced7dae173e87eec2424c948a487771408c7a7b 100644 (file)
@@ -13,16 +13,16 @@ F<.ly>'s) into TeX input.
 
 =head1 OPTIONS
 
-=item  B<-d,--debug>
+=item  B<-d,--debug>,
 debugging
 
-=item  B<-w,--warranty>
+=item  B<-w,--warranty>,
 warranty
 
-=item  B<-o,--output>
+=item  B<-o,--output>,
 default output file
 
-=item  B<-h,--help>
+=item  B<-h,--help>,
 help
 
 =head1 LICENSE
@@ -45,8 +45,9 @@ Compilation:
 
 =item  - bison/yacc
 
-=item  - The "flower" library, which should be available from the
-       same source you got this from.
+=item  - The "flower" library,
+which should be available from the
+same source you got this from.
 
 =item  - perl
 
@@ -56,9 +57,9 @@ Operation:
 
 =over 5
 
-=item  TeX
+=item  TeX
 
-=item  the MusixTeX fonts
+=item  the MusixTeX fonts
 
 =back
 
@@ -78,11 +79,21 @@ Do:
 
 why G++ >= 2.7? LilyPond & flower lib uses:
 
-       builtin bool
-       typeof
-       operator <?, operator >?
-       the new for-scope
-       class Rational (libg++)
+=over 5
+
+=item  builtin bool
+
+=item  typeof
+
+=item  operator <?, operator >?
+
+=item  the new for-scope
+
+=item  class Rational (libg++)
+
+=item  named return values
+
+=back
 
 =head1 AUTHOR
 
@@ -146,7 +157,8 @@ F<ftp://pcnov095.win.tue.nl/pub/lilypond>
 
 =head1 FILES
 
-F<symbol.ini> The initialisation file with symbol tables etc.
+F<symbol.ini> The initialisation file with symbol tables etc. It
+includes files from the directory F<init/>.
 
 =head1 HOW DOES IT WORK
 
@@ -155,11 +167,9 @@ F<symbol.ini> The initialisation file with symbol tables etc.
 Use The Source, Luke. If you don't know C++, you can try editing
 the file F<.dstreamrc> for copious debugging output. (use B<-d>)
 
-the subdir Documentation/ contains some more-in-depth matter on LilyPond
-
-The source is commented in the DOC++ style.
-Check out doc++ at
+the subdir F<Documentation/> contains some more-in-depth matter on LilyPond
 
-       http://www.ZIB-Berlin.DE/VisPar/doc++/doc++.html
+The source is commented in the DOC++ style.  Check out doc++ at
+F<http://www.ZIB-Berlin.DE/VisPar/doc++/doc++.html>
 
 =back