From: fred Date: Sun, 24 Mar 2002 19:50:38 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~4302 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c74f00b1eaf251ce471b7effe713f3571bbbf261;p=lilypond.git lilypond-0.1.1 --- diff --git a/Documentation/Rules.make b/Documentation/Rules.make index 71388de3c4..7724807799 100644 --- a/Documentation/Rules.make +++ b/Documentation/Rules.make @@ -36,7 +36,7 @@ $(outdir)/%.1: %.pod $(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 \ diff --git a/README b/README index 39909a29c3..81977e3603 100644 --- a/README +++ b/README @@ -5,15 +5,6 @@ GNU LilyPond which converts music definition files into visual or 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 @@ -23,6 +14,7 @@ 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 @@ -30,11 +22,13 @@ packages. The most unusual one of this are the mf sources to 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. @@ -45,6 +39,8 @@ and then do this: 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