]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.77.jcn1
authorfred <fred>
Sun, 24 Mar 2002 19:49:19 +0000 (19:49 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:49:19 +0000 (19:49 +0000)
Documentation/INSTALL.pod
Documentation/Rules.make [new file with mode: 0644]
Documentation/index.pod
input/wohltemperirt.ly

index 9d86ae3641a2aae36ec41dcf00141fc6b57ef7f5..7d7ee4127d6a33040680f735d9cd3af133b771ba 100644 (file)
@@ -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<mf/> subdirectory of the package.
+You only need the contents of the F<mf/> 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</usr/lib/texmf/texmf/fonts/source/public/>. 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 (file)
index 0000000..9f1be18
--- /dev/null
@@ -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 $< $@
index 54b509ee332f5be3299d3fdcf4a6ad118952ed88..10fdd592d0172b914aa73b9caca6cf7f98daa10e 100644 (file)
@@ -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
 
 <a href=example_output.html
 >
@@ -117,6 +117,20 @@ The GNU Music project
 </a
 >
 
+=item * 
+<a href=ANNOUNCE.txt
+>
+The announce of 0.1
+</a
+>
+
+=item *
+<a href=DEDICATION.txt
+>
+DEDICATION
+</a
+>
+
 =back
 
 
@@ -126,6 +140,8 @@ The GNU Music project
 =over 5
 
 
+
+
 =item *
 <a href=TODO.txt
 >
@@ -192,6 +208,14 @@ Other packages for printing music.
 Get LilyPond at ftp://pcnov095.win.tue.nl/pub/lilypond !
 
 
+=item *
+<a href=links.html
+>
+B<download LilyPond> and other interesting links
+</a
+>
+
+
 =item *
 <a href=sconstat/stats.html
 >
@@ -199,7 +223,6 @@ Stats on this page.
 </a
 >
 
-
 =back
 
 
index 08101712ad9479d16f45649f33438bcded1c6947..5fa5b63007b0d78bde2372bd6dc35873c34a027a 100644 (file)
@@ -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;