1 This is the toplevel README to LilyPond
4 GNU LilyPond which converts music definition files into visual or
5 audio output: it can typeset formatted sheet music in TeX and
6 and (mechanical) perfomances to MIDI files.
11 if you have downloaded a
15 version, then this is version is *not* meant for producing nice output
16 (but to keep your patchsets up to date). It might not even compile.
21 For the compilation and running of LilyPond you need some additional
22 packages. The most unusual one of this are the mf sources to
23 MusixTeX. Please refer to the installation instructions on how to
24 obtain and install them.
29 For your convenience, a formatted copy of the INSTALL instructions are
30 in the toplevel directory, as INSTALL.text
35 Please refer to the directory Documentation/ for the real doco.
37 To generate the pretty-printed docs, you have to run configure first,
42 You can also simply read the .pod sources. They are ASCII text.
43 .pod is the documentation format of perl (see perlpod(1))
48 LilyPond is a long way from finished and polished. I do appreciate
49 criticism, comments, bugreports, patches, etc. Please send e-mail to
50 the mailing lists. See Documentation/links.pod for more info
55 If you have received this file as part of a DOS/Window32 distribution
56 (lilypond-*.zip ), then it is advisable to also download the source
57 package, since it might contain more documentation
59 ftp://pcnov095.win.tue.nl/pub/lilypond/ (Europe)
60 ftp://alpha.gnu.ai.mit.edu/gnu/lilypond/ (US)
62 The website also contains the complete documentation
64 http://www.stack.nl/~hanwen/lilypond/index.html
72 Stack frame overwrite on Solaris 2.x (this will produce a seg
73 fault, signal 11). Stacktrace
75 Engraver_group_engraver::Engraver_group_engraver(int)
76 Score_engraver::Score_engraver( )
77 get_group_engraver_p()
79 We don't know a fix or workaround, but compiling without optimisation
80 might help (Without -O2 optimisation, my execs run fine on Solaris;
81 without -O2, but with purify, it dumps core)