]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/README.texi
* Documentation/topdocs/INSTALL.texi (Top): Remove information
[lilypond.git] / Documentation / topdocs / README.texi
index 5481a4be24a830770ecd3456d44882822eb5d08a..5ec2aa2704f6064a8db98d00a08153870561a4fb 100644 (file)
@@ -2,18 +2,14 @@
 @setfilename README.info
 @settitle Toplevel README
 
-@html
-<!--- @@WEB-TITLE@@=README --->
-@end html
-
-@node Top, , , 
+@node Top
 @top
 
 @chapter Toplevel README
 
 
-LilyPond  is a music  typesetter.  It  produces beautiful  sheet music
-using  a description  file as  input.   LilyPond  is  part of  the  GNU
+LilyPond is a music typesetter.  It produces beautiful sheet music
+using a description file as input.  LilyPond is part of the GNU
 Project.
 
 @section Versioning
@@ -22,24 +18,22 @@ LilyPond uses a versioning scheme similar to the Linux kernel.  In a
 version "x.y.z", an even second number 'y' denotes a stable version.
 For development versions 'y' is odd.
 
-Version 1.6 is the latest stable release.
-
 @section Downloading
 
 The primary download site for sourcecode is
-@uref{ftp://ftp.lilypond.org/pub/GNU/LilyPond/}.
+@uref{http://lilypond.org/download/}.
 
 If you have a slow connection, then you are advised to use
-@uref{ftp://ftp.xcf.berkeley.edu/pub/xdelta/,xdelta} for patching
+@uref{http://sourceforge.net/projects/xdelta/,xdelta} for patching
 source archives; Xdelta (@file{.xd}) files are supplied on the FTP site.
 
 @section Compilation
 
-For compiling and running LilyPond please refer to the installation
-instructions.  These instructions can be found when you unpack
-lilypond, as @file{lilypond-x.y.z/INSTALL.txt}. They are also
-available on the web at
-@uref{http://lilypond.org/Documentation/topdocs/out-www/INSTALL.html}.
+For compiling and running LilyPond see the installation instructions.
+These instructions can be found when you unpack lilypond, as
+@file{lilypond-x.y.z/INSTALL.txt}. They are also available on the web
+at
+@uref{http://lilypond.org/doc/v2.1/Documentation/topdocs/out-www/INSTALL.html}.
 
 NOTE: If you downloaded a binary (@file{.rpm}) or use the Cygwin
 @file{setup.exe} program, then you don't have to compile LilyPond.
@@ -48,16 +42,15 @@ NOTE: If you downloaded a binary (@file{.rpm}) or use the Cygwin
 @section Documentation
 
 The documentation is available online at
-@uref{http://www.lilypond.org/Documentation/out-www/index.html}.
+@uref{http://www.lilypond.org/doc/}.
 
 You can also build it locally: follow the instructions under `Building
-documentation in the installation instructions.
+documentation' in the installation instructions.
 
 
 @section Comments
 
-LilyPond is a long way from finished so we appreciate your criticism,
-comments, bugreports, patches, etc. Please send them to the mailing
+Send your criticism, comments, bugreports, patches, etc. to the mailing
 list, not to us personally.
 
 @html
@@ -68,7 +61,7 @@ We have the following mailing lists:
 
 @itemize @bullet
 @item @uref{http://mail.gnu.org/mailman/listinfo/info-lilypond,info-lilypond@@gnu.org}
-is a low-volume list for information on the GNU Music project.
+is a low-volume list for information on LilyPond project.
     This list is moderated; ask 
     @email{drl@@gnu.org, David R. Linn} or
     @email{hanwen@@cs.uu.nl, Han-Wen} to send announcements for this
@@ -76,16 +69,16 @@ list.
 
 @item
 @uref{http://mail.gnu.org/mailman/listinfo/lilypond-devel,lilypond-devel@@gnu.org}
-  For discussions about developing lilypond, in particular the unstable series.
+  for discussions about developing LilyPond, in particular the unstable series.
 
 @item @uref{http://mail.gnu.org/mailman/listinfo/lilypond-user,lilypond-user@@gnu.org}
-  For discussions about using lilypond, in particular the stable series.
+  for discussions about using LilyPond, in particular the stable series.
 
 @item @uref{http://mail.gnu.org/mailman/listinfo/bug-lilypond,bug-lilypond@@gnu.org}
-If you have bugreports, you should send them to this list.
+for sending bugreports.
 
 @item @uref{http://mail.gnu.org/mailman/listinfo/lilypond-cvs,lilypond-cvs@@gnu.org}
-  Commit messages for CVS development. This is a high-volume moderated
+  for commit messages in CVS development. This is a high-volume moderated
   list.
 @end itemize
 
@@ -96,17 +89,18 @@ You can search the lists from the following page:
 
 If you have installed a previous version, be sure to remove old font
 files, e.g.,
+
 @example 
-rm `find /var/lib/texmf/fonts -name 'feta*'` 
+       rm `find /var/lib/texmf/fonts -name 'feta*'` 
 @end example 
-a script to do this for you is left
-@file{buildscripts/out/clean-fonts}
+
+a script to do this is left after compiling in
+@file{buildscripts/out/clean-fonts}.
 
 @section Bugs
 
 Send bug reports to @email{bug-lilypond@@gnu.org}.  For help and
-questions use @email{lilypond-user@@gnu.org}.  Please consult the
-documentation before mailing your problems.
+questions use @email{lilypond-user@@gnu.org}.
 
 
 @bye