# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# This is the makefile for the Sudbury Ancients tune  collection.   Most  of  the #
# set/medley/standpiece  multi-tune  sets  are  built in this directory, with the #
# single-tune files and other constituents are in the directories with lower-case #
# names.                                                                          #
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
a2p=jcabc2ps
RM=/bin/rm
U=http://john-chambers.us/~jc/music/session/SAFD

all: Muster_Dijon \
	Acorn_Book AdamsYork_Medley Anachreon_Balquhidder_Medley Anachreon_in_Heaven \
	Anthems Ash_Grove Ash_Grove_Standpiece Ash_Grove_Standpiece_1 \
	Balq_Bart_Battle_Medley Balq_HeyJohnny_Medley \
	BelleOfTheMohawkVale_NancyHanks_medley Belleisle_Standpiece \
	Belleisle_Standpiece_1 BillyBudd_BillyBones_medley Billy_Budd_Standpiece \
	Blackwater_Tide_Standpiece Blue_Hills_Standpiece \
	BonaparteCrossing_ThreeDrummers_medley Brandywine_Standpiece \
	Brandywine_Standpiece_1 Captain_Macintosh_Standpiece \
	Catholic_OSullivans_Munster_medley Christmas_Carols Clem_medley \
	Closing_Shortened_Standpiece Closing_of_the_Day_Standpiece Contra_Dances \
	CrownPoint_Huntington_medley DevilsFlute_OConnorsQS_medley \
	Draught_111_Standpiece Drummers_Call Ecumenical_Hornpipe EelPot_Stones_medley \
	EmptyPockets_DayWePaid_medley Essence_Frog FirstSept_LaBelleCath_medley \
	Frog_Granny_medley Froggie_Grandfather Garfields_Ruff_Standpiece George_M_medley \
	Germantown_John_medley Granny_Jefferson Hanover_HarumScarum_medley Hornpipes \
	Hymns Involuntary_Trumpet_Standpiece Jaybird_Firemans_medley \
	JeffersonLiberty_BlackWatch_Medley Korn_Stillmans_medley Liberty_Medley_II \
	Liberty_Rakes Matthews_Standpiece Mountain_Dew_Standpiece Mountain_Man \
	Mountain_Oyster_medley Mystic_Hornpipe Paddy_GoTo_medley Paddy_Pigtown_medley \
	Patriotic_Hymns President_Garfields_Standpiece President_Garfields_Standpiece_1 \
	Races Road_Rose_Sentry_Seven Rob_Roy_Standpiece Saint_Kilda_Standpiece \
	Scarlet_Dream_medley SeaWife_WalkerStreet_medley Sea_Medley Service_Tunes \
	SevenStars_DublinBoy Shady_Deal Shady_Deal_1 Shotgun_Medley Singles \
	Sisters_Welcome_White_Whup_World Strubes_Reveille_Standpiece \
	Swingin_Through_the_Revolution Tatterjack_Drums_medley WhaSae_Lakes_medley \
	Whup_Prussia_medley Wicklow_March York_medley 

Acorn_Book: \
	Anachreon_Balquhidder_Medley Balq_Bart_Battle_Medley Essence_Frog Froggie_Grandfather \
	Liberty_Rakes Road_Rose_Sentry_Seven Sisters_Welcome_White_Whup_World

Hornpipes: Hornpipes_1


# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #

neat:
	$(RM) -f *- *.old *.out
clean: neat
	$(RM) -f *.ps *.pdf */*.ps */*.pdf
clobber: clean
	$(RM) -f *.abc

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #

