]> git.donarmstrong.com Git - lilypond.git/blobdiff - README
release: 0.1.61
[lilypond.git] / README
diff --git a/README b/README
index 8a04265c3566b99cfafa90a1b3fe160f157f3c14..9b9075c73f78f58f0911cf06ccb7caf11a1b3a1c 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,15 @@
-IMPORTANT:
+This is the toplevel README to LilyPond                -*-Text-*-
+
+
+LilyPond is the GNU Project music typesetter.  The program generates
+visual or auditive output from a music definition file: it can typeset
+formatted sheet music to a TeX file and play (mechanical) performances
+to a MIDI file.  Features include multiple staffs, meters, clefs,
+keys, lyrics, versatile input-language, cadenzas, beams, slurs,
+triplets.
+
+
+1. VERSIONING
 
 if you have downloaded a
 
@@ -7,27 +18,64 @@ if you have downloaded a
 version, then this is version is *not* meant for producing nice output
 (but to keep your patchsets up to date). It might not even compile.
 
-====================
 
-Please refer to the directory Documentation/, Documentation/README.*. 
+2. REQUIREMENTS
+
+For the compilation and running of LilyPond you need some additional
+packages. Please refer to the installation instructions.
+
+
+3. INSTALLATION
+
+For your convenience, a formatted copy of the INSTALL instructions are
+in the toplevel directory, as INSTALL.text
+
+
+4. DOCUMENTATION
 
-To generate the pretty-printed docs, do this:
+The real documentation is the directory Documentation/
+
+To generate the pretty-printed docs, you have to run configure first,
+and then do this:
 
        make doc
 
-You can also simply read the .pod source. It is ASCII text.
+You can also simply read the .pod sources. They are ASCII text. 
+.pod is the documentation format of perl (see perlpod(1))
+
+
+5. COMMENTS
+
+LilyPond is a long way from finished and polished.  I do appreciate
+criticism, comments, bugreports, patches, etc.  Please send e-mail to
+the mailing lists.  See Documentation/links.pod for more info
+
+
+6. DOZE
+
+If you have received this file as part of a DOS/Window32 distribution
+(lilypond-*.zip), then it is advisable to also download the source
+package, since it might contain more documentation
+
+       ftp://pcnov095.win.tue.nl/pub/lilypond/ (Europe)
+       ftp://alpha.gnu.org/gnu/lilypond/ (US)
+
+The website also contains the complete documentation
+
+       http://www.stack.nl/~hanwen/lilypond/index.html
 
-======================
+If you decide to build LilyPond from source, please read the INSTALL
+document first, especially the Windows NT/95 section.
 
-NOTE:
 
-LilyPond is a long way from finished and polished. I do appreciate
-criticism, comments, bugreports, patches, etc. Please send e-mail to
-me,
+7. CAVEATS
 
-       hanwen@stack.nl
+* Please read the file BUGS for some ugly bugs.  This especially applies
+Linux-Intel unix users.
 
-Have fun!
+* If you have installed a previous version, be sure to remove old font
+files, eg
 
-======================
+       rm `find /var/lib/texmf/fonts -name 'feta*'`
 
+a script to do this for you is in bin/cleanfonts.sh