This is the MusiXTeX source code for the Parallax For Piano transcript. It is
public domain.

-- Linus Akesson, lft@df.lth.se, http://www.df.lth.se/~lft


HOW TO COMPILE:
---------------

Get and install TeX and MusiXTeX. You'll probably need GhostScript too. Then
make a script called "musixtex":

#!/bin/sh
rm -f $1.{mx1,mx2}
tex \&musixtex $1
musixflx $1
tex \&musixtex $1

To compile the files, first do this:

	musixtex expl

This should generate expl.dvi, which contains the footnote that should appear on
the last page. Convert it to PostScript:

	dvips -f expl.dvi >expl.ps

Then you need to edit bounding box of the PostScript file. Look for a line near
the beginning of the file, containing the word "BoundingBox". Change the four
values to 200 770 396 812.

Save the file. Then you should be able to successfully compile the big one:

	musixtex para

followed by, if you're not happy with the dvi format:

	dvips -f para.dvi >para.ps

and, to create a PDF version:

	ps2pdf para.ps para.pdf
