If you have found a bug, then you should send a bugreport.
- - send a copy of the input which causes the error
- - send a description of the platform you use
- - send a description of the LilyPond version you use (with
- compile/config options please)
- - send a description of the bug itself.
- - send it to bug-gnu-music@vuse.vanderbilt.edu
+=over 4
+
+=item *
+send a copy of the input which causes the error
+
+=item *
+send a description of the platform you use
+
+=item *
+send a description of the LilyPond version you use (with
+compile/config options please)
+
+=item *
+send a description of the bug itself.
+
+=item *
+send it to bug-gnu-music@vuse.vanderbilt.edu
+
+=back
It does help if you can find out where the bug comes from: if GNU
LilyPond bombs out, then please recompile using with debugging info
GNU LilyPond is
updated very frequently, the latest version is always available at:
-ftp://pcnov095.win.tue.nl/pub/lilypond.
+ftp://pcnov095.win.tue.nl/pub/lilypond and
+ftp://alpha.gnu.ai.mit.edu/gnu/
+
For programs which are part of the GNU music project, the following
mailing list have been setup:
got the hang of it, and in the subsequent two months, I coded until it
had doubled in size (pl 23).
-The first large scale release (0.1) was planned after approximately 80
-patchlevels on August 1, 1997.
+Most the other history is described in the NEWS file. The first large
+scale release (0.1) was done after approximately 78 patchlevels on
+August 1, 1997.
+
{
print "generating TeX doco list\n";
open HTMLLIST, ">tex_manuals.html";
- print HTMLLIST "<html><body><title>LilyPond manuals in TeX</title>\n" .
- "<ul>\n";
+ print HTMLLIST "<HTML><TITLE>LilyPond manuals</title>\n" ;
+ print HTMLLIST "<BODY><h1>LilyPond manuals (in PostScript)</h1>";
+ print HTMLLIST "<ul>\n";
my @todo=();
foreach $a (@texstuff) {
push @todo , "out/$a.ps.gz";
print HTMLLIST "<li><a href=$a.ps.gz>$a.ps.gz</a>";
}
print HTMLLIST "</ul>";
+
+ print HTMLLIST "</BODY></HTML>";
close HTMLLIST;
my_system( "$MAKE -C .. " . join(' ', @todo));