# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = #
# So far, I've created no "all tunes" files for this Playford collection. The #
# reason  is that it's all rather disorganized, with multiple copies of tunes #
# from random sources.  There's little if any consistency in  the  ways  that #
# people  have transcribed Playford's publications.  So all I've done here is #
# define a way of creating the "New Playford" files. When new tunes are added #
# and  proofreading  is  desired,  I'll link the relevant tune files into the #
# new/ directory, and create newPLFD.abc and newPLFD.pdf for the task.   Then #
# I'll delete new/*.abc and newPLFD.*, and go on to something else.           #
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = #
U=http://trillian.mit.edu/~jc/music/book/Playford
a2p=jcabc2ps

all: newPLFD # specials install

newPLFD= new/*.abc
newPLFD: newPLFD.abc newPLFD.ps newPLFD.pdf
newPLFD.abc: $(newPLFD)
	abcjoin +S2 $(newPLFD) >newPLFD.abc
newPLFD.ps: newPLFD.abc fmt/newPLFD.fmt
	$(a2p) +C +k 4 +n +x +Ffmt/newPLFD newPLFD.abc \
	|PShdr newPLFD 'new Playford tunes' newPLFD \
	|PSftr %P $U/ %D >newPLFD.ps
newPLFD.pdf: newPLFD.ps
	ps2pdf newPLFD.ps newPLFD.pdf

neat:         ; /bin/rm -f *-
clean:   neat ; /bin/rm -f *.ps *.pdf
clobber: clean; /bin/rm -f newPLFD.*

install: ../newPLFD.abc
../newPLFD.abc: newPLFD.abc
	/bin/ln -f newPLFD.abc ../newPLFD.abc

# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = #
# Build some special pages:

specials: 

