X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=README;h=9b9075c73f78f58f0911cf06ccb7caf11a1b3a1c;hb=69b9cead5afe7164b9053d26eba582fec3825ef8;hp=414facda003d3666a7ea8f290725eaf9547b8ac5;hpb=c8374706587ab2ba89c9355efb0d926ae9a9eaef;p=lilypond.git diff --git a/README b/README index 414facda00..9b9075c73f 100644 --- a/README +++ b/README @@ -1,19 +1,81 @@ -Please refer to the directory Documentation/, Documentation/README.* +This is the toplevel README to LilyPond -*-Text-*- -To generate the pretty-printed docs, do this: + +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 + + *.pre* + +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. + + +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 + +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 -in the top-level dir +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. -====================== +7. CAVEATS -NOTE: +* Please read the file BUGS for some ugly bugs. This especially applies +Linux-Intel unix users. -LilyPond is a long way from finished and polished. I do appreciate -criticism, comments, bugreports, patches, etc. Please send e-mail to +* If you have installed a previous version, be sure to remove old font +files, eg - hanwen@stack.urc.tue.nl + rm `find /var/lib/texmf/fonts -name 'feta*'` -Have fun! \ No newline at end of file +a script to do this for you is in bin/cleanfonts.sh