jigs: jigs.abc jigs.ps jigs.pdf
jigs.abc: jig/*.abc
	abcjoin +R +S jig/*.abc >jigs.abc
jigs.ps: jigs.abc
	$(a2p) jigs.abc +x +Ffmt/_65 \
	|PSftr "Page %P" $U/ %D >jigs.ps
jigs.pdf: jigs.ps
	ps2pdf jigs.ps jigs.pdf

lesnota: lesnota.abc lesnota.ps lesnota.pdf
lesnota.abc: lesnoto/*.abc
	abcjoin +R +S lesnoto/*.abc >lesnota.abc
lesnota.ps: lesnota.abc
	$(a2p) lesnota.abc +x +Ffmt/_65 \
	|PSftr "Page %P" $U/ %D >lesnota.ps
lesnota.pdf: lesnota.ps
	ps2pdf lesnota.ps lesnota.pdf

marches: marches.abc marches.ps marches.pdf
marches.abc: march/*.abc
	abcjoin +R +S march/*.abc >marches.abc
marches.ps: marches.abc
	$(a2p) marches.abc +x +Ffmt/_65 \
	|PSftr "Page %P" $U/ %D >marches.ps
marches.pdf: marches.ps
	ps2pdf marches.ps marches.pdf

polkas: polkas.abc polkas.ps polkas.pdf
polkas.abc: polka/*.abc
	abcjoin +R +S polka/*.abc >polkas.abc
polkas.ps: polkas.abc
	$(a2p) polkas.abc +x +Ffmt/_65 \
	|PSftr "Page %P" $U/ %D >polkas.ps
polkas.pdf: polkas.ps
	ps2pdf polkas.ps polkas.pdf

reels: reels.abc reels.ps reels.pdf
reels.abc: reel/*.abc
	abcjoin +R +S reel/*.abc >reels.abc
reels.ps: reels.abc
	$(a2p) reels.abc +x +Ffmt/_65 \
	|PSftr "Page %P" $U/ %D >reels.ps
reels.pdf: reels.ps
	ps2pdf reels.ps reels.pdf

songs: songs.abc songs.ps songs.pdf
songs.abc: song/*.abc
	abcjoin +R +S song/*.abc >songs.abc
songs.ps: songs.abc
	$(a2p) songs.abc +x +Ffmt/_65 \
	|PSftr "Page %P" $U/ %D >songs.ps
songs.pdf: songs.ps
	ps2pdf songs.ps songs.pdf

waltzes: waltzes.abc waltzes.ps waltzes.pdf
waltzes.abc: waltz/*.abc
	abcjoin +R +S waltz/*.abc >waltzes.abc
waltzes.ps: waltzes.abc
	$(a2p) waltzes.abc +x +Ffmt/_65 \
	|PSftr "Page %P" $U/ %D >waltzes.ps
waltzes.pdf: waltzes.ps
	ps2pdf waltzes.ps waltzes.pdf

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# Here is a prototype for making medley pages:

# jj
jj= _.abc
jj: jj.abc jj.ps jj.pdf
jj.abc: hdr/jj.hdr $(jj) ftr/jj.ftr
	abcjoin +s $(jj) >jj.abc
jj.ps: jj.abc fmt/_70.fmt
	$(a2p) jj.abc +Ffmt/_70 \
	|PShdr jj '' jj \
	|PSftr %D $U/ %D >jj.ps
jj.pdf: jj.ps
	ps2pdf jj.ps jj.pdf

# lnk - links from ../../Intl directory
lnk: type/lnk-info.abc
type/lnk-info.abc: ../../Intl/lnk.abc
	ln ../../Intl/lnk.abc type/lnk-info.abc

# bld - builds from local single-tune files
bld= \
	bld/bld-key1-shape.abc \
	bld/bld-key2-shape.abc \
	ftr/bld.ftr
bld: hdr/bld.hdr type/bld-keys-shape.abc ftr/bld.ftr
type/bld-keys-shape.abc: $(bld)
	abcmedley bld $(bld) >type/bld-keys-shape.abc

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # # Medleys that we make locally:

# _name medley
_name_medley= hdr/_name_medley.hdr \
	ftr/_name_medley.ftr
_name_medley: _name_medley.abc _name_medley.pdf
_name_medley.abc: $(_name_medley)
	abcjoin +C +R0 $(_name_medley) >_name_medley.abc
_name_medley.ps: _name_medley.abc fmt/_70.fmt
	$(a2p) +k 2  _name_medley.abc +Ffmt/_70.fmt \
	|PShdr '__' '__' '__' ______ \
	|PSftr %D $U/ %D >_name_medley.ps
_name_medley.pdf: _name_medley.ps
	ps2pdf _name_medley.ps _name_medley.pdf

# Set - Name
Set_Name= hdr/Set_Name.hdr \
	ftr/Set_Name.ftr
Set_Name: Set_Name.abc Set_Name.pdf
Set_Name.abc: $(Set_Name)
	abcjoin +CR $(Set_Name) >Set_Name.abc
Set_Name.ps: Set_Name.abc fmt/_70.fmt
	$(a2p) +k 2  Set_Name.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Set_Name.ps
Set_Name.pdf: Set_Name.ps
	ps2pdf Set_Name.ps Set_Name.pdf
hdr/Set_Name.hdr: ;echo "%%center Set - Name" >hdr/Set_Name.hdr
ftr/Set_Name.ftr: ;ln ftr/_.ftr ftr/Set_Name.ftr

# Adams & York Medley
AdamsYork_Medley= hdr/AdamsYork_Medley.hdr \
	jig/City_Guards-G-32-2.abc \
	jig/Peeler_and_the_Goat-Am-32-2.abc \
	jig/Boston_Pilot-Bm-32-2.abc \
	jig/Irishmans_Heart_to_the_Ladies-A-32-2.abc \
	ftr/AdamsYork_Medley.ftr
AdamsYork_Medley: AdamsYork_Medley.abc AdamsYork_Medley.pdf
AdamsYork_Medley.abc: $(AdamsYork_Medley)
	abcjoin +CR $(AdamsYork_Medley) >AdamsYork_Medley.abc
AdamsYork_Medley.ps: AdamsYork_Medley.abc fmt/_70.fmt
	$(a2p) AdamsYork_Medley.abc +Ffmt/_70.fmt \
	|PShdr AdamsYork_Medley '' AdamsYork_Medley \
	|PSftr %D $U/ %D >AdamsYork_Medley.ps
AdamsYork_Medley.pdf: AdamsYork_Medley.ps
	ps2pdf AdamsYork_Medley.ps AdamsYork_Medley.pdf

# Anthems
Anthems= hdr/Anthems.hdr \
	march/Marseillaise-G-28-4.abc march/Marseillaise-D-28-4.abc \
	march/O_Canada-G-28-3.abc \
	ftr/Anthems.ftr
Anthems: Anthems.abc Anthems.pdf
Anthems.abc: $(Anthems)
	abcjoin +CR $(Anthems) >Anthems.abc
Anthems.ps: Anthems.abc fmt/_70.fmt
	$(a2p) +k 2  Anthems.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Anthems.ps
Anthems.pdf: Anthems.ps
	ps2pdf Anthems.ps Anthems.pdf
hdr/Anthems.hdr: ;echo "%%center Anthems" >hdr/Anthems.hdr
ftr/Anthems.ftr: ;ln ftr/_.ftr ftr/Anthems.ftr

# Anachreon in Heaven  3-voices
Anachreon_in_Heaven= hdr/Anachreon_in_Heaven.hdr \
	waltz/Anachreon_in_Heaven_1-D-32-2.abc \
	waltz/Anachreon_in_Heaven_2-D-32-2.abc \
	waltz/Anachreon_in_Heaven_3-D-32-2.abc \
	ftr/Anachreon_in_Heaven.ftr
Anachreon_in_Heaven: Anachreon_in_Heaven.abc Anachreon_in_Heaven.pdf
Anachreon_in_Heaven.abc: $(Anachreon_in_Heaven)
	abcjoin +CR $(Anachreon_in_Heaven) >Anachreon_in_Heaven.abc
Anachreon_in_Heaven.ps: Anachreon_in_Heaven.abc fmt/_70.fmt
	$(a2p) +k 2  Anachreon_in_Heaven.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Anachreon_in_Heaven.ps
Anachreon_in_Heaven.pdf: Anachreon_in_Heaven.ps
	ps2pdf Anachreon_in_Heaven.ps Anachreon_in_Heaven.pdf

# Anachreon & Balquhidder Medley
Anachreon_Balquhidder_Medley= hdr/Anachreon_Balquhidder_Medley.hdr \
	waltz/Anachreon_in_Heaven_1-D-32-2.abc \
	waltz/Anachreon_in_Heaven_2-D-32-2.abc \
	waltz/Anachreon_in_Heaven_3-D-32-2.abc \
	reel/Balquhidder_Lasses-Em-32-3.abc \
	ftr/Anachreon_Balquhidder_Medley.ftr
Anachreon_Balquhidder_Medley: Anachreon_Balquhidder_Medley.abc Anachreon_Balquhidder_Medley.pdf
Anachreon_Balquhidder_Medley.abc: $(Anachreon_Balquhidder_Medley)
	abcjoin +CR $(Anachreon_Balquhidder_Medley) >Anachreon_Balquhidder_Medley.abc
Anachreon_Balquhidder_Medley.ps: Anachreon_Balquhidder_Medley.abc fmt/_70.fmt
	$(a2p) Anachreon_Balquhidder_Medley.abc +Ffmt/_70.fmt \
	|PShdr acu02.pif 'The Acorn Book of Tunes' 030107 \
	|PSftr %D $U/ %D >Anachreon_Balquhidder_Medley.ps
Anachreon_Balquhidder_Medley.pdf: Anachreon_Balquhidder_Medley.ps
	ps2pdf Anachreon_Balquhidder_Medley.ps Anachreon_Balquhidder_Medley.pdf

# _name medley
Ash_Grove= hdr/Ash_Grove.hdr \
	waltz/Ash_Grove_1-G-48-2.abc \
	waltz/Ash_Grove_2-G-48-2.abc \
	waltz/Ash_Grove_3-G-48-2.abc \
	ftr/Ash_Grove.ftr
Ash_Grove: Ash_Grove.abc Ash_Grove.pdf
Ash_Grove.abc: $(Ash_Grove)
	abcjoin +C +R0 $(Ash_Grove) >Ash_Grove.abc
Ash_Grove.ps: Ash_Grove.abc fmt/_70.fmt
	$(a2p) +k 2  Ash_Grove.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Ash_Grove.ps
Ash_Grove.pdf: Ash_Grove.ps
	ps2pdf Ash_Grove.ps Ash_Grove.pdf

# Ash Grove  Standpiece
Ash_Grove_Standpiece= hdr/Ash_Grove_Standpiece.hdr \
	march/Chain_Cotillion_1-G-40-3.abc \
	march/Chain_Cotillion_2-G-40-3.abc \
	waltz/Ash_Grove_1-G-48-2.abc \
	waltz/Ash_Grove_2-G-48-2.abc \
	waltz/Ash_Grove_3-G-48-2.abc \
	set/8_bar_drum_bridge.txt \
	march/King_Williams_March_1-Am-32-2.abc \
	march/King_Williams_March_2-Am-32-2.abc \
	set/4_bar_drum_bridge.txt \
	jig/Germantown_Hook_1-Em-32-2.abc \
	jig/Germantown_Hook_2-Em-32-2.abc \
	march/Katy_Hill_Outro_8_bars-G-8-1.abc \
	ftr/Ash_Grove_Standpiece.ftr
Ash_Grove_Standpiece: Ash_Grove_Standpiece.abc Ash_Grove_Standpiece.pdf Ash_Grove_Standpiece_1
Ash_Grove_Standpiece.abc: $(Ash_Grove_Standpiece)
	abcjoin +C +R0 $(Ash_Grove_Standpiece) >Ash_Grove_Standpiece.abc
Ash_Grove_Standpiece.ps: Ash_Grove_Standpiece.abc fmt/_70.fmt
	$(a2p) +k4 +x Ash_Grove_Standpiece.abc +Ffmt/_70.fmt \
	|PShdr "%P Ash_Grove _Standpiece" '' "Ash_Grove Standpiece %P" \
	|PSftr %D $U/ %D >Ash_Grove_Standpiece.ps
Ash_Grove_Standpiece.pdf: Ash_Grove_Standpiece.ps
	ps2pdf Ash_Grove_Standpiece.ps Ash_Grove_Standpiece.pdf

# Ash Grove Standpiece (voice 1)
Ash_Grove_Standpiece_1= hdr/Ash_Grove_Standpiece_1.hdr \
	march/Chain_Cotillion_1-G-40-3.abc \
	waltz/Ash_Grove_1-G-48-2.abc \
	set/8_bar_drum_bridge.txt \
	march/King_Williams_March_1-Am-32-2.abc \
	set/4_bar_drum_bridge.txt \
	jig/Germantown_Hook_1-Em-32-2.abc \
	march/Katy_Hill_Outro_8_bars-G-8-1.abc \
	ftr/Ash_Grove_Standpiece_1.ftr
Ash_Grove_Standpiece_1: Ash_Grove_Standpiece_1.abc Ash_Grove_Standpiece_1.pdf
Ash_Grove_Standpiece_1.abc: $(Ash_Grove_Standpiece_1)
	abcjoin +C +R0 $(Ash_Grove_Standpiece_1) >Ash_Grove_Standpiece_1.abc
Ash_Grove_Standpiece_1.ps: Ash_Grove_Standpiece_1.abc fmt/_70.fmt
	$(a2p) +k4 +x Ash_Grove_Standpiece_1.abc +Ffmt/_70.fmt \
	|PShdr "%P Ash_Grove _Standpiece_1" '' "Ash_Grove Standpiece_1 %P" \
	|PSftr %D $U/ %D >Ash_Grove_Standpiece_1.ps
Ash_Grove_Standpiece_1.pdf: Ash_Grove_Standpiece_1.ps
	ps2pdf Ash_Grove_Standpiece_1.ps Ash_Grove_Standpiece_1.pdf

# Balq Bart & Battle Medley
Balq_Bart_Battle_Medley= hdr/Balq_Bart_Battle_Medley.hdr \
	reel/Balquhidder_Lasses_1-Em-32-3.abc reel/Balquhidder_Lasses_2-Em-32-3.abc \
	quickstep/Bartletts_Quickstep-D-30-3.abc \
	jig/Battle_Hymn_of_the_Republic_1-D-32-3.abc jig/Battle_Hymn_of_the_Republic_2-D-32-3.abc \
	ftr/Balq_Bart_Battle_Medley.ftr
Balq_Bart_Battle_Medley: Balq_Bart_Battle_Medley.abc Balq_Bart_Battle_Medley.pdf
Balq_Bart_Battle_Medley.abc: $(Balq_Bart_Battle_Medley)
	abcjoin +CR $(Balq_Bart_Battle_Medley) >Balq_Bart_Battle_Medley.abc
Balq_Bart_Battle_Medley.ps: Balq_Bart_Battle_Medley.abc fmt/_70.fmt
	$(a2p) +k 2  Balq_Bart_Battle_Medley.abc +Ffmt/_70.fmt \
	|PShdr Balq_Bart_Battle_Medley '' Balq_Bart_Battle_Medley \
	|PSftr %D $U/ %D >Balq_Bart_Battle_Medley.ps
Balq_Bart_Battle_Medley.pdf: Balq_Bart_Battle_Medley.ps
	ps2pdf Balq_Bart_Battle_Medley.ps Balq_Bart_Battle_Medley.pdf

# Balquidder Lasses & Hey Johnny Cop Medley
Balq_HeyJohnny_Medley= hdr/Balq_HeyJohnny_Medley.hdr \
	reel/Balquhidder_Lasses_1-Em-32-3.abc \
	reel/Balquhidder_Lasses_2-Em-32-3.abc \
	march/Hey_Johnnie_Cope_1-Bm-40.abc \
	ftr/Balq_HeyJohnny_Medley.ftr
Balq_HeyJohnny_Medley: Balq_HeyJohnny_Medley.abc Balq_HeyJohnny_Medley.pdf
Balq_HeyJohnny_Medley.abc: $(Balq_HeyJohnny_Medley)
	abcjoin +CR $(Balq_HeyJohnny_Medley) >Balq_HeyJohnny_Medley.abc
Balq_HeyJohnny_Medley.ps: Balq_HeyJohnny_Medley.abc fmt/_70.fmt
	$(a2p) +k 2  Balq_HeyJohnny_Medley.abc +Ffmt/_70.fmt \
	|PShdr Balq_HeyJohnny_Medley '' Balq_HeyJohnny_Medley \
	|PSftr %D $U/ %D >Balq_HeyJohnny_Medley.ps
Balq_HeyJohnny_Medley.pdf: Balq_HeyJohnny_Medley.ps
	ps2pdf Balq_HeyJohnny_Medley.ps Balq_HeyJohnny_Medley.pdf

# Belle Cathrine
Belle_Cathrine= hdr/Belle_Cathrine.hdr \
	march/Belle_Cathrine_1-D-32-2.abc march/Belle_Cathrine_2-D-32-2.abc \
	ftr/Belle_Cathrine.ftr
Belle_Cathrine: Belle_Cathrine.abc Belle_Cathrine.pdf
Belle_Cathrine.abc: $(Belle_Cathrine)
	abcjoin +CR $(Belle_Cathrine) >Belle_Cathrine.abc
Belle_Cathrine.ps: Belle_Cathrine.abc fmt/_70.fmt
	$(a2p) +k 2  Belle_Cathrine.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Belle_Cathrine.ps
Belle_Cathrine.pdf: Belle_Cathrine.ps
	ps2pdf Belle_Cathrine.ps Belle_Cathrine.pdf
hdr/Belle_Cathrine.hdr: ;echo "%%center Belle - Cathrine" >hdr/Belle_Cathrine.hdr
ftr/Belle_Cathrine.ftr: ;ln ftr/_.ftr ftr/Belle_Cathrine.ftr

# Belle of the Mohawk Vale + Nancy Hanks medley
BelleOfTheMohawkVale_NancyHanks_medley= hdr/BelleOfTheMohawkVale_NancyHanks_medley.hdr \
	march/Belle_of_the_Mohawk_Vale-G-16-2.abc \
	reel/Nancy_Hanks-D-32-2.abc \
	ftr/BelleOfTheMohawkVale_NancyHanks_medley.ftr
BelleOfTheMohawkVale_NancyHanks_medley: BelleOfTheMohawkVale_NancyHanks_medley.abc BelleOfTheMohawkVale_NancyHanks_medley.pdf
BelleOfTheMohawkVale_NancyHanks_medley.abc: $(BelleOfTheMohawkVale_NancyHanks_medley)
	abcjoin +CR $(BelleOfTheMohawkVale_NancyHanks_medley) >BelleOfTheMohawkVale_NancyHanks_medley.abc
BelleOfTheMohawkVale_NancyHanks_medley.ps: BelleOfTheMohawkVale_NancyHanks_medley.abc fmt/_70.fmt
	$(a2p) +k 2  BelleOfTheMohawkVale_NancyHanks_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >BelleOfTheMohawkVale_NancyHanks_medley.ps
BelleOfTheMohawkVale_NancyHanks_medley.pdf: BelleOfTheMohawkVale_NancyHanks_medley.ps
	ps2pdf BelleOfTheMohawkVale_NancyHanks_medley.ps BelleOfTheMohawkVale_NancyHanks_medley.pdf

# Belleisle  Standpiece
Belleisle_Standpiece= hdr/Belleisle_Standpiece.hdr \
	march/Belleisle_March_1-G-24-2.abc \
	march/Belleisle_March_2-G-24-2.abc \
	march/Roll_the_Woodpile_Down-G-32-2.abc \
	quickstep/Kennets_Square_Quickstep_1-D-48-2.abc \
	quickstep/Kennets_Square_Quickstep_2-D-48-2.abc \
	quickstep/Kennets_Square_Quickstep_3-D-48-2.abc \
	set/Belleisle_Standpiece_1.txt \
	march/Governor_Kings_March_1-D-32-3.abc \
	march/Governor_Kings_March_2-D-32-3.abc \
	ftr/Belleisle_Standpiece.ftr
Belleisle_Standpiece: Belleisle_Standpiece.abc Belleisle_Standpiece.pdf Belleisle_Standpiece_1
Belleisle_Standpiece.abc: $(Belleisle_Standpiece)
	abcjoin +CR $(Belleisle_Standpiece) >Belleisle_Standpiece.abc
Belleisle_Standpiece.ps: Belleisle_Standpiece.abc fmt/_70.fmt
	$(a2p) +k4 Belleisle_Standpiece.abc +Ffmt/_70.fmt \
	|PShdr "%P Belleisle _Standpiece" '' "Belleisle Standpiece %P" \
	|PSftr %D $U/ %D >Belleisle_Standpiece.ps
Belleisle_Standpiece.pdf: Belleisle_Standpiece.ps
	ps2pdf Belleisle_Standpiece.ps Belleisle_Standpiece.pdf

# Belleisle  Standpiece 1
Belleisle_Standpiece_1= hdr/Belleisle_Standpiece.hdr \
	march/Belleisle_March_1-G-24-2.abc \
	march/Roll_the_Woodpile_Down-G-32-2.abc \
	quickstep/Kennets_Square_Quickstep_1-D-48-2.abc \
	set/Belleisle_Standpiece_1.txt \
	march/Governor_Kings_March_1-D-32-3.abc \
	ftr/Belleisle_Standpiece.ftr
Belleisle_Standpiece_1: Belleisle_Standpiece_1.abc Belleisle_Standpiece_1.pdf
Belleisle_Standpiece_1.abc: $(Belleisle_Standpiece_1)
	abcjoin +CR $(Belleisle_Standpiece_1) >Belleisle_Standpiece_1.abc
Belleisle_Standpiece_1.ps: Belleisle_Standpiece_1.abc fmt/_70.fmt
	$(a2p) +k4 Belleisle_Standpiece_1.abc +Ffmt/_70.fmt \
	|PShdr "%P Belleisle _Standpiece_1" '' "Belleisle Standpiece_1 %P" \
	|PSftr %D $U/ %D >Belleisle_Standpiece_1.ps
Belleisle_Standpiece_1.pdf: Belleisle_Standpiece_1.ps
	ps2pdf Belleisle_Standpiece_1.ps Belleisle_Standpiece_1.pdf

# Billy Budd Standpiece
Billy_Budd_Standpiece= hdr/Billy_Budd_Standpiece.hdr \
	march/Korn_Likker-D-32-2.abc \
	reel/Stillmans_Reel-D-32-2.abc \
	set/drum_bridge_Paddy_on_the_Handcar_8_bars.abc \
	reel/Paddy_on_the_Handcar-Am-32-2.abc \
	quickstep/OConnors_Quick_Step-A-32-2.abc \
	set/drum_bridge_Billy_Budd_8_bars.abc \
	reel/Billy_Budd-A-32-3.abc \
	ftr/Billy_Budd_Standpiece.ftr
Billy_Budd_Standpiece: Billy_Budd_Standpiece.abc Billy_Budd_Standpiece.pdf
Billy_Budd_Standpiece.abc: $(Billy_Budd_Standpiece)
	abcjoin +CR $(Billy_Budd_Standpiece) >Billy_Budd_Standpiece.abc
Billy_Budd_Standpiece.ps: Billy_Budd_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 +x Billy_Budd_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Billy_Budd_Standpiece" '' "Billy_Budd_Standpiece %P" \
	|PSftr %D $U/ %D >Billy_Budd_Standpiece.ps
Billy_Budd_Standpiece.pdf: Billy_Budd_Standpiece.ps
	ps2pdf Billy_Budd_Standpiece.ps Billy_Budd_Standpiece.pdf

# Billy Budd | Billy Bones medley
BillyBudd_BillyBones_medley= hdr/BillyBudd_BillyBones_medley.hdr \
	reel/Billy_Budd-A-32-3.abc \
	reel/Billy_Bones-D-16-3.abc \
	ftr/BillyBudd_BillyBones_medley.ftr
BillyBudd_BillyBones_medley: BillyBudd_BillyBones_medley.abc BillyBudd_BillyBones_medley.pdf
BillyBudd_BillyBones_medley.abc: $(BillyBudd_BillyBones_medley)
	abcjoin +CR $(BillyBudd_BillyBones_medley) >BillyBudd_BillyBones_medley.abc
BillyBudd_BillyBones_medley.ps: BillyBudd_BillyBones_medley.abc fmt/web_65.fmt
	$(a2p) +k4 BillyBudd_BillyBones_medley.abc +Ffmt/web_65.fmt \
	|PSftr %D $U/ %D >BillyBudd_BillyBones_medley.ps
BillyBudd_BillyBones_medley.pdf: BillyBudd_BillyBones_medley.ps
	ps2pdf BillyBudd_BillyBones_medley.ps BillyBudd_BillyBones_medley.pdf

# Blackwater Tide  Standpiece
Blackwater_Tide_Standpiece= hdr/Blackwater_Tide_Standpiece.hdr \
	reel/Blackwater_Tide-G-32-3.abc \
	set/Blackwater_Coda.abc \
	reel/Maggie_Are_Ye_Sleeping-Bm-24-3.abc \
	reel/Planxty_Ron_Seaborg-G-32-3.abc \
	jig/Tripping_Up_the_Stairs-D-32-2.abc \
	set/drum_solo_8_bars.txt \
	reel/Frenchies_Reel-D-32-3.abc \
	ftr/Blackwater_Tide_Standpiece.ftr
Blackwater_Tide_Standpiece: Blackwater_Tide_Standpiece.abc Blackwater_Tide_Standpiece.pdf
Blackwater_Tide_Standpiece.abc: $(Blackwater_Tide_Standpiece)
	abcjoin +C +R0 $(Blackwater_Tide_Standpiece) >Blackwater_Tide_Standpiece.abc
Blackwater_Tide_Standpiece.ps: Blackwater_Tide_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 +x Blackwater_Tide_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Blackwater_Tide_Standpiece" '' "Blackwater_Tide_Standpiece %P" \
	|PSftr %D $U/ %D >Blackwater_Tide_Standpiece.ps
Blackwater_Tide_Standpiece.pdf: Blackwater_Tide_Standpiece.ps
	ps2pdf Blackwater_Tide_Standpiece.ps Blackwater_Tide_Standpiece.pdf

# Blue Hills  Standpiece
Blue_Hills_Standpiece= hdr/Blue_Hills_Standpiece.hdr \
	reel/Yew_Tree-Am-20-3.abc \
	reel/Boys_of_Blue_Hill-D-32-3.abc \
	set/before_the_after_drum_bridge.txt \
	march/After_the_Battle_of_Aughrim-Am-32-2.abc \
	jig/Lilting_Banshee-Am-32-2.abc \
	set/way_after_the_after_drum_bridge.txt \
	reel/Old_Grey_Cat-Em-32-4.abc \
	ftr/Blue_Hills_Standpiece.ftr
Blue_Hills_Standpiece: Blue_Hills_Standpiece.abc Blue_Hills_Standpiece.pdf
Blue_Hills_Standpiece.abc: $(Blue_Hills_Standpiece)
	abcjoin +C +R0 $(Blue_Hills_Standpiece) >Blue_Hills_Standpiece.abc
Blue_Hills_Standpiece.ps: Blue_Hills_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 +x Blue_Hills_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Blue_Hills_Standpiece" '' "Blue_Hills_Standpiece %P" \
	|PSftr %D $U/ %D >Blue_Hills_Standpiece.ps
Blue_Hills_Standpiece.pdf: Blue_Hills_Standpiece.ps
	ps2pdf Blue_Hills_Standpiece.ps Blue_Hills_Standpiece.pdf

# Bonaparte Crossing + Three Drummers medley
BonaparteCrossing_ThreeDrummers_medley= hdr/BonaparteCrossing_ThreeDrummers_medley.hdr \
	march/Bonaparte_Crossing_the_Rhine-Am-32-3.abc \
	jig/Three_Little_Drummers-Am-48-3.abc \
	ftr/BonaparteCrossing_ThreeDrummers_medley.ftr
BonaparteCrossing_ThreeDrummers_medley: BonaparteCrossing_ThreeDrummers_medley.abc BonaparteCrossing_ThreeDrummers_medley.pdf
BonaparteCrossing_ThreeDrummers_medley.abc: $(BonaparteCrossing_ThreeDrummers_medley)
	abcjoin +CR $(BonaparteCrossing_ThreeDrummers_medley) >BonaparteCrossing_ThreeDrummers_medley.abc
BonaparteCrossing_ThreeDrummers_medley.ps: BonaparteCrossing_ThreeDrummers_medley.abc fmt/_70.fmt
	$(a2p) BonaparteCrossing_ThreeDrummers_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >BonaparteCrossing_ThreeDrummers_medley.ps
BonaparteCrossing_ThreeDrummers_medley.pdf: BonaparteCrossing_ThreeDrummers_medley.ps
	ps2pdf BonaparteCrossing_ThreeDrummers_medley.ps BonaparteCrossing_ThreeDrummers_medley.pdf

# Boys_of Wexford
Boys_of_Wexford= hdr/Boys_of_Wexford.hdr \
	ftr/Boys_of_Wexford.ftr
Boys_of_Wexford: Boys_of_Wexford.abc Boys_of_Wexford.pdf
Boys_of_Wexford.abc: $(Boys_of_Wexford)
	abcjoin +CR $(Boys_of_Wexford) >Boys_of_Wexford.abc
Boys_of_Wexford.ps: Boys_of_Wexford.abc fmt/_70.fmt
	$(a2p) +k 2  Boys_of_Wexford.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Boys_of_Wexford.ps
Boys_of_Wexford.pdf: Boys_of_Wexford.ps
	ps2pdf Boys_of_Wexford.ps Boys_of_Wexford.pdf
hdr/Boys_of_Wexford.hdr: ;echo "%%center Boys_of - Wexford" >hdr/Boys_of_Wexford.hdr
ftr/Boys_of_Wexford.ftr: ;ln ftr/_.ftr ftr/Boys_of_Wexford.ftr

# Brandywine  Standpiece V:1
Brandywine_Standpiece= hdr/Brandywine_Standpiece.hdr \
	quickstep/Brandywine_Quick_Step_1-G-48-3.abc \
	quickstep/Brandywine_Quick_Step_2-G-48-3.abc \
	set/Brandywine_Standpiece_1.txt \
	quickstep/Union_Quickstep_1-D-32-2.abc \
	march/Washington_Artillerys_March_1-D-48-3.abc \
	march/Washington_Artillerys_March_2-D-48-3.abc \
	set/Brandywine_Standpiece_2.txt \
	march/First_of_September_1-D-32-2.abc \
	march/First_of_September_2-D-32-2.abc \
	march/Belle_Cathrine_1-D-32-2.abc \
	march/Belle_Cathrine_2-D-32-2.abc \
	ftr/Brandywine_Standpiece.ftr
Brandywine_Standpiece: Brandywine_Standpiece.abc Brandywine_Standpiece.pdf
Brandywine_Standpiece.abc: $(Brandywine_Standpiece)
	abcjoin +C +R0 $(Brandywine_Standpiece) >Brandywine_Standpiece.abc
Brandywine_Standpiece.ps: Brandywine_Standpiece.abc fmt/Brandywine_Standpiece.fmt
	$(a2p) Brandywine_Standpiece.abc +Ffmt/Brandywine_Standpiece.fmt \
	|PShdr "%P Brandywine _Standpiece" '' "Brandywine Standpiece %P" \
	|PSftr %D $U/ %D >Brandywine_Standpiece.ps
Brandywine_Standpiece.pdf: Brandywine_Standpiece.ps
	ps2pdf Brandywine_Standpiece.ps Brandywine_Standpiece.pdf

# Brandywine  Standpiece V:1
Brandywine_Standpiece_1= hdr/Brandywine_Standpiece_1.hdr \
	quickstep/Brandywine_Quick_Step_1-G-48-3.abc \
	set/Brandywine_Standpiece_1.txt \
	quickstep/Union_Quickstep_1-D-32-2.abc \
	march/Washington_Artillerys_March_1-D-48-3.abc \
	set/Brandywine_Standpiece_2.txt \
	march/First_of_September_1-D-32-2.abc \
	march/Belle_Cathrine_1-D-32-2.abc \
	ftr/Brandywine_Standpiece_1.ftr
Brandywine_Standpiece_1: Brandywine_Standpiece_1.abc Brandywine_Standpiece_1.pdf
Brandywine_Standpiece_1.abc: $(Brandywine_Standpiece_1)
	abcjoin +C +R0 $(Brandywine_Standpiece_1) >Brandywine_Standpiece_1.abc
Brandywine_Standpiece_1.ps: Brandywine_Standpiece_1.abc fmt/Brandywine_Standpiece.fmt
	$(a2p) Brandywine_Standpiece_1.abc +Ffmt/Brandywine_Standpiece.fmt \
	|PShdr "%P Brandywine _Standpiece_1" '' "Brandywine Standpiece_1 %P" \
	|PSftr %D $U/ %D >Brandywine_Standpiece_1.ps
Brandywine_Standpiece_1.pdf: Brandywine_Standpiece_1.ps
	ps2pdf Brandywine_Standpiece_1.ps Brandywine_Standpiece_1.pdf

# Brookline
Brookline= hdr/Brookline.hdr \
	march/Brookline-D-32-2.abc march/Brookline-a-D-32-2.abc \
	ftr/Brookline.ftr
Brookline: Brookline.abc Brookline.pdf
Brookline.abc: $(Brookline)
	abcjoin +CR $(Brookline) >Brookline.abc
Brookline.ps: Brookline.abc fmt/_70.fmt
	$(a2p) +k 2  Brookline.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Brookline.ps
Brookline.pdf: Brookline.ps
	ps2pdf Brookline.ps Brookline.pdf
hdr/Brookline.hdr: ;echo "%%center Brookline" >hdr/Brookline.hdr
ftr/Brookline.ftr: ;ln ftr/_.ftr ftr/Brookline.ftr

# Captain Macintosh  Standpiece
Captain_Macintosh_Standpiece= hdr/Captain_Macintosh_Standpiece.hdr \
	march/Captain_Macintosh_1-D-64-3.abc \
	march/Captain_Macintosh_2-D-64-3.abc \
	set/drum_bridge_Recruiting_Sergeant_8_bars.txt \
	march/Recruiting_Sergeant-Em-32-2.abc \
	march/Norman_Toy_1-D-32-2.abc \
	march/Norman_Toy_2-D-32-2.abc \
	set/drum_bridge_Paddy_OToole_8_bars.txt \
	jig/Paddy_OToole-D-48-3.abc \
	jig/Go_to_the_Devil_and_Shake_Yourself_1-D-32-2.abc \
	jig/Go_to_the_Devil_and_Shake_Yourself_2-D-32-2.abc \
	ftr/Captain_Macintosh_Standpiece.ftr
Captain_Macintosh_Standpiece: Captain_Macintosh_Standpiece.abc Captain_Macintosh_Standpiece.pdf
Captain_Macintosh_Standpiece.abc: $(Captain_Macintosh_Standpiece)
	abcjoin +CR $(Captain_Macintosh_Standpiece) >Captain_Macintosh_Standpiece.abc
Captain_Macintosh_Standpiece.ps: Captain_Macintosh_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 +x Captain_Macintosh_Standpiece.abc +Ffmt/web_65.fmt \
	|PSftr %D $U/ %D >Captain_Macintosh_Standpiece.ps
Captain_Macintosh_Standpiece.pdf: Captain_Macintosh_Standpiece.ps
	ps2pdf Captain_Macintosh_Standpiece.ps Captain_Macintosh_Standpiece.pdf

# Catholic Boys  + O'Sullivan's March + Munster Jig medley
Catholic_OSullivans_Munster_medley= hdr/Catholic_OSullivans_Munster_medley.hdr \
	jig/Catholic_Boys-G-32-2.abc \
	jig/OSullivans_March-SP-A-32-4.abc \
	jig/Munster_Jig-Em-32-2.abc \
	ftr/Catholic_OSullivans_Munster_medley.ftr
Catholic_OSullivans_Munster_medley: Catholic_OSullivans_Munster_medley.abc Catholic_OSullivans_Munster_medley.pdf
Catholic_OSullivans_Munster_medley.abc: $(Catholic_OSullivans_Munster_medley)
	abcjoin +CR $(Catholic_OSullivans_Munster_medley) >Catholic_OSullivans_Munster_medley.abc
Catholic_OSullivans_Munster_medley.ps: Catholic_OSullivans_Munster_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Catholic_OSullivans_Munster_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Catholic_OSullivans_Munster_medley.ps
Catholic_OSullivans_Munster_medley.pdf: Catholic_OSullivans_Munster_medley.ps
	ps2pdf Catholic_OSullivans_Munster_medley.ps Catholic_OSullivans_Munster_medley.pdf

# Essence - Frog
Essence_Frog= hdr/Essence_Frog.hdr \
	reel/Essence_of_Tampa-G-32-2.abc \
	hornpipe/Fischers_Hornpipe_1-D-32-3.abc \
	jig/Fifty_Cents-A-32-2.abc  \
	march/Free_America-D-32-2.abc \
	polka/Frog_in_the_Well_1_D-32-2.abc \
	ftr/Essence_Frog.ftr
Essence_Frog: Essence_Frog.abc Essence_Frog.pdf
Essence_Frog.abc: $(Essence_Frog)
	abcjoin +C +R0 $(Essence_Frog) >Essence_Frog.abc
Essence_Frog.ps: Essence_Frog.abc fmt/_70.fmt
	$(a2p) +k 2  Essence_Frog.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Essence_Frog.ps
Essence_Frog.pdf: Essence_Frog.ps
	ps2pdf Essence_Frog.ps Essence_Frog.pdf

# Christmas Carols
Christmas_Carols= hdr/Christmas_Carols.hdr \
	xmas/All_Through_the_Night-G-16-2.abc \
	xmas/Angels_We_Have_Heard_on_High-G-21-2.abc \
	xmas/As_With_Gladness_Men_of_Old-A-12-1.abc \
	xmas/Away_in_a_Manger-G-16-2.abc \
	xmas/Christmas_Is_Coming_1-G-12-1.abc xmas/Christmas_Is_Coming_2-G-12-1.abc \
	xmas/Christ_Was_Born_on_Christmas_Day-G-9-1.abc \
	xmas/Deck_the_Hall_1-G-16-2.abc xmas/Deck_the_Hall_2-G-16-2.abc \
	xmas/Ding_Dong_Merrily_on_High_1-G-20-2.abc xmas/Ding_Dong_Merrily_on_High_2-G-20-2.abc \
	xmas/First_Noel_1-D-24-2.abc xmas/First_Noel_2-D-24-3.abc\
	xmas/Friendly_Beasts-G-16-2.abc xmas/Friendly_Beasts_1-G-16-1.abc xmas/Friendly_Beasts_2-G-16-2.abc \
	xmas/God_Rest_Ye_Merry_Gentlemen-Em-19-2.abc \
	xmas/Good_Christian_Men_Rejoice-G-34-2.abc \
	xmas/Good_King_Wenceslas-G-17-2.abc \
	xmas/Go_Tell_It_On_the_Mountain-G-16-2.abc \
	xmas/Hark_the_Herald_Angels_Sing-G-20-2.abc \
	xmas/Here_We_Come_A-Caroling-D-19-2.abc \
	xmas/I_Heard_the_Bells_on_Christmas_Day-D-8-1.abc \
	xmas/It_Came_Upon_a_Midnight_Clear-G-16-2.abc \
	xmas/Jingle_Bells-G-32-3.abc \
	xmas/Joy_To_the_World-D-20-2.abc \
	xmas/O_Come_All_Ye_Faithful-D-20-2.abc \
	xmas/O_Come_O_Come_Emmanuel-Em-19-2.abc \
	xmas/O_Holy_Night-D-50-4.abc \
	xmas/O_Little_Town_of_Bethlehem-G-16-2.abc \
	xmas/Pat-A-Pan-Em-12-2.abc \
	xmas/Silent_Night-D-24-2.abc \
	xmas/Un_Flambeau_Jeanette_Isabelle-G-27-2.abc \
	xmas/We_Three_Kings-EmG-32-2.abc \
	xmas/We_Wish_You_a_Merry_Christmas-G-16-2.abc \
	ftr/Christmas_Carols.ftr
Christmas_Carols: Christmas_Carols.abc Christmas_Carols.pdf
Christmas_Carols.abc: $(Christmas_Carols)
	abcjoin +CR $(Christmas_Carols) >Christmas_Carols.abc
Christmas_Carols.ps: Christmas_Carols.abc fmt/SAFD2.fmt
	abcm2ps -x -F fmt/SAFD2.fmt Christmas_Carols.abc -O tmp.ps
	PShdr <tmp.ps %P '+Christmas Carols' %P \
	|PSftr %D $U/ %D >Christmas_Carols.ps
	rm tmp.ps
Christmas_Carols.pdf: Christmas_Carols.ps
	ps2pdf Christmas_Carols.ps Christmas_Carols.pdf
hdr/Christmas_Carols.hdr: ;echo "% %center Christmas - Carols" >hdr/Christmas_Carols.hdr
ftr/Christmas_Carols.ftr: ;ln ftr/_.ftr ftr/Christmas_Carols.ftr
 
# Clem - medley
Clem_medley= hdr/Clem_medley.hdr \
	misc/Clem_medley-D,G,A,Bm,A--17.abc \
	ftr/Clem_medley.ftr
Clem_medley: Clem_medley.abc Clem_medley.pdf
Clem_medley.abc: $(Clem_medley)
	abcjoin +CR $(Clem_medley) >Clem_medley.abc
Clem_medley.ps: Clem_medley.abc fmt/_70.fmt
	$(a2p) Clem_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Clem_medley.ps
Clem_medley.pdf: Clem_medley.ps
	ps2pdf Clem_medley.ps Clem_medley.pdf
hdr/Clem_medley.hdr: ;echo "%%center Clem - medley" >hdr/Clem_medley.hdr
ftr/Clem_medley.ftr: ;ln ftr/_.ftr ftr/Clem_medley.ftr

# Closing of the Day  Standpiece
Closing_of_the_Day_Standpiece= hdr/Closing_of_the_Day_Standpiece.hdr \
	set/drum_solo_Closing_of_the_Day.txt \
	march/Barren_Rocks_of_Aden-D-64-4.abc \
	set/drum_interlude_nr_2.txt \
	march/Farewell_to_Gibraltar-A-64-4.abc \
	set/drum_interlude_nr_1.txt \
	march/Black_Rocks_of_Glencoe_1-Em-32-2.abc \
	march/Black_Rocks_of_Glencoe_2-Em-32-2.abc \
	ftr/Closing_of_the_Day_Standpiece.ftr
Closing_of_the_Day_Standpiece: Closing_of_the_Day_Standpiece.abc Closing_of_the_Day_Standpiece.pdf
Closing_of_the_Day_Standpiece.abc: $(Closing_of_the_Day_Standpiece)
	abcjoin +C +R0 $(Closing_of_the_Day_Standpiece) >Closing_of_the_Day_Standpiece.abc
Closing_of_the_Day_Standpiece.ps: Closing_of_the_Day_Standpiece.abc fmt/web_65.fmt
	$(a2p) Closing_of_the_Day_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Closing_of_the_Day _Standpiece" '' "Closing_of_the_Day Standpiece %P" \
	|PSftr %D $U/ %D >Closing_of_the_Day_Standpiece.ps
Closing_of_the_Day_Standpiece.pdf: Closing_of_the_Day_Standpiece.ps
	ps2pdf Closing_of_the_Day_Standpiece.ps Closing_of_the_Day_Standpiece.pdf

# Closing of the Day  Standpiece (shortened by omitting 2 of the 3 drum passages)
Closing_Shortened_Standpiece= hdr/Closing_Shortened_Standpiece.hdr \
	march/Barren_Rocks_of_Aden-D-64-4.abc \
	march/Farewell_to_Gibraltar-A-64-4.abc \
	set/drum_interlude_nr_1.txt \
	march/Black_Rocks_of_Glencoe_1-Em-32-2.abc \
	march/Black_Rocks_of_Glencoe_2-Em-32-2.abc \
	ftr/Closing_Shortened_Standpiece.ftr
Closing_Shortened_Standpiece: Closing_Shortened_Standpiece.abc Closing_Shortened_Standpiece.pdf
Closing_Shortened_Standpiece.abc: $(Closing_Shortened_Standpiece)
	abcjoin +C +R0 $(Closing_Shortened_Standpiece) >Closing_Shortened_Standpiece.abc
Closing_Shortened_Standpiece.ps: Closing_Shortened_Standpiece.abc fmt/web_65.fmt
	$(a2p) Closing_Shortened_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Closing_Shortened _Standpiece" '' "Closing_Shortened Standpiece %P" \
	|PSftr %D $U/ %D >Closing_Shortened_Standpiece.ps
Closing_Shortened_Standpiece.pdf: Closing_Shortened_Standpiece.ps
	ps2pdf Closing_Shortened_Standpiece.ps Closing_Shortened_Standpiece.pdf

# Contra Dances
Contra_Dances= hdr/Contra_Dances.hdr \
	hornpipe/Fischers_Hornpipe_1-D-32-3.abc \
	hornpipe/Fischers_Hornpipe_2-D-32-2.abc \
	march/Market_Lass_1-G-32-3.abc \
	march/Market_Lass_2-G-32-2.abc \
	march/Market_Lass_3-G-32-3.abc \
	jig/Sacketts_Harbor_1-D-64-4.abc \
	jig/Sacketts_Harbor_2-D-64-4.abc \
	jig/Sacketts_Harbor_3-D-64-3.abc \
	ftr/Contra_Dances.ftr
Contra_Dances: Contra_Dances.abc Contra_Dances.pdf # Contra_Dances_1 [What's this?]
Contra_Dances.abc: $(Contra_Dances)
	abcjoin +C +R0 $(Contra_Dances) >Contra_Dances.abc
Contra_Dances.ps: Contra_Dances.abc fmt/_70.fmt
	$(a2p) Contra_Dances.abc +Ffmt/_70.fmt \
	|PShdr "%P Contra Dances" '' "Contra Dances %P" \
	|PSftr %D $U/ %D >Contra_Dances.ps
Contra_Dances.pdf: Contra_Dances.ps
	ps2pdf Contra_Dances.ps Contra_Dances.pdf

# Crown Point +  Huntington medley
CrownPoint_Huntington_medley= hdr/CrownPoint_Huntington_medley.hdr \
	polka/Crown_Point_1-D-32-2.abc polka/Crown_Point_2-D-32-2.abc \
	march/Huntington_1-D-48-3.abc march/Huntington_2-D-48-3.abc \
	ftr/CrownPoint_Huntington_medley.ftr
CrownPoint_Huntington_medley: CrownPoint_Huntington_medley.abc CrownPoint_Huntington_medley.pdf
CrownPoint_Huntington_medley.abc: $(CrownPoint_Huntington_medley)
	abcjoin +C +R0 $(CrownPoint_Huntington_medley) >CrownPoint_Huntington_medley.abc
CrownPoint_Huntington_medley.ps: CrownPoint_Huntington_medley.abc fmt/_70.fmt
	$(a2p) +k 2  CrownPoint_Huntington_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >CrownPoint_Huntington_medley.ps
CrownPoint_Huntington_medley.pdf: CrownPoint_Huntington_medley.ps
	ps2pdf CrownPoint_Huntington_medley.ps CrownPoint_Huntington_medley.pdf

# Devil's Flute + O'Connor's Quickstep medley
DevilsFlute_OConnorsQS_medley= hdr/DevilsFlute_OConnorsQS_medley.hdr \
	reel/Devils_Flute-G-64-6.abc \
	quickstep/OConnors_Quick_Step-A-32-2.abc \
	reel/Devils_Flute-G-64-4.abc \
	ftr/DevilsFlute_OConnorsQS_medley.ftr
DevilsFlute_OConnorsQS_medley: DevilsFlute_OConnorsQS_medley.abc DevilsFlute_OConnorsQS_medley.pdf
DevilsFlute_OConnorsQS_medley.abc: $(DevilsFlute_OConnorsQS_medley)
	abcjoin +C +R0 $(DevilsFlute_OConnorsQS_medley) >DevilsFlute_OConnorsQS_medley.abc
DevilsFlute_OConnorsQS_medley.ps: DevilsFlute_OConnorsQS_medley.abc fmt/_70.fmt
	$(a2p) +k 2  DevilsFlute_OConnorsQS_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >DevilsFlute_OConnorsQS_medley.ps
DevilsFlute_OConnorsQS_medley.pdf: DevilsFlute_OConnorsQS_medley.ps
	ps2pdf DevilsFlute_OConnorsQS_medley.ps DevilsFlute_OConnorsQS_medley.pdf

# Draught 111  Standpiece
Draught_111_Standpiece= hdr/Draught_111_Standpiece.hdr \
	reel/Trenton-Bm-32-2.abc \
	reel/Trenton_Outro-Bm-5-1.abc \
	jig/My_Tochers_the_Jewel_1-D-17-2.abc \
	jig/My_Tochers_the_Jewel_2-D-17-2.abc \
	jig/Kissed_Yestereen-Am-2.abc \
	set/drum_bridge_Barrack_Hill_4_bars.txt \
	jig/Barrack_Hill_Am-32-2.abc \
	set/drum_solo_before_the_reel_drags_24_bars.txt \
	reel/Roxburgh_Castle_1-G-32-2.abc \
	reel/Roxburgh_Castle_2-G-32-2.abc \
	ftr/Draught_111_Standpiece.ftr
Draught_111_Standpiece: Draught_111_Standpiece.abc Draught_111_Standpiece.pdf
Draught_111_Standpiece.abc: $(Draught_111_Standpiece)
	abcjoin +C +R0 $(Draught_111_Standpiece) >Draught_111_Standpiece.abc
Draught_111_Standpiece.ps: Draught_111_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 +x Draught_111_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Draught_111_Standpiece" '' "Draught_111_Standpiece %P" \
	|PSftr %D $U/ %D >Draught_111_Standpiece.ps
Draught_111_Standpiece.pdf: Draught_111_Standpiece.ps
	ps2pdf Draught_111_Standpiece.ps Draught_111_Standpiece.pdf

# Drummer's Call
Drummers_Call= hdr/Drummers_Call.hdr \
	misc/Drummers_Call_1-G-8-2.abc misc/Drummers_Call_2-G-8-1.abc misc/Drummers_Call_3-G-8-1.abc \
	ftr/Drummers_Call.ftr
Drummers_Call: Drummers_Call.abc Drummers_Call.pdf
Drummers_Call.abc: $(Drummers_Call)
	abcjoin +CR $(Drummers_Call) >Drummers_Call.abc
Drummers_Call.ps: Drummers_Call.abc fmt/_70.fmt
	$(a2p) +k 2  Drummers_Call.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Drummers_Call.ps
Drummers_Call.pdf: Drummers_Call.ps
	ps2pdf Drummers_Call.ps Drummers_Call.pdf
hdr/Drummers_Call.hdr: ;echo "%%center Drummer's Call" >hdr/Drummers_Call.hdr
ftr/Drummers_Call.ftr: ;ln ftr/_.ftr ftr/Drummers_Call.ftr

# Ecumenical Hornpipe medley
Ecumenical_Hornpipe= hdr/Ecumenical_Hornpipe.hdr \
	jig/Catholic_Boys-G-32-2.abc \
	jig/Kick_the_Pope-Em-32-2.abc \
	ftr/Ecumenical_Hornpipe.ftr
Ecumenical_Hornpipe: Ecumenical_Hornpipe.abc Ecumenical_Hornpipe.pdf
Ecumenical_Hornpipe.abc: $(Ecumenical_Hornpipe)
	abcjoin +C +R0 $(Ecumenical_Hornpipe) >Ecumenical_Hornpipe.abc
Ecumenical_Hornpipe.ps: Ecumenical_Hornpipe.abc fmt/_70.fmt
	$(a2p) +k 2  Ecumenical_Hornpipe.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Ecumenical_Hornpipe.ps
Ecumenical_Hornpipe.pdf: Ecumenical_Hornpipe.ps
	ps2pdf Ecumenical_Hornpipe.ps Ecumenical_Hornpipe.pdf

# Eel Pot Tavern + Stone's Mongrel medley
EelPot_Stones_medley= hdr/EelPot_Stones_medley.hdr \
	jig/Eel_Pot_Tavern-Am-32-2.abc \
	jig/Stones_Mongrel-Am-36-2.abc \
	ftr/EelPot_Stones_medley.ftr
EelPot_Stones_medley: EelPot_Stones_medley.abc EelPot_Stones_medley.pdf
EelPot_Stones_medley.abc: $(EelPot_Stones_medley)
	abcjoin +C +R0 $(EelPot_Stones_medley) >EelPot_Stones_medley.abc
EelPot_Stones_medley.ps: EelPot_Stones_medley.abc fmt/_70.fmt
	$(a2p) +k 2  EelPot_Stones_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >EelPot_Stones_medley.ps
EelPot_Stones_medley.pdf: EelPot_Stones_medley.ps
	ps2pdf EelPot_Stones_medley.ps EelPot_Stones_medley.pdf

# Empty Pockets + Day We Paid medley
EmptyPockets_DayWePaid_medley= hdr/EmptyPockets_DayWePaid_medley.hdr \
	reel/Empty_Pockets-A-32-3.abc \
	reel/Day_We_Paid_the_Rent-G-32-3.abc \
	ftr/EmptyPockets_DayWePaid_medley.ftr
EmptyPockets_DayWePaid_medley: EmptyPockets_DayWePaid_medley.abc EmptyPockets_DayWePaid_medley.pdf
EmptyPockets_DayWePaid_medley.abc: $(EmptyPockets_DayWePaid_medley)
	abcjoin +C +R0 $(EmptyPockets_DayWePaid_medley) >EmptyPockets_DayWePaid_medley.abc
EmptyPockets_DayWePaid_medley.ps: EmptyPockets_DayWePaid_medley.abc fmt/_70.fmt
	$(a2p) +k 2  EmptyPockets_DayWePaid_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >EmptyPockets_DayWePaid_medley.ps
EmptyPockets_DayWePaid_medley.pdf: EmptyPockets_DayWePaid_medley.ps
	ps2pdf EmptyPockets_DayWePaid_medley.ps EmptyPockets_DayWePaid_medley.pdf

# First 0f Sept | La Belle Cathrine medley
FirstSept_LaBelleCath_medley= hdr/FirstSept_LaBelleCath_medley.hdr \
	march/First_of_September_1-D-32-2.abc march/First_of_September_2-D-32-2.abc \
	Belle_Cathrine/Belle_Cathrine_1-D-32-2.abc Belle_Cathrine/Belle_Cathrine_2-D-32-2.abc \
	ftr/FirstSept_LaBelleCath_medley.ftr
FirstSept_LaBelleCath_medley: FirstSept_LaBelleCath_medley.abc FirstSept_LaBelleCath_medley.pdf
FirstSept_LaBelleCath_medley.abc: $(FirstSept_LaBelleCath_medley)
	abcjoin +C +R0 $(FirstSept_LaBelleCath_medley) >FirstSept_LaBelleCath_medley.abc
FirstSept_LaBelleCath_medley.ps: FirstSept_LaBelleCath_medley.abc fmt/_70.fmt
	$(a2p) +k 2  FirstSept_LaBelleCath_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >FirstSept_LaBelleCath_medley.ps
FirstSept_LaBelleCath_medley.pdf: FirstSept_LaBelleCath_medley.ps
	ps2pdf FirstSept_LaBelleCath_medley.ps FirstSept_LaBelleCath_medley.pdf

# Frog in the Well + Granny Will Your Dog Bite medley
Frog_Granny_medley= hdr/Frog_Granny_medley.hdr \
	polka/Frog_in_the_Well_1_D-32-2.abc polka/Frog_in_the_Well_2_D-32-2.abc \
	march/Granny_Will_Your_Dog_Bite_1-D-32-2.abc march/Granny_Will_Your_Dog_Bite_2-D-32-2.abc \
	ftr/Frog_Granny_medley.ftr
Frog_Granny_medley: Frog_Granny_medley.abc Frog_Granny_medley.pdf
Frog_Granny_medley.abc: $(Frog_Granny_medley)
	abcjoin +C +R0 $(Frog_Granny_medley) >Frog_Granny_medley.abc
Frog_Granny_medley.ps: Frog_Granny_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Frog_Granny_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Frog_Granny_medley.ps
Frog_Granny_medley.pdf: Frog_Granny_medley.ps
	ps2pdf Frog_Granny_medley.ps Frog_Granny_medley.pdf

# Froggie - Grandfather
Froggie_Grandfather= hdr/Froggie_Grandfather.hdr \
	polka/Frog_in_the_Well_1_D-32-2.abc polka/Frog_in_the_Well_2_D-32-2.abc \
	jig/Garry_Owen-G-32-2.abc \
	march/Girl_I_Left_Behind_Me-G-32-2.abc \
	march/Grandfathers_Clock_1-D-48-3.abc march/Grandfathers_Clock_2-D-48-3.abc \
	ftr/Froggie_Grandfather.ftr
Froggie_Grandfather: Froggie_Grandfather.abc Froggie_Grandfather.pdf
Froggie_Grandfather.abc: $(Froggie_Grandfather)
	abcjoin +CR $(Froggie_Grandfather) >Froggie_Grandfather.abc
Froggie_Grandfather.ps: Froggie_Grandfather.abc fmt/_70.fmt
	$(a2p) Froggie_Grandfather.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Froggie_Grandfather.ps
Froggie_Grandfather.pdf: Froggie_Grandfather.ps
	ps2pdf Froggie_Grandfather.ps Froggie_Grandfather.pdf
hdr/Froggie_Grandfather.hdr: ;echo "%%center Froggie - Grandfather" >hdr/Froggie_Grandfather.hdr
ftr/Froggie_Grandfather.ftr: ;ln ftr/_.ftr ftr/Froggie_Grandfather.ftr

# Garfields Ruff  Standpiece
Garfields_Ruff_Standpiece= hdr/Garfields_Ruff_Standpiece.hdr \
	hornpipe/President_Garfields_Hornpipe_1-D-32-3.abc \
	hornpipe/President_Garfields_Hornpipe_2-D-32-2.abc \
	ftr/Garfields_Ruff_Standpiece.ftr
Garfields_Ruff_Standpiece: Garfields_Ruff_Standpiece.abc Garfields_Ruff_Standpiece.pdf
Garfields_Ruff_Standpiece.abc: $(Garfields_Ruff_Standpiece)
	abcjoin +C +R0 $(Garfields_Ruff_Standpiece) >Garfields_Ruff_Standpiece.abc
Garfields_Ruff_Standpiece.ps: Garfields_Ruff_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 +x Garfields_Ruff_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Garfields_Ruff_Standpiece" '' "Garfields_Ruff_Standpiece %P" \
	|PSftr %D $U/ %D >Garfields_Ruff_Standpiece.ps
Garfields_Ruff_Standpiece.pdf: Garfields_Ruff_Standpiece.ps
	ps2pdf Garfields_Ruff_Standpiece.ps Garfields_Ruff_Standpiece.pdf

# George M medley
George_M_medley= hdr/George_M_medley.hdr \
	song/Give_My_Regards_to_Broadway-D-16-2.abc \
	song/Yankee_Doodle_Boy-D-16-2.abc \
	song/Youre_a_Grand_Old_Flag-D-16-2.abc \
	ftr/George_M_medley.ftr
George_M_medley: George_M_medley.abc George_M_medley.pdf
George_M_medley.abc: $(George_M_medley)
	abcjoin +C +R0 $(George_M_medley) >George_M_medley.abc
George_M_medley.ps: George_M_medley.abc fmt/_70.fmt
	$(a2p) +k 2  George_M_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >George_M_medley.ps
George_M_medley.pdf: George_M_medley.ps
	ps2pdf George_M_medley.ps George_M_medley.pdf

# Germantown Hook + John With the Light Brown Hair medley
Germantown_John_medley= hdr/Germantown_John_medley.hdr \
	jig/Germantown_Hook_1-Em-32-2.abc jig/Germantown_Hook_2-Em-32-2.abc \
	march/John_With_the_Light_Brown_Hair-Em-32-2.abc \
	ftr/Germantown_John_medley.ftr
Germantown_John_medley: Germantown_John_medley.abc Germantown_John_medley.pdf
Germantown_John_medley.abc: $(Germantown_John_medley)
	abcjoin +C +R0 $(Germantown_John_medley) >Germantown_John_medley.abc
Germantown_John_medley.ps: Germantown_John_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Germantown_John_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Germantown_John_medley.ps
Germantown_John_medley.pdf: Germantown_John_medley.ps
	ps2pdf Germantown_John_medley.ps Germantown_John_medley.pdf

# Granny - Jefferson
Granny_Jefferson= hdr/Granny_Jefferson.hdr \
	march/Granny_Will_Your_Dog_Bite_1-D-32-2.abc march/Granny_Will_Your_Dog_Bite_2-D-32-2.abc \
	jig/Green_Cockade-D-32-2.abc \
	jig/Jefferson_and_Liberty_1-Bm-32-2.abc jig/Jefferson_and_Liberty_2-Bm-32-2.abc \
	ftr/Granny_Jefferson.ftr
Granny_Jefferson: Granny_Jefferson.abc Granny_Jefferson.pdf
Granny_Jefferson.abc: $(Granny_Jefferson)
	abcjoin +C +R0 $(Granny_Jefferson) >Granny_Jefferson.abc
Granny_Jefferson.ps: Granny_Jefferson.abc fmt/_70.fmt
	$(a2p) +k 2  Granny_Jefferson.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Granny_Jefferson.ps
Granny_Jefferson.pdf: Granny_Jefferson.ps
	ps2pdf Granny_Jefferson.ps Granny_Jefferson.pdf
hdr/Granny_Jefferson.hdr: ;echo "%%center Granny - Jefferson" >hdr/Granny_Jefferson.hdr
ftr/Granny_Jefferson.ftr: ;ln ftr/_.ftr ftr/Granny_Jefferson.ftr

# Hanover + Harum Scarum medley
Hanover_HarumScarum_medley= hdr/Hanover_HarumScarum_medley.hdr \
	hornpipe/Hanover_Hornpipe_1-D-32-3.abc \
	march/Harum_Scarum_1-D-32-2.abc march/Harum_Scarum_2-D-32-2.abc \
	ftr/Hanover_HarumScarum_medley.ftr
Hanover_HarumScarum_medley: Hanover_HarumScarum_medley.abc Hanover_HarumScarum_medley.pdf
Hanover_HarumScarum_medley.abc: $(Hanover_HarumScarum_medley)
	abcjoin +C +R0 $(Hanover_HarumScarum_medley) >Hanover_HarumScarum_medley.abc
Hanover_HarumScarum_medley.ps: Hanover_HarumScarum_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Hanover_HarumScarum_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Hanover_HarumScarum_medley.ps
Hanover_HarumScarum_medley.pdf: Hanover_HarumScarum_medley.ps
	ps2pdf Hanover_HarumScarum_medley.ps Hanover_HarumScarum_medley.pdf

# Hornpipes 1
Hornpipes_1= hdr/Hornpipes_1.hdr \
	hornpipe/Harvest_Home_Hornpipe-D-32-3.abc \
	hornpipe/Zig-Zag_Clog_Dance-D-32-3.abc \
	hornpipe/Cincinnati_Hornpipe-D-32-3.abc \
	hornpipe/Montezuma-D-32-3.abc \
	ftr/Hornpipes_1.ftr
Hornpipes_1: Hornpipes_1.abc Hornpipes_1.pdf
Hornpipes_1.abc: $(Hornpipes_1)
	abcjoin +CR $(Hornpipes_1) >Hornpipes_1.abc
Hornpipes_1.ps: Hornpipes_1.abc fmt/_70.fmt
	$(a2p) +k 2  Hornpipes_1.abc +Ffmt/web_70.fmt \
	|PSftr %D $U/ %D >Hornpipes_1.ps
Hornpipes_1.pdf: Hornpipes_1.ps
	ps2pdf Hornpipes_1.ps Hornpipes_1.pdf
hdr/Hornpipes_1.hdr: ;echo "%%center Hornpipes - 1" >hdr/Hornpipes_1.hdr
ftr/Hornpipes_1.ftr: ;ln ftr/_.ftr ftr/Hornpipes_1.ftr

# Hymns
Hymns= hdr/Hymns.hdr \
	hymn/Abide_With_Me_1-G-16-1.abc hymn/Abide_With_Me_2-G-16-1.abc \
	hymn/Ash_Grove_1-G-48-2.abc hymn/Ash_Grove_2-G-48-2.abc hymn/Ash_Grove_3-G-48-2.abc \
	hymn/Amazing_Grace_1-D-16-2.abc hymn/Amazing_Grace_2-D-16-2.abc \
	hymn/Battle_Hymn_of_the_Republic_1-D-32-3.abc hymn/Battle_Hymn_of_the_Republic_2-D-32-3.abc \
	hymn/Chester_1-G-16-2.abc hymn/Chester_2-G-16-2.abc \
	hymn/Morning_Has_Broken_1-D-8-1.abc hymn/Morning_Has_Broken_2-D-8-1.abc \
	hymn/Nearer_My_God_to_Thee-G-16-2.abc \
	hymn/Rock_of_Ages-D-12-2.abc \
	hymn/Sailors_Hymn_1-D-12-2.abc hymn/Sailors_Hymn_2-D-12-2.abc \
	ftr/Hymns.ftr
Hymns: Hymns.abc Hymns.pdf Patriotic_Hymns
Hymns.abc: $(Hymns)
	abcjoin +CR $(Hymns) >Hymns.abc
Hymns.ps: Hymns.abc fmt/web_70.fmt
	abcm2ps -F fmt/SAFD2.fmt Hymns.abc -O tmp.ps
	PShdr <tmp.ps %P '+Hymns' %P \
	|PSftr %D $U/ %D >Hymns.ps
	rm tmp.ps
#	$(a2p) +k 2  Hymns.abc +Ffmt/_70.fmt |PSftr %D $U/ %D >Hymns.ps
Hymns.pdf: Hymns.ps
	ps2pdf Hymns.ps Hymns.pdf
hdr/Hymns.hdr: ;echo "%%center Hymns" >hdr/Hymns.hdr
ftr/Hymns.ftr: ;ln ftr/_.ftr ftr/Hymns.ftr

# Involuntary Trumpet Standpiece
Involuntary_Trumpet_Standpiece= hdr/Involuntary_Trumpet_Standpiece.hdr \
	fanfare/Fanfare_Intro_1.abc \
	fanfare/Fanfare_Intro_2.abc \
	march/Trumpet_Tune_Purcell-D-32-2.abc \
	set/8_bar_drum_bridge.txt \
	jig/Germantown_Hook_1-Em-32-2.abc \
	jig/Germantown_Hook_2-Em-32-2.abc \
	march/John_With_the_Light_Brown_Hair-Em-32-2.abc \
	set/Second_Break_22_bar_drum_mostly_solo.abc \
	march/Over_the_Waterfall-D-32-2.abc \
	reel/Saint_Annes_Reel-D-32-3.abc \
	ftr/Involuntary_Trumpet_Standpiece.ftr
Involuntary_Trumpet_Standpiece: Involuntary_Trumpet_Standpiece.abc Involuntary_Trumpet_Standpiece.pdf
Involuntary_Trumpet_Standpiece.abc: $(Involuntary_Trumpet_Standpiece)
	abcjoin +C +R0 $(Involuntary_Trumpet_Standpiece) >Involuntary_Trumpet_Standpiece.abc
Involuntary_Trumpet_Standpiece.ps: Involuntary_Trumpet_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 +x Involuntary_Trumpet_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Involuntary_Trumpet_Standpiece" '' "Involuntary_Trumpet_Standpiece %P" \
	|PSftr %D $U/ %D >Involuntary_Trumpet_Standpiece.ps
Involuntary_Trumpet_Standpiece.pdf: Involuntary_Trumpet_Standpiece.ps
	ps2pdf Involuntary_Trumpet_Standpiece.ps Involuntary_Trumpet_Standpiece.pdf

# Jaybird + Firemans QS medley
Jaybird_Firemans_medley= hdr/Jaybird_Firemans_medley.hdr \
	polka/Jaybird-32-3.abc \
	quickstep/Firemans_QS-D-32-2.abc \
	ftr/Jaybird_Firemans_medley.ftr
Jaybird_Firemans_medley: Jaybird_Firemans_medley.abc Jaybird_Firemans_medley.pdf
Jaybird_Firemans_medley.abc: $(Jaybird_Firemans_medley)
	abcjoin +C +R0 $(Jaybird_Firemans_medley) >Jaybird_Firemans_medley.abc
Jaybird_Firemans_medley.ps: Jaybird_Firemans_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Jaybird_Firemans_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Jaybird_Firemans_medley.ps
Jaybird_Firemans_medley.pdf: Jaybird_Firemans_medley.ps
	ps2pdf Jaybird_Firemans_medley.ps Jaybird_Firemans_medley.pdf

# Jefferson & Liberty + Black Watch Medley
JeffersonLiberty_BlackWatch_Medley= hdr/JeffersonLiberty_BlackWatch_Medley.hdr \
	jig/Jefferson_and_Liberty_1-Bm-32-2.abc \
	jig/Jefferson_and_Liberty_2-Bm-32-2.abc \
	march/Black_Watch-Bm-32-2.abc \
	ftr/JeffersonLiberty_BlackWatch_Medley.ftr
JeffersonLiberty_BlackWatch_Medley: JeffersonLiberty_BlackWatch_Medley.abc JeffersonLiberty_BlackWatch_Medley.pdf
JeffersonLiberty_BlackWatch_Medley.abc: $(JeffersonLiberty_BlackWatch_Medley)
	abcjoin +C +R0 $(JeffersonLiberty_BlackWatch_Medley) >JeffersonLiberty_BlackWatch_Medley.abc
JeffersonLiberty_BlackWatch_Medley.ps: JeffersonLiberty_BlackWatch_Medley.abc fmt/_70.fmt
	$(a2p) JeffersonLiberty_BlackWatch_Medley.abc +Ffmt/_70.fmt \
	|PShdr "JeffersonLiberty BlackWatch Medley" '' "JeffersonLiberty BlackWatch Medley" \
	|PSftr %D $U/ %D >JeffersonLiberty_BlackWatch_Medley.ps
JeffersonLiberty_BlackWatch_Medley.pdf: JeffersonLiberty_BlackWatch_Medley.ps
	ps2pdf JeffersonLiberty_BlackWatch_Medley.ps JeffersonLiberty_BlackWatch_Medley.pdf

# Korn Likker + Stillman's Reel medley
Korn_Stillmans_medley= hdr/Korn_Stillmans_medley.hdr \
	march/Korn_Likker-D-32-2.abc \
	reel/Stillmans_Reel-D-32-2.abc \
	ftr/Korn_Stillmans_medley.ftr
Korn_Stillmans_medley: Korn_Stillmans_medley.abc Korn_Stillmans_medley.pdf
Korn_Stillmans_medley.abc: $(Korn_Stillmans_medley)
	abcjoin +C +R0 $(Korn_Stillmans_medley) >Korn_Stillmans_medley.abc
Korn_Stillmans_medley.ps: Korn_Stillmans_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Korn_Stillmans_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Korn_Stillmans_medley.ps
Korn_Stillmans_medley.pdf: Korn_Stillmans_medley.ps
	ps2pdf Korn_Stillmans_medley.ps Korn_Stillmans_medley.pdf

# Lass of Patie's Mill
Lass_of_Paties_Mill: Lass_of_Paties_Mill-D-32-5 Lass_of_Paties_Mill-D-32-8

Lass_of_Paties_Mill-D-32-5= hdr/Lass_of_Paties_Mill-D-32-5.hdr \
	reel/Lass_of_Paties_Mill_1-D-32-2.abc reel/Lass_of_Paties_Mill_2-D-32-3.abc \
	ftr/Lass_of_Paties_Mill-D-32-5.ftr
Lass_of_Paties_Mill-D-32-5: Lass_of_Paties_Mill-D-32-5.abc Lass_of_Paties_Mill-D-32-5.pdf
Lass_of_Paties_Mill-D-32-5.abc: $(Lass_of_Paties_Mill-D-32-5)
	abcjoin +CR $(Lass_of_Paties_Mill-D-32-5) >Lass_of_Paties_Mill-D-32-5.abc
Lass_of_Paties_Mill-D-32-5.ps: Lass_of_Paties_Mill-D-32-5.abc fmt/_65.fmt
	$(a2p) Lass_of_Paties_Mill-D-32-5.abc +Ffmt/_65.fmt \
	|PSftr %D $U/ %D >Lass_of_Paties_Mill-D-32-5.ps
Lass_of_Paties_Mill-D-32-5.pdf: Lass_of_Paties_Mill-D-32-5.ps
	ps2pdf Lass_of_Paties_Mill-D-32-5.ps Lass_of_Paties_Mill-D-32-5.pdf
hdr/Lass_of_Paties_Mill-D-32-5.hdr: ;echo "%%center Lass of Patie's Mill" >hdr/Lass_of_Paties_Mill-D-32-5.hdr
ftr/Lass_of_Paties_Mill-D-32-5.ftr: ;ln ftr/_.ftr ftr/Lass_of_Paties_Mill-D-32-5.ftr

Lass_of_Paties_Mill-D-32-8= hdr/Lass_of_Paties_Mill-D-32-8.hdr \
	reel/Lass_of_Paties_Mill_1-D-32-4.abc reel/Lass_of_Paties_Mill_2-D-32-4.abc \
	ftr/Lass_of_Paties_Mill-D-32-8.ftr
Lass_of_Paties_Mill-D-32-8: Lass_of_Paties_Mill-D-32-8.abc Lass_of_Paties_Mill-D-32-8.pdf
Lass_of_Paties_Mill-D-32-8.abc: $(Lass_of_Paties_Mill-D-32-8)
	abcjoin +CR $(Lass_of_Paties_Mill-D-32-8) >Lass_of_Paties_Mill-D-32-8.abc
Lass_of_Paties_Mill-D-32-8.ps: Lass_of_Paties_Mill-D-32-8.abc fmt/_60.fmt
	$(a2p) Lass_of_Paties_Mill-D-32-8.abc +Ffmt/_60.fmt \
	|PSftr %D $U/ %D >Lass_of_Paties_Mill-D-32-8.ps
Lass_of_Paties_Mill-D-32-8.pdf: Lass_of_Paties_Mill-D-32-8.ps
	ps2pdf Lass_of_Paties_Mill-D-32-8.ps Lass_of_Paties_Mill-D-32-8.pdf
hdr/Lass_of_Paties_Mill-D-32-8.hdr: ;echo "%%center Lass of Patie's Mill" >hdr/Lass_of_Paties_Mill-D-32-8.hdr
ftr/Lass_of_Paties_Mill-D-32-8.ftr: ;ln ftr/_.ftr ftr/Lass_of_Paties_Mill-D-32-8.ftr

# Liberty Medley II
Liberty_Medley_II= hdr/Liberty_Medley_II.hdr \
	jig/Liberty_Tree-D-16-2.abc \
	march/Free_America_1-D-16-2.abc \
	march/Free_America_2-D-16-2.abc \
	march/British_Grenadiers_II-D-32-2.abc \
	ftr/Liberty_Medley_II.ftr
Liberty_Medley_II: Liberty_Medley_II.abc Liberty_Medley_II.pdf
Liberty_Medley_II.abc: $(Liberty_Medley_II)
	abcjoin +C +R0 $(Liberty_Medley_II) >Liberty_Medley_II.abc
Liberty_Medley_II.ps: Liberty_Medley_II.abc fmt/_70.fmt
	$(a2p) Liberty_Medley_II.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Liberty_Medley_II.ps
Liberty_Medley_II.pdf: Liberty_Medley_II.ps
	ps2pdf Liberty_Medley_II.ps Liberty_Medley_II.pdf

# Liberty Rakes
Liberty_Rakes= hdr/Liberty_Rakes.hdr \
	jig/Liberty_Tree-D-16-2.abc \
	march/Mountain_Dew-G-32-2.abc \
	march/My_Love_Is_But_A_Lassie_Yet-D-32-2.abc \
	march/Rakes_of_Mallow-G-32-2.abc \
	ftr/Liberty_Rakes.ftr
Liberty_Rakes: Liberty_Rakes.abc Liberty_Rakes.pdf
Liberty_Rakes.abc: $(Liberty_Rakes)
	abcjoin +C +R0 $(Liberty_Rakes) >Liberty_Rakes.abc
Liberty_Rakes.ps: Liberty_Rakes.abc fmt/_70.fmt
	$(a2p) Liberty_Rakes.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Liberty_Rakes.ps
Liberty_Rakes.pdf: Liberty_Rakes.ps
	ps2pdf Liberty_Rakes.ps Liberty_Rakes.pdf

# Matthews Standpiece
Matthews_Standpiece= hdr/Matthews_Standpiece.hdr \
	hornpipe/Matthews_Hornpipe_1-D-48-3.abc \
	hornpipe/Matthews_Hornpipe_2-D-48-3.abc \
	set/drum_bridge_Frog_in_the_Well_8_bars.abc \
	polka/Frog_in_the_Well_1_D-32-2.abc \
	polka/Frog_in_the_Well_2_D-32-2.abc \
	march/Granny_Will_Your_Dog_Bite_1-D-32-2.abc \
	march/Granny_Will_Your_Dog_Bite_2-D-32-2.abc \
	jig/Jefferson_and_Liberty_1-Bm-32-2.abc \
	jig/Jefferson_and_Liberty_2-Bm-32-2.abc \
	march/Black_Watch-Bm-32-2.abc \
	set/drum_bridge_Hulls_Victory_8_bars.abc \
	hornpipe/Hulls_Victory_1-D-32-3.abc \
	hornpipe/Hulls_Victory_2-D-32-3.abc \
	ftr/Matthews_Standpiece.ftr
Matthews_Standpiece: Matthews_Standpiece.abc Matthews_Standpiece.pdf
Matthews_Standpiece.abc: $(Matthews_Standpiece)
	abcjoin +C +R0 $(Matthews_Standpiece) >Matthews_Standpiece.abc
Matthews_Standpiece.ps: Matthews_Standpiece.abc fmt/_70.fmt
	$(a2p) Matthews_Standpiece.abc +Ffmt/_70.fmt \
	|PShdr Matthews_Standpiece '' Matthews_Standpiece \
	|PSftr %D $U/ %D >Matthews_Standpiece.ps
Matthews_Standpiece.pdf: Matthews_Standpiece.ps
	ps2pdf Matthews_Standpiece.ps Matthews_Standpiece.pdf

# Mountain Dew + Oyster River medley
Mountain_Oyster_medley= hdr/Mountain_Oyster_medley.hdr \
	march/Mountain_Dew-G-32-2.abc \
	hornpipe/Oyster_River_Hornpipe_1-G-32-2.abc \
	hornpipe/Oyster_River_Hornpipe_2-G-32_2.abc \
	ftr/Mountain_Oyster_medley.ftr
Mountain_Oyster_medley: Mountain_Oyster_medley.abc Mountain_Oyster_medley.pdf
Mountain_Oyster_medley.abc: $(Mountain_Oyster_medley)
	abcjoin +C +R0 $(Mountain_Oyster_medley) >Mountain_Oyster_medley.abc
Mountain_Oyster_medley.ps: Mountain_Oyster_medley.abc fmt/web_65.fmt
	$(a2p) +k4 Mountain_Oyster_medley.abc +Ffmt/web_65.fmt \
	|PSftr %D $U/ %D >Mountain_Oyster_medley.ps
Mountain_Oyster_medley.pdf: Mountain_Oyster_medley.ps
	ps2pdf Mountain_Oyster_medley.ps Mountain_Oyster_medley.pdf

# Mountain Dew Standpiece
Mountain_Dew_Standpiece= hdr/Mountain_Dew_Standpiece.hdr \
	march/Mountain_Dew-G-32-2.abc \
	hornpipe/Oyster_River_Hornpipe_1-G-32-2.abc \
	hornpipe/Oyster_River_Hornpipe_2-G-32_2.abc \
	set/Mountain_Dew_Standpiece_1.txt \
	march/Essence_of_Tampa-G-32-2.abc \
	reel/Bummers_Reel-G-32-2.abc \
	set/Mountain_Dew_Standpiece_2.txt \
	reel/Downshire-D-40-5.abc \
	ftr/Mountain_Dew_Standpiece.ftr
Mountain_Dew_Standpiece: Mountain_Dew_Standpiece.abc Mountain_Dew_Standpiece.pdf
Mountain_Dew_Standpiece.abc: $(Mountain_Dew_Standpiece)
	abcjoin +C +R0 $(Mountain_Dew_Standpiece) >Mountain_Dew_Standpiece.abc
Mountain_Dew_Standpiece.ps: Mountain_Dew_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 Mountain_Dew_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr Mountain_Dew_Standpiece '' Mountain_Dew_Standpiece \
	|PSftr %D $U/ %D >Mountain_Dew_Standpiece.ps
Mountain_Dew_Standpiece.pdf: Mountain_Dew_Standpiece.ps
	ps2pdf Mountain_Dew_Standpiece.ps Mountain_Dew_Standpiece.pdf

# Mountain Man
Mountain_Man= hdr/Mountain_Man.hdr set/FIFES.txt \
	march/Mountain_Dew-G-32-2.abc \
	set/Drum_bridge_Beggarman_8_bars.txt \
	reel/Beggarman-Bm-32-2.abc \
	ftr/Mountain_Man.ftr
Mountain_Man: Mountain_Man.abc Mountain_Man.pdf
Mountain_Man.abc: $(Mountain_Man)
	abcjoin +C +R0 $(Mountain_Man) >Mountain_Man.abc
Mountain_Man.ps: Mountain_Man.abc fmt/_70.fmt
	$(a2p) +k 2  Mountain_Man.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Mountain_Man.ps
Mountain_Man.pdf: Mountain_Man.ps
	ps2pdf Mountain_Man.ps Mountain_Man.pdf

# Muster Dijon
Muster_Dijon: Muster_Dijon_2st Muster_Dijon_3st

# Muster Dijon 2-staff layout
Muster_Dijon_2st= hdr/Muster_Dijon_2st.hdr \
	march/Muster-G-20-2.abc \
	march/Soldiers_of_France-A-32-2.abc \
	ftr/Muster_Dijon_2st.ftr
Muster_Dijon_2st: Muster_Dijon_2st.abc Muster_Dijon_2st.pdf
Muster_Dijon_2st.abc: $(Muster_Dijon_2st)
	abcjoin +C +R0 $(Muster_Dijon_2st) >Muster_Dijon_2st.abc
Muster_Dijon_2st.ps: Muster_Dijon_2st.abc fmt/_60.fmt
	$(a2p) +k 2  Muster_Dijon_2st.abc +Ffmt/_60.fmt \
	|PSftr %D $U/ %D >Muster_Dijon_2st.ps
Muster_Dijon_2st.pdf: Muster_Dijon_2st.ps
	ps2pdf Muster_Dijon_2st.ps Muster_Dijon_2st.pdf
hdr/Muster_Dijon_2st.hdr: ;echo "%%center Muster -- Dijon" >hdr/Muster_Dijon_2st.hdr
ftr/Muster_Dijon_2st.ftr: ;ln ftr/_.ftr ftr/Muster_Dijon_2st.ftr

# Muster Dijon 3-staff layout
Muster_Dijon_3st= hdr/Muster_Dijon_3st.hdr \
	march/Muster-G-20-3.abc \
	march/Soldiers_of_France-A-32-3.abc \
	ftr/Muster_Dijon_3st.ftr
Muster_Dijon_3st: Muster_Dijon_3st.abc Muster_Dijon_3st.pdf
Muster_Dijon_3st.abc: $(Muster_Dijon_3st)
	abcjoin +C +R0 $(Muster_Dijon_3st) >Muster_Dijon_3st.abc
Muster_Dijon_3st.ps: Muster_Dijon_3st.abc fmt/_70.fmt
	$(a2p) +k 2  Muster_Dijon_3st.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Muster_Dijon_3st.ps
Muster_Dijon_3st.pdf: Muster_Dijon_3st.ps
	ps2pdf Muster_Dijon_3st.ps Muster_Dijon_3st.pdf
hdr/Muster_Dijon_3st.hdr: ;echo "%%center Muster -- Dijon" >hdr/Muster_Dijon_3st.hdr
ftr/Muster_Dijon_3st.ftr: ;ln ftr/_.ftr ftr/Muster_Dijon_3st.ftr

# Mystic Hornpipe
Mystic_Hornpipe= hdr/Mystic_Hornpipe.hdr \
	hornpipe/Mystic_Hornpipe_1-D-32-3.abc hornpipe/Mystic_Hornpipe_2-D-32-3.abc\
	ftr/Mystic_Hornpipe.ftr
Mystic_Hornpipe: Mystic_Hornpipe.abc Mystic_Hornpipe.pdf
Mystic_Hornpipe.abc: $(Mystic_Hornpipe)
	abcjoin +CR $(Mystic_Hornpipe) >Mystic_Hornpipe.abc
Mystic_Hornpipe.ps: Mystic_Hornpipe.abc fmt/_70.fmt
	$(a2p) +k 2  Mystic_Hornpipe.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Mystic_Hornpipe.ps
Mystic_Hornpipe.pdf: Mystic_Hornpipe.ps
	ps2pdf Mystic_Hornpipe.ps Mystic_Hornpipe.pdf
hdr/Mystic_Hornpipe.hdr: ;echo "%%center Mystic Hornpipe" >hdr/Mystic_Hornpipe.hdr
ftr/Mystic_Hornpipe.ftr: ;ln ftr/_.ftr ftr/Mystic_Hornpipe.ftr

# Paddy O'Toole + Go to the Devil medley
Paddy_GoTo_medley= hdr/Paddy_GoTo_medley.hdr \
	jig/Paddy_OToole-D-48-3.abc \
	jig/Go_to_the_Devil_and_Shake_Yourself_1-D-32-2.abc \
	jig/Go_to_the_Devil_and_Shake_Yourself_2-D-32-2.abc \
	ftr/Paddy_GoTo_medley.ftr
Paddy_GoTo_medley: Paddy_GoTo_medley.abc Paddy_GoTo_medley.pdf
Paddy_GoTo_medley.abc: $(Paddy_GoTo_medley)
	abcjoin +C +R0 $(Paddy_GoTo_medley) >Paddy_GoTo_medley.abc
Paddy_GoTo_medley.ps: Paddy_GoTo_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Paddy_GoTo_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Paddy_GoTo_medley.ps
Paddy_GoTo_medley.pdf: Paddy_GoTo_medley.ps
	ps2pdf Paddy_GoTo_medley.ps Paddy_GoTo_medley.pdf

# Paddy on the Handcar + Pigtown Fling medley
Paddy_Pigtown_medley= hdr/Paddy_Pigtown_medley.hdr \
	reel/Paddy_on_the_Handcar-Am-32-3.abc \
	Pigtown_Fling/Pigtown_Fling-G-32-3.abc \
	ftr/Paddy_Pigtown_medley.ftr
Paddy_Pigtown_medley: Paddy_Pigtown_medley.abc Paddy_Pigtown_medley.pdf
Paddy_Pigtown_medley.abc: $(Paddy_Pigtown_medley)
	abcjoin +C +R0 $(Paddy_Pigtown_medley) >Paddy_Pigtown_medley.abc
Paddy_Pigtown_medley.ps: Paddy_Pigtown_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Paddy_Pigtown_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Paddy_Pigtown_medley.ps
Paddy_Pigtown_medley.pdf: Paddy_Pigtown_medley.ps
	ps2pdf Paddy_Pigtown_medley.ps Paddy_Pigtown_medley.pdf

# Patriotic Hymns
Patriotic_Hymns= hdr/Patriotic_Hymns.hdr \
	hymn/America_the_Beautiful_1-D-16-2.abc hymn/America_the_Beautiful_2-D-16-2.abc \
	hymn/God_Bless_America-D-20-2.abc hymn/God_Bless_America-G-20-2.abc \
	ftr/Patriotic_Hymns.ftr
Patriotic_Hymns: Patriotic_Hymns.abc Patriotic_Hymns.pdf
Patriotic_Hymns.abc: $(Patriotic_Hymns)
	abcjoin +CR $(Patriotic_Hymns) >Patriotic_Hymns.abc
Patriotic_Hymns.ps: Patriotic_Hymns.abc fmt/web_70.fmt
	abcm2ps -F fmt/SAFD2.fmt Patriotic_Hymns.abc -O tmp.ps
	PShdr <tmp.ps %P '+Patriotic Hymns' %P \
	|PSftr %D $U/ %D >Patriotic_Hymns.ps
	rm tmp.ps
#	$(a2p) +k 2  Patriotic_Hymns.abc +Ffmt/_70.fmt |PSftr %D $U/ %D >Patriotic_Hymns.ps
Patriotic_Hymns.pdf: Patriotic_Hymns.ps
	ps2pdf Patriotic_Hymns.ps Patriotic_Hymns.pdf
hdr/Patriotic_Hymns.hdr: ;echo "%%center Patriotic Hymns" >hdr/Patriotic_Hymns.hdr
ftr/Patriotic_Hymns.ftr: ;ln ftr/_.ftr ftr/Patriotic_Hymns.ftr

# Phil the Fluther's Ball
Phil_the_Fluthers_Ball= hdr/Phil_the_Fluthers_Ball.hdr \
	hornpipe/Phil_the_Fluthers_Ball_1-D-32-4.abc hornpipe/Phil_the_Fluthers_Ball_2-D-32-4.abc \
	ftr/Phil_the_Fluthers_Ball.ftr
Phil_the_Fluthers_Ball: Phil_the_Fluthers_Ball.abc Phil_the_Fluthers_Ball.pdf
Phil_the_Fluthers_Ball.abc: $(Phil_the_Fluthers_Ball)
	abcjoin +CR $(Phil_the_Fluthers_Ball) >Phil_the_Fluthers_Ball.abc
Phil_the_Fluthers_Ball.ps: Phil_the_Fluthers_Ball.abc fmt/_70.fmt
	$(a2p) +k 2  Phil_the_Fluthers_Ball.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Phil_the_Fluthers_Ball.ps
Phil_the_Fluthers_Ball.pdf: Phil_the_Fluthers_Ball.ps
	ps2pdf Phil_the_Fluthers_Ball.ps Phil_the_Fluthers_Ball.pdf
hdr/Phil_the_Fluthers_Ball.hdr: ;echo "%%center Phil the Fluther's Ball" >hdr/Phil_the_Fluthers_Ball.hdr
ftr/Phil_the_Fluthers_Ball.ftr: ;ln ftr/_.ftr ftr/Phil_the_Fluthers_Ball.ftr

# President Garfields Standpiece
President_Garfields_Standpiece= hdr/President_Garfields_Standpiece.hdr \
	hornpipe/President_Garfields_Hornpipe_1-D-32-3.abc \
	hornpipe/President_Garfields_Hornpipe_2-D-32-2.abc \
	quickstep/Kenderbeck_QS-D-32-3.abc \
	set/drum_solo_32_bars_intro_4_bars.abc \
	march/Roslyn_Castle_1-Em-32-3.abc \
	march/Roslyn_Castle_2-Em-32-2.abc \
	jig/Red_Horse_Revel-G-32-2.abc \
	jig/Horse_Trailer-G-4-1.abc \
	set/drum_bridge_8_bars.txt \
	reel/Swallowtail_Reel-Em-32-3.abc \
	ftr/President_Garfields_Standpiece.ftr
President_Garfields_Standpiece: President_Garfields_Standpiece.abc President_Garfields_Standpiece.pdf President_Garfields_Standpiece_1
President_Garfields_Standpiece.abc: $(President_Garfields_Standpiece)
	abcjoin +C +R0 $(President_Garfields_Standpiece) >President_Garfields_Standpiece.abc
President_Garfields_Standpiece.ps: President_Garfields_Standpiece.abc fmt/_70.fmt
	$(a2p) +k4 +x President_Garfields_Standpiece.abc +Ffmt/_70.fmt \
	|PShdr "%P President_Garfields Standpiece" '' "President_Garfields Standpiece %P" \
	|PSftr %D $U/ %D >President_Garfields_Standpiece.ps
President_Garfields_Standpiece.pdf: President_Garfields_Standpiece.ps
	ps2pdf President_Garfields_Standpiece.ps President_Garfields_Standpiece.pdf

# President Garfields Standpiece voice 1
President_Garfields_Standpiece_1= hdr/President_Garfields_Standpiece_1.hdr \
	hornpipe/President_Garfields_Hornpipe_1-D-32-3.abc \
	quickstep/Kenderbeck_QS-D-32-3.abc \
	set/drum_solo_32_bars_intro_4_bars.abc \
	march/Roslyn_Castle_1-Em-32-3.abc \
	jig/Red_Horse_Revel-G-32-2.abc \
	jig/Horse_Trailer-G-4-1.abc \
	set/drum_bridge_8_bars.txt \
	reel/Swallowtail_Reel-Em-32-3.abc \
	ftr/President_Garfields_Standpiece_1.ftr
President_Garfields_Standpiece_1: President_Garfields_Standpiece_1.abc President_Garfields_Standpiece_1.pdf
President_Garfields_Standpiece_1.abc: $(President_Garfields_Standpiece_1)
	abcjoin +C +R0 $(President_Garfields_Standpiece_1) >President_Garfields_Standpiece_1.abc
President_Garfields_Standpiece_1.ps: President_Garfields_Standpiece_1.abc fmt/_70.fmt
	$(a2p) +k4 +x President_Garfields_Standpiece_1.abc +Ffmt/_70.fmt \
	|PShdr "%P President_Garfields Standpiece_1" '' "President_Garfields Standpiece_1 %P" \
	|PSftr %D $U/ %D >President_Garfields_Standpiece_1.ps
President_Garfields_Standpiece_1.pdf: President_Garfields_Standpiece_1.ps

# Races
Races= hdr/Races.hdr \
	polka/Races_1-D-48-3.abc polka/Races_2-D-48-3.abc \
	ftr/Races.ftr
Races: Races.abc Races.pdf
Races.abc: $(Races)
	abcjoin +CR $(Races) >Races.abc
Races.ps: Races.abc fmt/_70.fmt
	$(a2p) +k 2  Races.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Races.ps
Races.pdf: Races.ps
	ps2pdf Races.ps Races.pdf
hdr/Races.hdr: ;echo "%%center The Races" >hdr/Races.hdr
ftr/Races.ftr: ;ln ftr/_.ftr ftr/Races.ftr

# Road to Boston - Rose Tree - Sentry Box - Seven Stars
Road_Rose_Sentry_Seven= hdr/Road_Rose_Sentry_Seven.hdr \
	march/Road_To_Boston_1-D-32-2.abc march/Road_To_Boston_2-D-32-2.abc \
	march/Rose_Tree-D-32-2.abc \
	jig/Sentry_Box-D-32-2.abc \
	jig/Seven_Stars-D-32-2.abc \
	ftr/Road_Rose_Sentry_Seven.ftr
Road_Rose_Sentry_Seven: Road_Rose_Sentry_Seven.abc Road_Rose_Sentry_Seven.pdf
Road_Rose_Sentry_Seven.abc: $(Road_Rose_Sentry_Seven)
	abcjoin +CR $(Road_Rose_Sentry_Seven) >Road_Rose_Sentry_Seven.abc
Road_Rose_Sentry_Seven.ps: Road_Rose_Sentry_Seven.abc fmt/_70.fmt
	$(a2p) +k 2  Road_Rose_Sentry_Seven.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Road_Rose_Sentry_Seven.ps
Road_Rose_Sentry_Seven.pdf: Road_Rose_Sentry_Seven.ps
	ps2pdf Road_Rose_Sentry_Seven.ps Road_Rose_Sentry_Seven.pdf
hdr/Road_Rose_Sentry_Seven.hdr: ;echo "%%center Road_Rose - Sentry_Seven" >hdr/Road_Rose_Sentry_Seven.hdr
ftr/Road_Rose_Sentry_Seven.ftr: ;ln ftr/_.ftr ftr/Road_Rose_Sentry_Seven.ftr

# Service Tunes
Service_Tunes= hdr/Service_Tunes.hdr \
	march/Marine_Hymn-G-32-2.abc \
	march/Anchors_Aweigh-D-40-3.abc \
	march/Caisson_Song-G-32-2.abc \
	march/Air_Force_Song-D-32-3.abc \
	march/Semper_Paratus-G-80-4.abc \
	ftr/Service_Tunes.ftr
Service_Tunes: Service_Tunes.abc Service_Tunes.pdf
Service_Tunes.abc: $(Service_Tunes)
	abcjoin +CR $(Service_Tunes) >Service_Tunes.abc
Service_Tunes.ps: Service_Tunes.abc fmt/_70.fmt
	$(a2p) +k 2  Service_Tunes.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Service_Tunes.ps
Service_Tunes.pdf: Service_Tunes.ps
	ps2pdf Service_Tunes.ps Service_Tunes.pdf
hdr/Service_Tunes.hdr: ;echo "%%center Service - Tunes" >hdr/Service_Tunes.hdr
ftr/Service_Tunes.ftr: ;ln ftr/_.ftr ftr/Service_Tunes.ftr

# Seven Stars - Dublin Boy
SevenStars_DublinBoy= hdr/SevenStars_DublinBoy.hdr \
	jig/Seven_Stars-D-32-2.abc \
	jig/Dublin_Boy-G-32-2.abc \
	ftr/SevenStars_DublinBoy.ftr
SevenStars_DublinBoy: SevenStars_DublinBoy.abc SevenStars_DublinBoy.pdf
SevenStars_DublinBoy.abc: $(SevenStars_DublinBoy)
	abcjoin +CR $(SevenStars_DublinBoy) >SevenStars_DublinBoy.abc
SevenStars_DublinBoy.ps: SevenStars_DublinBoy.abc fmt/_70.fmt
	$(a2p) +k 2  SevenStars_DublinBoy.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >SevenStars_DublinBoy.ps
SevenStars_DublinBoy.pdf: SevenStars_DublinBoy.ps
	ps2pdf SevenStars_DublinBoy.ps SevenStars_DublinBoy.pdf
hdr/SevenStars_DublinBoy.hdr: ;echo "%%center Seven Stars / Dublin Boy" >hdr/SevenStars_DublinBoy.hdr
ftr/SevenStars_DublinBoy.ftr: ;ln ftr/_.ftr ftr/SevenStars_DublinBoy.ftr

# Singles:
Singles= hdr/Singles.hdr \
	reel/Are_Ye_Sleeping_Maggie-Bm-24-3.abc \
	reel/Arkansas_Traveler-D-32-3.abc \
	Biddy_Oats/Biddy_Oats_DFG-D-32-3.abc \
	reel/Billy_Bones-D-16-3.abc \
	march/Black_Pearl-Bm-32-3.abc \
	reel/Blackwater_Tide-G-32-3.abc \
	march/Black_Rocks_of_Glencoe_1-Em-32-2.abc march/Black_Rocks_of_Glencoe_2-Em-32-2.abc \
	quickstep/Brandywine_Quick_Step_1-G-48-3.abc quickstep/Brandywine_Quick_Step_2-G-48-3.abc quickstep/Brandywine_Quick_Step_3-G-48-2.abc \
	march/British_Grenadiers_II-D-32-2.abc \
	reel/Bummers_Reel-G-32-3.abc \
	jig/Concord_Police_1-D-32-2.abc jig/Concord_Police_2-D-32-2.abc \
	hornpipe/Constitution_Hornpipe-D-32-3.abc \
	march/Death_of_Wolfe-Am-32-2.abc \
	reel/Devils_Dream-A-32-3.abc \
	quickstep/Ed_Kelloggs_Quickstep_2V-D-32-4.abc \
	jig/Eel_Pot_Tavern-Am-32-2.abc \
	jig/Far_Down_Quickstep-Am-48-3.abc \
	march/Farewell_to_Gibraltar-A-64-4.abc \
	jig/Father_OFlynn-D-32-2.abc \
	jig/Fifty_Cents-A-32-2.abc \
	march/Finnegans_Wake-G-32-2.abc \
	hornpipe/Fischers_Hornpipe_1-D-32-3.abc hornpipe/Fischers_Hornpipe_2-D-32-2.abc \
	march/French_Ambassador-G-32-3.abc \
	march/Free_America_1-D-16-2.abc march/Free_America_2-D-16-2.abc \
	reel/Frenchies_Reel-D-32-3.abc \
	jig/Garry_Owen-G-32-2.abc \
	march/Girl_I_Left_Behind_Me-G-32-2.abc \
	quickstep/Governors_Island_Quickstep-D-32-3.abc \
	march/Grandfathers_Clock_1-D-48-3.abc march/Grandfathers_Clock_2-D-48-3.abc \
	reel/Guilderoys_Reel_1-D-32-3.abc reel/Guilderoys_Reel_2-D-32-3.abc \
	waltz/Happy_Birthday_1-d-8-1.abc waltz/Happy_Birthday_2-d-8-1.abc \
	reel/Happy_Fifer-D-32-3.abc \
	jig/Ill_Get_Wedded_in_MY_Auld_Claes-G-48-3.abc \
	march/Rejouissance_1-A-36-4.abc march/Rejouissance_2-A-36-4.abc \
	march/Harriott-D-32-2.abc \
	jig/Haste_to_the_Wedding_1-D-32-2.abc jig/Haste_to_the_Wedding_2-D-32-2.abc \
	reel/High_Road_to_Linton-A-24-2.abc \
	hornpipe/Huffmans_Hornpipe_1-GD-32-3.abc \
	hornpipe/Huffmans_Hornpipe_2-GD-32-2.abc \
	hornpipe/Hulls_Victory_1-D-32-3.abc hornpipe/Hulls_Victory_2-D-32-3.abc \
	jig/Jefferson_and_Liberty_1-Bm-32-2.abc jig/Jefferson_and_Liberty_2-Bm-32-2.abc \
	march/Katy_Hill-G-32-2.abc \
	march/Marching_Through_Georgia-D-32-3.abc \
	reel/Masons_Apron_1-A-32-3.abc reel/Masons_Apron_2-A-32-3.abc \
	hornpipe/Matthews_Hornpipe_1-D-48-3.abc hornpipe/Matthews_Hornpipe_2-D-48-3.abc \
	reel/Montezuma-D-32-3.abc \
	jig/Mooncoin_Jig.abc \
	reel/Morpeth_Rant_1-D-32-3.abc reel/Morpeth_Rant_2-D-32-3.abc \
	jig/Munster_Jig-Em-32-2.abc \
	quickstep/OConnors_Quick_Step-A-32-2.abc \
	reel/Old_Grey_Cat_1-Em-32-4.abc reel/Old_Grey_Cat_2-Em-32-4.abc \
	jig/OSullivans_March-A-32-4.abc \
	reel/Over_the_Hills_and_Far_Away-G-32-3.abc jig/Over_the_Water_to_Charlie-G-16-2.abc \
	march/Pikemans_March-Am-64-3.abc march/Pikemans_March-SA-Am-32-3.abc \
	reel/Planxty_Ron_Seaborg-G-32-3.abc \
	march/Rally_Round_the_Flag-D-32-3.abc \
	jig/Red_Horse_Revel-G-32-2.abc \
	march/Road_To_Boston_1-D-32-2.abc march/Road_To_Boston_mod_2-D-32-2.abc march/Road_To_Boston_2-D-32-2.abc \
	march/Rob_Roy_MacIntosh-Bm-55-4.abc \
	march/Rose_Tree-D-32-2.abc \
	march/Roslyn_Castle_1-Em-32-3.abc march/Roslyn_Castle_2-Em-32-2.abc \
	jig/Sentry_Box-D-32-2.abc \
	march/Shermans_March-G-64-3.abc \
	jig/Sisters_Jig-G-32-2.abc \
	march/Soldiers_of_France_1-A-32-3.abc march/Soldiers_of_France_2-A-32-2.abc \
	march/Saint_Kilda_Wedding-G-16-2.abc \
	jig/Stones_Mongrel-Am-36-2.abc \
	jig/Strayaway_Child_1-Am-32-2.abc jig/Strayaway_Child_2-Am-32-2.abc \
	reel/Trenton-Bm-32-3.abc \
	jig/Tripping_Up_the_Stairs-D-32-2.abc \
	reel/Turnpike_Bend-G-32-3.abc \
	march/When_We_Go_Down_To_Washington_A-Bm-32-2.abc \
	march/White_Cockade-G-32-2.abc \
	reel/Wind_That_Shakes_the_Barley-D-32-3.abc \
	march/World_Turned_Upside_Down-D-32-2.abc \
	march/Yankee_Doodle_Ancient_1-D-32-2.abc march/Yankee_Doodle_Ancient_2-D-32-2.abc march/Yankee_Doodle_Ancient_3-D-32-2.abc \
	march/Yorktown-D-48-3.abc \
	ftr/Singles.ftr
Singles: Singles.abc Singles.pdf
Singles.abc: $(Singles)
	abcjoin +CR $(Singles) >Singles.abc
Singles.ps: Singles.abc fmt/_70.fmt
	$(a2p) +x Singles.abc +Ffmt/_70.fmt \
	|PShdr '%P Singles' '' 'Singles %P' \
	|PSftr %D $U/ %D >Singles.ps
Singles.pdf: Singles.ps
	ps2pdf Singles.ps Singles.pdf
hdr/Singles.hdr: ;echo "%%center Singles" >hdr/Singles.hdr
ftr/Singles.ftr: ;ln ftr/_.ftr ftr/Singles.ftr

# Sisters_Welcome - White_Whup_World
Sisters_Welcome_White_Whup_World= hdr/Sisters_Welcome_White_Whup_World.hdr \
	jig/Sisters_Jig-G-32-2.abc \
	march/Welcome_Here_Again-D-32-2.abc \
	march/White_Cockade-G-32-2.abc \
	march/Whup_Jamboree-Bm-32-2.abc \
	march/World_Turned_Upside_Down-D-32-2.abc \
	ftr/Sisters_Welcome_White_Whup_World.ftr
Sisters_Welcome_White_Whup_World: Sisters_Welcome_White_Whup_World.abc Sisters_Welcome_White_Whup_World.pdf
Sisters_Welcome_White_Whup_World.abc: $(Sisters_Welcome_White_Whup_World)
	abcjoin +CR $(Sisters_Welcome_White_Whup_World) >Sisters_Welcome_White_Whup_World.abc
Sisters_Welcome_White_Whup_World.ps: Sisters_Welcome_White_Whup_World.abc fmt/_70.fmt
	$(a2p) +k 2  Sisters_Welcome_White_Whup_World.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Sisters_Welcome_White_Whup_World.ps
Sisters_Welcome_White_Whup_World.pdf: Sisters_Welcome_White_Whup_World.ps
	ps2pdf Sisters_Welcome_White_Whup_World.ps Sisters_Welcome_White_Whup_World.pdf
hdr/Sisters_Welcome_White_Whup_World.hdr: ;echo "%%center Sisters + Welcome + White + Whup + World" >hdr/Sisters_Welcome_White_Whup_World.hdr
ftr/Sisters_Welcome_White_Whup_World.ftr: ;ln ftr/_.ftr ftr/Sisters_Welcome_White_Whup_World.ftr

# Rob Roy Standpiece
Rob_Roy_Standpiece= hdr/Rob_Roy_Standpiece.hdr \
	march/Rob_Roy_MacIntosh.abc \
	march/Canone.abc \
	set/CanCoin_Drum_Bridge_18_bars.txt \
	jig/Mooncoin_Jig.abc \
	march/Pikemans_March.abc \
	set/drum_bridge_first_8_bars_of_biddy_oats.txt \
	march/Biddy_Oats.abc \
	ftr/Rob_Roy_Standpiece.ftr
Rob_Roy_Standpiece: Rob_Roy_Standpiece.abc Rob_Roy_Standpiece.pdf
Rob_Roy_Standpiece.abc: $(Rob_Roy_Standpiece)
	abcjoin +C +R0 $(Rob_Roy_Standpiece) >Rob_Roy_Standpiece.abc
Rob_Roy_Standpiece.ps: Rob_Roy_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 +x Rob_Roy_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Rob_Roy_Standpiece" '' "Rob_Roy_Standpiece %P" \
	|PSftr %D $U/ %D >Rob_Roy_Standpiece.ps
Rob_Roy_Standpiece.pdf: Rob_Roy_Standpiece.ps
	ps2pdf Rob_Roy_Standpiece.ps Rob_Roy_Standpiece.pdf

# Saint Kilda Standpiece
Saint_Kilda_Standpiece= hdr/Saint_Kilda_Standpiece.hdr \
	march/Saint_Kilda_Wedding-SP-G-18-3.abc \
	jig/Over_the_Water_to_Charlie-G-16-2.abc \
	jig/OSullivans_March-SP-A-32-3.abc \
	jig/Munster_Jig-Em-32-2.abc \
	set/drum_fife_solos.txt \
	march/French_Ambassador-SP_1-D-24-2.abc \
	reel/Over_the_Hills_and_Far_Away-G-32-3.abc \
	reel/Wind_That_Shakes_the_Barley-D-32-3.abc \
	set/drum_fife_solos.txt \
	march/French_Ambassador-SP_2-D-24-3.abc \
	reel/Over_the_Hills_and_Far_Away-G-32-3.abc \
	reel/Wind_That_Shakes_the_Barley-D-32-3.abc \
	ftr/Saint_Kilda_Standpiece.ftr
Saint_Kilda_Standpiece: Saint_Kilda_Standpiece.abc Saint_Kilda_Standpiece.pdf
Saint_Kilda_Standpiece.abc: $(Saint_Kilda_Standpiece)
	abcjoin +C +R0 $(Saint_Kilda_Standpiece) >Saint_Kilda_Standpiece.abc
Saint_Kilda_Standpiece.ps: Saint_Kilda_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 +x Saint_Kilda_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Saint_Kilda_Standpiece" '' "Saint_Kilda_Standpiece %P" \
	|PSftr %D $U/ %D >Saint_Kilda_Standpiece.ps
Saint_Kilda_Standpiece.pdf: Saint_Kilda_Standpiece.ps
	ps2pdf Saint_Kilda_Standpiece.ps Saint_Kilda_Standpiece.pdf

# Scarlet Regiment + Dream Quickstep medley
Scarlet_Dream_medley= hdr/Scarlet_Dream_medley.hdr \
	march/Scarlet_Regiment_1-D-32-2.abc \
	march/Scarlet_Regiment_2-D-32-2.abc \
	march/Scarlet_Regiment_3-D-32-2.abc \
	quickstep/Dream_Quickstep-G-32-3.abc \
	ftr/Scarlet_Dream_medley.ftr
Scarlet_Dream_medley: Scarlet_Dream_medley.abc Scarlet_Dream_medley.pdf
Scarlet_Dream_medley.abc: $(Scarlet_Dream_medley)
	abcjoin +C +R0 $(Scarlet_Dream_medley) >Scarlet_Dream_medley.abc
Scarlet_Dream_medley.ps: Scarlet_Dream_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Scarlet_Dream_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Scarlet_Dream_medley.ps
Scarlet_Dream_medley.pdf: Scarlet_Dream_medley.ps
	ps2pdf Scarlet_Dream_medley.ps Scarlet_Dream_medley.pdf

# Sea Medley
Sea_Medley= hdr/Sea_Medley.hdr \
	hornpipe/Intro_Sailors_Hornpipe-D-4-1.abc \
	march/Cape_Cod_Girls-G-32-2.abc \
	hornpipe/Bridge_Drunken_Sailor_8bars-D-8-1.abc \
	hornpipe/Roving_Sailor-D-32-2.abc \
	hornpipe/Bridge_Drunken_Sailor_8bars-G-8-1.abc \
	hornpipe/A_Rovin-G-20-2.abc \
	hornpipe/Roll_the_Woodpile_Down-G-32-2.abc \
	ftr/Sea_Medley.ftr
Sea_Medley: Sea_Medley.abc Sea_Medley.pdf
Sea_Medley.abc: $(Sea_Medley)
	abcjoin +C +R0 $(Sea_Medley) >Sea_Medley.abc
Sea_Medley.ps: Sea_Medley.abc fmt/_70.fmt
	$(a2p) Sea_Medley.abc +Ffmt/_70.fmt \
	|PShdr Sea_Medley '' Sea_Medley \
	|PSftr %D $U/ %D >Sea_Medley.ps
Sea_Medley.pdf: Sea_Medley.ps
	ps2pdf Sea_Medley.ps Sea_Medley.pdf

# Sea Wife + Walker Street medley
SeaWife_WalkerStreet_medley= hdr/SeaWife_WalkerStreet_medley.hdr \
	song/Sea_Wife_1-Am-16-2.abc song/Sea_Wife_2-Am-16-2.abc \
	reel/Walker_Street-G-32-3.abc \
	ftr/SeaWife_WalkerStreet_medley.ftr
SeaWife_WalkerStreet_medley: SeaWife_WalkerStreet_medley.abc SeaWife_WalkerStreet_medley.pdf
SeaWife_WalkerStreet_medley.abc: $(SeaWife_WalkerStreet_medley)
	abcjoin +C +R0 $(SeaWife_WalkerStreet_medley) >SeaWife_WalkerStreet_medley.abc
SeaWife_WalkerStreet_medley.ps: SeaWife_WalkerStreet_medley.abc fmt/_70.fmt
	$(a2p) +k 2  SeaWife_WalkerStreet_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >SeaWife_WalkerStreet_medley.ps
SeaWife_WalkerStreet_medley.pdf: SeaWife_WalkerStreet_medley.ps
	ps2pdf SeaWife_WalkerStreet_medley.ps SeaWife_WalkerStreet_medley.pdf

# Shady Deal
Shady_Deal= hdr/Shady_Deal.hdr \
	reel/Shady_Grove_Soldiers_Joy_1-G,D-42-3.abc \
	reel/Guilderoys_Reel_1-D-32-3.abc \
	set/Eight_Short_Drum_Bridge_24_bars.abc \
	mixed/Strayaway_Child_Masons_Apron_1-Am,A-65-5.abc \
	reel/Shady_Grove_Soldiers_Joy_2-G,D-42-3.abc \
	reel/Guilderoys_Reel_2-D-32-3.abc \
	mixed/Strayaway_Child_Masons_Apron_2-Am,A-65-5.abc \
	ftr/Shady_Deal.ftr
Shady_Deal: Shady_Deal.abc Shady_Deal.pdf Shady_Deal_1
Shady_Deal.abc: $(Shady_Deal)
	abcjoin +CR $(Shady_Deal) >Shady_Deal.abc
Shady_Deal.ps: Shady_Deal.abc fmt/_70.fmt
	$(a2p) Shady_Deal.abc +Ffmt/_70.fmt \
	|PShdr Shady_Deal '' Shady_Deal \
	|PSftr %D $U/ %D >Shady_Deal.ps
Shady_Deal.pdf: Shady_Deal.ps
	ps2pdf Shady_Deal.ps Shady_Deal.pdf

# Shady Deal medley  (voice 1)
Shady_Deal_1= hdr/Shady_Deal_1.hdr \
	reel/Shady_Grove_Soldiers_Joy_1-G,D-42-3.abc \
	reel/Guilderoys_Reel_1-D-32-3.abc \
	set/Eight_Short_Drum_Bridge_24_bars.abc \
	mixed/Strayaway_Child_Masons_Apron_1-Am,A-65-5.abc \
	ftr/Shady_Deal_1.ftr
Shady_Deal_1: Shady_Deal_1.abc Shady_Deal_1.pdf
Shady_Deal_1.abc: $(Shady_Deal_1)
	abcjoin +C +R0 $(Shady_Deal_1) >Shady_Deal_1.abc
Shady_Deal_1.ps: Shady_Deal_1.abc fmt/_70.fmt
	$(a2p) Shady_Deal_1.abc +Ffmt/_70.fmt \
	|PShdr Shady_Deal_1 '' Shady_Deal_1 \
	|PSftr %D $U/ %D >Shady_Deal_1.ps
Shady_Deal_1.pdf: Shady_Deal_1.ps
	ps2pdf Shady_Deal_1.ps Shady_Deal_1.pdf

# Shotgun Medley
Shotgun_Medley= hdr/Shotgun_Medley.hdr \
	march/Give_Me_the_Girl_Thats_Ripe_for_Joy_1-G-24-2.abc \
	march/Give_Me_the_Girl_Thats_Ripe_for_Joy_2-G-24-2.abc \
	jig/Unfortunate_Rake_1-Em-32-2.abc \
	jig/Unfortunate_Rake_2-Em-32-2.abc \
	jig/Haste_to_the_Wedding_1-D-32-2.abc \
	jig/Haste_to_the_Wedding_2-D-32-2.abc \
	ftr/Shotgun_Medley.ftr
Shotgun_Medley: Shotgun_Medley.abc Shotgun_Medley.pdf
Shotgun_Medley.abc: $(Shotgun_Medley)
	abcjoin +CR $(Shotgun_Medley) >Shotgun_Medley.abc
Shotgun_Medley.ps: Shotgun_Medley.abc fmt/_70.fmt
	$(a2p) Shotgun_Medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Shotgun_Medley.ps
Shotgun_Medley.pdf: Shotgun_Medley.ps
	ps2pdf Shotgun_Medley.ps Shotgun_Medley.pdf

# Strubes Reveille Standpiece
Strubes_Reveille_Standpiece= hdr/Strubes_Reveille_Standpiece.hdr \
	march/Three_Camps-G-28-3.abc \
	set/7-beat_roll.txt \
	march/Slow_Scotch-G-72-3.abc \
	set/7-beat_roll.txt \
	march/Austrian-G-38-3.abc \
	set/7-beat_roll.txt \
	march/Dawning_of_the_Day-G-48-4.abc \
	set/7-beat_roll.txt \
	march/Hession-G-32-3.abc \
	set/7-beat_roll.txt \
	waltz/Dutch-G-32-2.abc \
	set/rolls.txt \
	march/Quick_Scotch-D-36-3.abc \
	march/Three_Camps_reprise-D-8-1.abc \
	ftr/Strubes_Reveille_Standpiece.ftr
Strubes_Reveille_Standpiece: Strubes_Reveille_Standpiece.abc Strubes_Reveille_Standpiece.pdf
Strubes_Reveille_Standpiece.abc: $(Strubes_Reveille_Standpiece)
	abcjoin +C +R0 $(Strubes_Reveille_Standpiece) >Strubes_Reveille_Standpiece.abc
Strubes_Reveille_Standpiece.ps: Strubes_Reveille_Standpiece.abc fmt/web_65.fmt
	$(a2p) +k4 Strubes_Reveille_Standpiece.abc +Ffmt/web_65.fmt \
	|PShdr "%P Strubes_Reveille_Standpiece" '' "Strubes_Reveille_Standpiece %P" \
	|PSftr %D $U/ %D >Strubes_Reveille_Standpiece.ps
Strubes_Reveille_Standpiece.pdf: Strubes_Reveille_Standpiece.ps
	ps2pdf Strubes_Reveille_Standpiece.ps Strubes_Reveille_Standpiece.pdf

# Swingin_Through_the_Revolution
Swingin_Through_the_Revolution= hdr/Swingin_Through_the_Revolution.hdr \
	reel/Swingin_Through_the_Revolution_1-G-48-4.abc \
	reel/Swingin_Through_the_Revolution_2-G-48-3.abc \
	ftr/Swingin_Through_the_Revolution.ftr
Swingin_Through_the_Revolution: Swingin_Through_the_Revolution.abc Swingin_Through_the_Revolution.pdf
Swingin_Through_the_Revolution.abc: $(Swingin_Through_the_Revolution)
	abcjoin +CR $(Swingin_Through_the_Revolution) >Swingin_Through_the_Revolution.abc
Swingin_Through_the_Revolution.ps: Swingin_Through_the_Revolution.abc fmt/_70.fmt
	$(a2p) +k 2  Swingin_Through_the_Revolution.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Swingin_Through_the_Revolution.ps
Swingin_Through_the_Revolution.pdf: Swingin_Through_the_Revolution.ps
	ps2pdf Swingin_Through_the_Revolution.ps Swingin_Through_the_Revolution.pdf
hdr/Swingin_Through_the_Revolution.hdr: ;echo "%%center Swingin_Through - the_Revolution" >hdr/Swingin_Through_the_Revolution.hdr
ftr/Swingin_Through_the_Revolution.ftr: ;ln ftr/_.ftr ftr/Swingin_Through_the_Revolution.ftr

# Tatterjack + Drums & Guns medley
Tatterjack_Drums_medley= hdr/Tatterjack_Drums_medley.hdr \
	jig/Tatterjack-Bm-32-2.abc \
	reel/Drums_and_Guns-Bm-32-3.abc \
	ftr/Tatterjack_Drums_medley.ftr
Tatterjack_Drums_medley: Tatterjack_Drums_medley.abc Tatterjack_Drums_medley.pdf
Tatterjack_Drums_medley.abc: $(Tatterjack_Drums_medley)
	abcjoin +C +R0 $(Tatterjack_Drums_medley) >Tatterjack_Drums_medley.abc
Tatterjack_Drums_medley.ps: Tatterjack_Drums_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Tatterjack_Drums_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Tatterjack_Drums_medley.ps
Tatterjack_Drums_medley.pdf: Tatterjack_Drums_medley.ps
	ps2pdf Tatterjack_Drums_medley.ps Tatterjack_Drums_medley.pdf

# Wha Sae the 42nd + Lakes of Sligo medley
WhaSae_Lakes_medley= hdr/WhaSae_Lakes_medley.hdr \
	march/Wha_Sae_the_42nd-G-32-2.abc \
	march/Lakes_of_Sligo-D-32-2.abc \
	ftr/WhaSae_Lakes_medley.ftr
WhaSae_Lakes_medley: WhaSae_Lakes_medley.abc WhaSae_Lakes_medley.pdf
WhaSae_Lakes_medley.abc: $(WhaSae_Lakes_medley)
	abcjoin +C +R0 $(WhaSae_Lakes_medley) >WhaSae_Lakes_medley.abc
WhaSae_Lakes_medley.ps: WhaSae_Lakes_medley.abc fmt/_70.fmt
	$(a2p) +k 2  WhaSae_Lakes_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >WhaSae_Lakes_medley.ps
WhaSae_Lakes_medley.pdf: WhaSae_Lakes_medley.ps
	ps2pdf WhaSae_Lakes_medley.ps WhaSae_Lakes_medley.pdf

# Whup Jamboree + Some Distance From Prussia medley
Whup_Prussia_medley= hdr/Whup_Prussia_medley.hdr \
	march/Whup_Jamboree-Bm-32-2.abc \
	march/Some_Distance_From_Prussia-Bm-16-2.abc \
	ftr/Whup_Prussia_medley.ftr
Whup_Prussia_medley: Whup_Prussia_medley.abc Whup_Prussia_medley.pdf
Whup_Prussia_medley.abc: $(Whup_Prussia_medley)
	abcjoin +C +R0 $(Whup_Prussia_medley) >Whup_Prussia_medley.abc
Whup_Prussia_medley.ps: Whup_Prussia_medley.abc fmt/_70.fmt
	$(a2p) +k 2  Whup_Prussia_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Whup_Prussia_medley.ps
Whup_Prussia_medley.pdf: Whup_Prussia_medley.ps
	ps2pdf Whup_Prussia_medley.ps Whup_Prussia_medley.pdf

# Wicklow - March
Wicklow_March= hdr/Wicklow_March.hdr \
	jig/Wicklow_March_1-D-32-2.abc jig/Wicklow_March_2-D-32-2.abc \
	ftr/Wicklow_March.ftr
Wicklow_March: Wicklow_March.abc Wicklow_March.pdf
Wicklow_March.abc: $(Wicklow_March)
	abcjoin +CR $(Wicklow_March) >Wicklow_March.abc
Wicklow_March.ps: Wicklow_March.abc fmt/_70.fmt
	$(a2p) +k 2  Wicklow_March.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Wicklow_March.ps
Wicklow_March.pdf: Wicklow_March.ps
	ps2pdf Wicklow_March.ps Wicklow_March.pdf
hdr/Wicklow_March.hdr: ;echo "%%center The Wicklow March" >hdr/Wicklow_March.hdr
ftr/Wicklow_March.ftr: ;ln ftr/_.ftr ftr/Wicklow_March.ftr

# Yankee Doodle Ancient
Yankee_Doodle_Ancient= hdr/Yankee_Doodle_Ancient.hdr \
	march/Yankee_Doodle_Ancient_1-D-32-2.abc \
	march/Yankee_Doodle_Ancient_2-D-32-2.abc \
	march/Yankee_Doodle_Ancient_3-D-32-2.abc \
	ftr/Yankee_Doodle_Ancient.ftr
Yankee_Doodle_Ancient: Yankee_Doodle_Ancient.abc Yankee_Doodle_Ancient.pdf
Yankee_Doodle_Ancient.abc: $(Yankee_Doodle_Ancient)
	abcjoin +CR $(Yankee_Doodle_Ancient) >Yankee_Doodle_Ancient.abc
Yankee_Doodle_Ancient.ps: Yankee_Doodle_Ancient.abc fmt/_70.fmt
	$(a2p) +k 2  Yankee_Doodle_Ancient.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Yankee_Doodle_Ancient.ps
Yankee_Doodle_Ancient.pdf: Yankee_Doodle_Ancient.ps
	ps2pdf Yankee_Doodle_Ancient.ps Yankee_Doodle_Ancient.pdf
hdr/Yankee_Doodle_Ancient.hdr: ;echo "%%center Yankee_Doodle - Ancient" >hdr/Yankee_Doodle_Ancient.hdr
ftr/Yankee_Doodle_Ancient.ftr: ;ln ftr/_.ftr ftr/Yankee_Doodle_Ancient.ftr

# Year of the French
Year_of_the_French= hdr/Year_of_the_French.hdr \
	march/1798_March-D-32-3.abc \
	march/Roddy_McCorley-G-32-2.abc \
	march/Boys_of_Wexford_1-G-32-2.abc march/Boys_of_Wexford_2-G-32-2.abc \
	ftr/Year_of_the_French.ftr
Year_of_the_French: Year_of_the_French.abc Year_of_the_French.pdf
Year_of_the_French.abc: $(Year_of_the_French)
	abcjoin +CR $(Year_of_the_French) >Year_of_the_French.abc
Year_of_the_French.ps: Year_of_the_French.abc fmt/_70.fmt
	$(a2p) +k 2  Year_of_the_French.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >Year_of_the_French.ps
Year_of_the_French.pdf: Year_of_the_French.ps
	ps2pdf Year_of_the_French.ps Year_of_the_French.pdf
hdr/Year_of_the_French.hdr: ;echo "%%center Year_of_the French" >hdr/Year_of_the_French.hdr
ftr/Year_of_the_French.ftr: ;ln ftr/_.ftr ftr/Year_of_the_French.ftr

# York medley
York_medley= hdr/York_medley.hdr \
	march/Duke_of_Yorks_March_1-D-40-3.abc march/Duke_of_Yorks_March_2-D-40-3.abc \
	march/York_Fusiliers_1-D-64-4.abc march/York_Fusiliers_2-D-64-4.abc \
	ftr/York_medley.ftr
York_medley: York_medley.abc York_medley.pdf
York_medley.abc: $(York_medley)
	abcjoin +C +R0 $(York_medley) >York_medley.abc
York_medley.ps: York_medley.abc fmt/_70.fmt
	$(a2p) +k 2  York_medley.abc +Ffmt/_70.fmt \
	|PSftr %D $U/ %D >York_medley.ps
York_medley.pdf: York_medley.ps
	ps2pdf York_medley.ps York_medley.pdf

