]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/README.texi
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / Documentation / topdocs / README.texi
index ba1f8b870b0715dba0af68e2c16935ba55557c66..2d6e26b99ee0c8e6ab5335ea56d7ffe5a53d3f30 100644 (file)
 \input texinfo @c -*-texinfo-*-
 @setfilename README.info
-@settitle This is the toplevel README to LilyPond
-@node Top, , , 
+@settitle Toplevel README
+
+@documentencoding utf-8
+@documentlanguage en
+
+@node Top
 @top
 
-@chapter This is the toplevel README to LilyPond
+@chapter Toplevel README
 
 
 LilyPond is a music typesetter.  It produces beautiful sheet music
-using a high level description file as input.  LilyPond is part of 
-the GNU Project.
+using a description file as input.  LilyPond is part of the GNU
+Project.
 
 @section Versioning
 
-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.  So, in theory, version 1.2 is stable,
-which means that there are no glaring errors in it. In practice 1.2.x is also
-unmaintained.
-
-1.3.x is in healthy development: lots of problems turn up, but they're
-fixed quickly. Therefore we recommend you try 1.2.x, if you have any
-problem with it, upgrade to the latest 1.3.x release.
+LilyPond uses a versioning scheme that easily identifies stable and
+development releases.  In a version "x.y.z", an even second number 'y'
+denotes a stable version.  For development versions 'y' is odd.
 
-@section Requirements
+@section Downloading
 
-For the compilation and running of LilyPond you need some additional
-packages.  Please refer to the installation instructions in
-@file{INSTALL.txt}.
+The primary download site for sourcecode is
+@uref{http://lilypond.org/download/}.
 
-NOTE: If you downloaded a binary (.rpm or a W95/NT .zip file),
-you don't have to compile LilyPond.
+@section Compilation
 
-@section Installation
-
-For your convenience, a formatted copy of the INSTALL instructions are
-in the toplevel directory, as INSTALL.txt
+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}.
 
 @section Documentation
 
 The documentation is available online at
-@uref{http://www.lilypond.org/}.  You can also build it locally. This
-does require a working LilyPond binary.  The following formats are
-supported:
-@itemize @bullet
+@uref{http://www.lilypond.org/doc/}.
 
-@item HTML. Refer to INSTALL.txt for information
-on how to make the HTML documentation.
-
-@item @file{.dvi},  for the tutorial and reference manual. Do
-@example 
-
- make -C Documentation/user/ dvi 
-
-@end example 
-The printable documentation is left in @file{Documentation/user/out/}.
-
-@item paper. Create the .dvi documentation, and print it with dvips.
-
-@end itemize
+You can also build it locally: follow the instructions under `Building
+documentation' in the installation instructions.
 
 
 @section Comments
 
-LilyPond is a long way from finished and polished, so we please send
-your criticism, comments, bugreports, patches, etc., to the mailing
-list.  and @emph{not} to us personally.
+Send your criticism, comments, bugreports, patches, etc. to the mailing
+list, not to us personally.
+
+@html
+<a name="mailing-lists">
+@end html
 
 We have the following mailing lists:
 
 @itemize @bullet
-@item @uref{http://mail.gnu.org/mailman/listinfo/info-gnu-music,info-gnu-music@@gnu.org}
-is a low-volume list for information on the GNU Music project.
+@item @uref{http://mail.gnu.org/mailman/listinfo/info-lilypond,info-lilypond@@gnu.org}
+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
+    @email{hanwen@@xs4all.nl, Han-Wen} to send announcements for this
 list.
-@item
-@uref{http://mail.gnu.org/mailman/listinfo/gnu-music-discuss,gnu-music-discuss@@gnu.org}
-  For general discussions concerning LilyPond.
-
-@item @uref{http://mail.gnu.org/mailman/listinfo/help-gnu-music,help-gnu-music@@gnu.org}
-    For help with using LilyPond.
-@item @uref{http://mail.gnu.org/mailman/listinfo/bug-gnu-music,bug-gnu-music@@gnu.org}
-If you have bugreports, you should send them to this list.
-@end itemize
 
+@item
+@uref{http://mail.gnu.org/mailman/listinfo/lilypond-devel,lilypond-devel@@gnu.org}
+  for discussions about developing LilyPond, in particular the unstable series.
 
-@section Windows 32
-
-If you have received this file as part of a DOS/Window32 distribution
-(@file{LilyPond-*.zip}), it is advisable to also download the
-@uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/,source package}, since it
-might contain more documentation
+@item @uref{http://mail.gnu.org/mailman/listinfo/lilypond-user,lilypond-user@@gnu.org}
+  for discussions about using LilyPond, in particular the stable series.
 
-@section Caveats
+@item @uref{http://mail.gnu.org/mailman/listinfo/bug-lilypond,bug-lilypond@@gnu.org}
+for sending bugreports.
 
-If you have installed a previous version, be sure to remove old font
-files, eg.,
-@example 
-rm `find /var/lib/texmf/fonts -name 'feta*'` 
-@end example 
+@item @uref{http://mail.gnu.org/mailman/listinfo/lilypond-cvs,lilypond-cvs@@gnu.org}
+ for log files from the
+autobuild.
+@end itemize
 
-a script to do this for you is in @file{buildscripts/clean-fonts.sh}
+You can search the lists from our @uref{http://lilypond.org/search,
+searching facilities}.
 
 @section Bugs
 
-Send bug reports to @email{bug-gnu-music@@gnu.org}.  For help and
-questions use @email{help-gnu-music@@gnu.org} and
-@email{gnu-music-discuss@@gnu.org}.  Please consult the FAQ and
-installation instructions before mailing your problems.
-
+Send bug reports to @email{bug-lilypond@@gnu.org}.  For help and
+questions use @email{lilypond-user@@gnu.org}.
 
 
 @bye