$(outdir)/%.gz: $(outdir)/%
gzip -c9 $< > $@
-$(outdir)/%.dvi: $(depth)/input/%.ly
+$(outdir)/%.dvi: $(depth)/input/%.ly $(lilyout)/lilypond
(cd $(outdir); lilypond ../$< ;\
if [ -f ../$(basename $< ).tex ]; \
then \
audio output: it can typeset formatted sheet music in TeX and
and (mechanical) perfomances to MIDI files.
-0.
-
-LilyPond is known to have a minor bug if you use glibc; we will look into it
-Please download 0.1.1 when it's available.
-
-LilyPond exhibits a g++ bug on Solaris 2.5 (The stack frame gets corrupted by
-a constructor) if you compile with -O2. We don't know workarounds
-
-
1. VERSIONING
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.
+
2. REQUIREMENTS
For the compilation and running of LilyPond you need some additional
MusixTeX. Please refer to the installation instructions on how to
obtain and install them.
+
3. INSTALLATINON
For your convenience, a formatted copy of the INSTALL instructions are
in the toplevel directory, as INSTALL.text
+
4. DOCUMENTATION
Please refer to the directory Documentation/ for the real doco.
make doc
You can also simply read the .pod sources. They are ASCII text.
+.pod is the documentation format of perl (see perlpod(1))
+
5. COMMENTS