From 684314701026a7328433aad7c2b731cd6b7b603f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:49:19 +0000 Subject: [PATCH] lilypond-0.0.77.jcn1 --- Documentation/INSTALL.pod | 21 +++++++++------ Documentation/Rules.make | 55 +++++++++++++++++++++++++++++++++++++++ Documentation/index.pod | 33 +++++++++++++++++++---- input/wohltemperirt.ly | 2 +- 4 files changed, 97 insertions(+), 14 deletions(-) create mode 100644 Documentation/Rules.make diff --git a/Documentation/INSTALL.pod b/Documentation/INSTALL.pod index 9d86ae3641..7d7ee4127d 100644 --- a/Documentation/INSTALL.pod +++ b/Documentation/INSTALL.pod @@ -55,13 +55,21 @@ TeX The MusixTeX fonts (I included those found in MusixTeX T.73). Beware, the clef symbol seems to have changed its position in some versions, (notably Egler's, a.k.a. OpusTeX). The MusixTeX fonts are included in -MusixTeX T.73, which can be had from any CTAN site, eg at +MusixTeX (T73 or better), which can be had from any CTAN site, e.g. at - ftp://ftp.shsu.edu/tex-archive/macros/musixtex/taupin - ftp://ftp.tex.ac.uk/tex-archive/macros/musixtex/taupin - ftp://ftp.dante.de/tex-archive/macros/musixtex/taupin +=over 4 + +=item ftp://ftp.shsu.edu/tex-archive/macros/musixtex/taupin + +=item ftp://ftp.tex.ac.uk/tex-archive/macros/musixtex/taupin + +=item ftp://ftp.dante.de/tex-archive/macros/musixtex/taupin + +=back -You only need the contents of the F subdirectory of the package. +You only need the contents of the F subdirectory of the +package. The primary site of the Taupin version is +ftp://hprib.lps.u-psud.fr/pub/music_zips/musixtex.zip =head1 RECOMMENDED @@ -78,7 +86,6 @@ with the perl's Plain Old Documentation. (GNU) find - =item * A fast computer (a full page of music typically takes 1 minute @@ -199,8 +206,6 @@ have a symlink pointing to that in F. After I copied the files, I ran "texhash" -ftp://hprib.lps.u-psud.fr/pub/music_zips/musixtex.zip - =head1 CAVEATS diff --git a/Documentation/Rules.make b/Documentation/Rules.make new file mode 100644 index 0000000000..9f1be188b4 --- /dev/null +++ b/Documentation/Rules.make @@ -0,0 +1,55 @@ +# special rules for the documentation section. +# There are too many to add to the general rules + +.SUFFIXES: .pod .text .1 .html + + +$(outdir)/%.xpm: %.gif + giftopnm $< | ppmtoxpm > $@ + +$(outdir)/%.ps: $(outdir)/%.dvi + dvips -o $@ $< + +$(outdir)/%.dvi: $(outdir)/%.mudtex + latex '\nonstopmode \input $<' + mv $(notdir $@) $(outdir) + +$(outdir)/%.mudtex: %.doc + $(depth)/bin/mudela-book --outdir=$(outdir)/ --outname=$(notdir $@) $< + + +$(outdir)/%.text: $(outdir)/%.1 + groff -man -Tascii $< > $@ + +$(depth)/%.text: $(outdir)/%.text + cp $< $@ + +$(outdir)/%.html: %.pod + $(pod2html) $< + mv $(notdir $@) $(outdir)/ + +$(outdir)/%.5: %.pod + $(pod2groff) + +$(outdir)/%.1: %.pod + $(pod2groff) + +$(outdir)/%.gz: $(outdir)/% + gzip -c9 $< > $@ + +$(outdir)/%.dvi: $(depth)/input/%.ly + (cd $(outdir); lilypond ../$< ;\ + if [ -f ../$(basename $< ).tex ]; \ + then \ + latex ../$(basename $< ) ;\ + else \ + tex '\nonstopmode \input lelie' ;\ + mv lelie.dvi ../$@ ; \ + fi) + +# generate the pixmap at twice the size, then rescale (for antialiasing) +$(outdir)/%.gif: $(outdir)/%.ps + gs -q -sDEVICE=ppmraw -sOutputFile=- -r200 -dNOPAUSE $< -c quit |pnmscale 0.5| ppmtogif > $@ + +$(outdir)/%.ly.txt: $(depth)/input/%.ly + ln -f $< $@ diff --git a/Documentation/index.pod b/Documentation/index.pod index 54b509ee33..10fdd592d0 100644 --- a/Documentation/index.pod +++ b/Documentation/index.pod @@ -6,13 +6,13 @@ Excuse me for this poor page. I don't really have time for doing this.. =head1 DESCRIPTION -GNU LilyPond is a program to typeset music: it generates TeX (or -LaTeX) output from file input. -As a bonus, you can also output a MIDI file of what you typed. -=head2 Examples +GNU LilyPond is a program which converts music definition files into +visual or auditive output: it can typeset formatted sheet music to a +TeX file and and (mechanical) performances to MIDI files. +=head2 Examples @@ -117,6 +117,20 @@ The GNU Music project +=item * + +The announce of 0.1 + + +=item * + +DEDICATION + + =back @@ -126,6 +140,8 @@ The GNU Music project =over 5 + + =item * @@ -192,6 +208,14 @@ Other packages for printing music. Get LilyPond at ftp://pcnov095.win.tue.nl/pub/lilypond ! +=item * + +B and other interesting links + + + =item * @@ -199,7 +223,6 @@ Stats on this page. - =back diff --git a/input/wohltemperirt.ly b/input/wohltemperirt.ly index 08101712ad..5fa5b63007 100644 --- a/input/wohltemperirt.ly +++ b/input/wohltemperirt.ly @@ -175,7 +175,7 @@ bassdux = \paper{ % unitspace = 40.0\pt; geometric = 1.6; - geometric= 1.4; unitspace= 34.\pt; +% geometric= 1.4; unitspace= 34.\pt; } \midi { \tempo 4:84; -- 2.39.5