# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# This is the Makefile for John Chambers' Scottish dance collection.  Most of #
# the *.abc here are named for a dance.  The tunes are in subdirectories.     #
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
a2p=jcabc2ps
U=http://trillian.mit.edu/~jc/music/abc/ssession/NEFR

.SUFFIXES:

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# Note that the "clobber" entry deletes the abc files in this directory. They #
# are  all medleys, derived from single-tune files in subdirectories, so this #
# shouldn't actually lose any music.  This means that any abc files here must #
# either be derived files or must be linked from somewhere else.              #
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #

all: special AG medleys singles

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# Dance tune-set pages:

sets: \
	All_Rose_Galopede Batchelders_Sheehans_RedHaired_BigJohn \
	Blackberry_Steamboat_Muckin_Jackson Brisk_Saddle_Joys_Jackson \
	Broken_Blackthorn_Kitty_Tempest Chorus_Green_Pipers \
	Earl_Red_Finnegans Constitution_Democratic_White_Crooked \
	Firemans_Ships_Irish_Masons Flowers_Mountain_Morning_Cincinnati \
	Jefferson_Irishmans_Lillibullero_Coleraine \
	Jennys_ODonnell_My_Rakes Lardners_Prince_Deerfoot_Maguinnis \
	Larry_Top_Munster_Off Little_Paddy_Rock_ComeUp \
	Maple_Tenpenny_Smash Money_Lamplighters_MissMcLeods Morpeth_Come_High_Paddy \
	Opera_Speed_Scotch Paddy_Poppy_Corn_Starr \
	Petronella_PrGarfield_PrGrant_PrLincoln Pigtown_Old_Swallowtail_Staten \
	Portland_Road_Mairis Roddy_Jimmy_Snowy_Meeting \
	Rolling_Lanigans_Bells_Munster Rory_Connaught_Lawrence_Hullichan \
	Saint_Soldiers_Maggie_Swallowtail Shandon_Cattle_Haste_Rakes \
	Spitfire_Far_Swinging_Teettotalers Starry_New_Hundred_Cock \
	Stool_Bonnie_Lady_Kenmure Ti-Jean_Gordons_Ne_Gift \
	Walker_Millers_Smiths_Wind Woodchoppers_Macki_Chatagee_Showshoers Wa_Millers_Smiths_Wind Wa_Millers_Smiths_Wind Vintons_Devi_Quindaro_Durangs Rory_Connaught_Lawrence_Hu Ricketts_StAnnes_Hu_Bastringue Pigtown_O_Swallowtail_Staten Peter_Ronf_Gaspe_Grondeuse Petrone_PrGarfield_PrGrant_PrLincoln Opera_Speed_Scotch Opera_Speed_Scotch Money_Lamp_MissMcLeods Lady_Green_Rosss_Judys Lady_Green_Rosss_Judys Lady_Green_Rosss_Judys Litt_Jacques_Growling Jeunes_Pays_TiJean_Gay Gandy_Indian_Levantines_Mothers Fraises_G_Toque_Set F_Mountain_Morning_Cincinnati Farewe_Allie_Snowflake_Jock Constitution_Democratic_White_Crooked Chorus_Green_Pipers Chorus_Green_Pipers Belles_Inimitable_Foresters_Fishers Batchelders_Sheehans_RedHaired_BigJohn

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# Here are our cleanup entries. The "clobber" entry deletes all the lowercase
# abc  files, but not those whose names start with an uppercase letter.  This
# will leave all our dance medleys in place, while deleting the "books".

neat:
	/bin/rm -f *- core *.out Out.ps
clean: neat
	/bin/rm -f *.log *.pdf *.ps learn.* new.* new_Scottish.* practice.* $(books_abc)
	/bin/rm -f program/*/*.ps
	/bin/rm -f program/*/*.pdf
	# Wipe out the "byKey" collections:
	/bin/rm -f [a-z][a-z][a-z]*_[A-Z]*.abc [a-z]*16.abc [a-z]*40.abc [a-z]*.abc incip_*.abc
	# Clean out files in new/ older than 35 days:
	find new/ -name '*.abc' -mtime +35 -exec ls -l {} ';' -exec /bin/rm {} ';'
clobber: clean
	/bin/rm -f [a-z[a-z]][a-z]*_[A-Z]*.abc new/*.abc
	/bin/rm -rf program/[12][0-9]*/

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# Here's how we package it up for distribution:

D=`dt`
tarkit: ../Scotland-$D.tar.gz
../Scotland-$D.tar.gz: ../Scotland-$D.tar
	gzip ../Scotland-$D.tar
../Scotland-$D.tar: Makefile * */*.abc
	make clean
	tar cf ../Scotland-$D.tar .

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# The .htaccess file explains to the apache web server what's in  the  files.
# We  fill  in  descriptions of the abc files from the first T: line, so that
# the dance names appear in HTML listings of the  directory.   This  actually
# propagates to subdirectories, so we only to do it here.

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
.htaccess: [A-Z]*.abc
	abcDesc [A-Z]*.abc

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# T1 + T2 + T3
T1_T2_T3: T1_T2_T3_set
T1_T2_T3_set= hdr/T1_T2_T3_set.hdr \
	T1 \
	T2 \
	T3 \
	ftr/T1_T2_T3_set.ftr
T1_T2_T3_set: T1_T2_T3_set.abc T1_T2_T3_set.pdf
T1_T2_T3_set.abc: $(T1_T2_T3_set)
	abcmedley "T1 T2 T3" $(T1_T2_T3_set) >T1_T2_T3_set.abc
	ls -lid T1_T2_T3_set.abc
T1_T2_T3_set.ps: T1_T2_T3_set.abc fmt/pdf_75.fmt
	jcabc2ps T1_T2_T3_set.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "T1 T2 T3" "" "T1 T2 T3" >T1_T2_T3_set.ps
T1_T2_T3_set.pdf: T1_T2_T3_set.ps
	ps2pdf T1_T2_T3_set.ps T1_T2_T3_set.pdf
	Mv.sh T1_T2_T3_set.pdf img/
	Mv.sh T1_T2_T3_set.abc set/
	touch ._/T1_T2_T3_set.abc
hdr/T1_T2_T3_set.hdr: ; touch hdr/T1_T2_T3_set.hdr
ftr/T1_T2_T3_set.ftr: ; touch ftr/T1_T2_T3_set.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# T1 + T2 + T3 + T4
T1_T2_T3_T4: T1_T2_T3_T4_set
T1_T2_T3_T4_set= hdr/T1_T2_T3_T4_set.hdr \
	T1 \
	T2 \
	T3 \
	T4 \
	ftr/T1_T2_T3_T4_set.ftr
T1_T2_T3_T4_set: T1_T2_T3_T4_set.abc T1_T2_T3_T4_set.pdf
T1_T2_T3_T4_set.abc: $(T1_T2_T3_T4_set)
	abcmedley "T1 T2 T3 T4" $(T1_T2_T3_T4_set) >T1_T2_T3_T4_set.abc
	ls -lid T1_T2_T3_T4_set.abc
T1_T2_T3_T4_set.ps: T1_T2_T3_T4_set.abc fmt/pdf_65.fmt
	jcabc2ps T1_T2_T3_T4_set.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "T1 T2 T3 T4" "" "T1 T2 T3 T4" >T1_T2_T3_T4_set.ps
T1_T2_T3_T4_set.pdf: T1_T2_T3_T4_set.ps
	ps2pdf T1_T2_T3_T4_set.ps T1_T2_T3_T4_set.pdf
	Mv.sh T1_T2_T3_T4_set.pdf img/
	Mv.sh T1_T2_T3_T4_set.abc set/
	touch ._/T1_T2_T3_T4_set.abc
hdr/T1_T2_T3_T4_set.hdr: ; touch hdr/T1_T2_T3_T4_set.hdr
ftr/T1_T2_T3_T4_set.ftr: ; touch ftr/T1_T2_T3_T4_set.ftr

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

# Batchelder's Reel + Sheehan's $eel + Red Haired Boy + Big John McNeil
Batchelders_Sheehans_RedHaired_BigJohn: \
	Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10 \
	Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16

# Batchelder's Reel + Sheehan's $eel + Red Haired Boy + Big John McNeil (original)
Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10= hdr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.hdr \
	reel/Batchelders_Reel-F-32-2.abc \
	reel/Sheehans_Reel-G-32-3.abc \
	reel/Red_Haired_Boy-A-32-2.abc \
	reel/Big_John_McNeil-A-32-3.abc \
	ftr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.ftr
Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10: Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.abc Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.pdf
Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.abc: $(Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10)
	abcmedley "Batchelders Sheehans RedHaired BigJohn" $(Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10) >Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.abc
	ls -lid Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.abc
Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.ps: Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.abc fmt/pdf_75.fmt
	jcabc2ps Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Batchelder's Sheehan's RedHaired BigJohn" "" "Batchelder's Sheehan's RedHaired BigJohn" >Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.ps
Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.pdf: Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.ps
	ps2pdf Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.ps Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.pdf
	Mv.sh Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.pdf img/
	Mv.sh Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.abc set/
	touch ._/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.abc
hdr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.hdr: ; touch hdr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.hdr
ftr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.ftr: ; touch ftr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-10.ftr

# Batchelder's Reel + Sheehan's $eel + Red Haired Boy + Big John McNeil (original)
Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16= hdr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.hdr \
	reel/Batchelders_Reel-F-32-4.abc \
	reel/Sheehans_Reel-G-32-4.abc \
	reel/Red_Haired_Boy-A-32-4.abc \
	reel/Big_John_McNeil-A-32-4.abc \
	ftr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.ftr
Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16: Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.abc Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.pdf
Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.abc: $(Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16)
	abcmedley "Batchelders Sheehans RedHaired BigJohn" $(Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16) >Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.abc
	ls -lid Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.abc
Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.ps: Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Batchelder's Sheehan's RedHaired BigJohn" "" "Batchelder's Sheehan's RedHaired BigJohn" >Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.ps
Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.pdf: Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.ps
	ps2pdf Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.ps Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.pdf
	Mv.sh Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.pdf img/
	Mv.sh Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.abc set/
	touch ._/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.abc
hdr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.hdr: ; touch hdr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.hdr
ftr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.ftr: ; touch ftr/Batchelders_Sheehans_RedHaired_BigJohn_set-F,G,A-32-16.ftr

# Belles of Tipperary + Inimitable Reel  + Forester's Hornpipe + Fisher's Hornpipe
Belles_Inimitable_Foresters_Fishers: \
	Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10 \
	Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16

# Belles of Tipperary + Inimitable Reel  + Forester's Hornpipe + Fisher's Hornpipe (condensed)
Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10= hdr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.hdr \
	reel/Belles_of_Tipperary-D-32-2.abc \
	reel/Inimitable_Reel-G-32-2.abc \
	hornpipe/Foresters_Hornpipe-D-32-2.abc \
	hornpipe/Fishers_Hornpipe-F-32-3.abc \
	ftr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.ftr
Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10: Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.abc Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.pdf
Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.abc: $(Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10)
	abcmedley "Belles Inimitable Foresters Fishers" $(Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10) >Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.abc
	ls -lid Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.abc
Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.ps: Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.abc fmt/pdf_75.fmt
	jcabc2ps Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Belles Inimitable Foresters Fishers" "" "Belles Inimitable Foresters Fishers" >Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.ps
Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.pdf: Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.ps
	ps2pdf Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.ps Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.pdf
	Mv.sh Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.pdf img/
	Mv.sh Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.abc set/
	touch ._/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.abc
hdr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.hdr: ; touch hdr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.hdr
ftr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.ftr: ; touch ftr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-10.ftr

# Belles of Tipperary + Inimitable Reel  + Forester's Hornpipe + Fisher's Hornpipe (original)
Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16= hdr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.hdr \
	reel/Belles_of_Tipperary-D-32-4.abc \
	reel/Inimitable_Reel-G-32-4.abc \
	hornpipe/Foresters_Hornpipe-D-32-4.abc \
	hornpipe/Fishers_Hornpipe-F-32-4.abc \
	ftr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.ftr
Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16: Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.abc Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.pdf
Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.abc: $(Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16)
	abcmedley "Belles Inimitable Foresters Fishers" $(Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16) >Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.abc
	ls -lid Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.abc
Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.ps: Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Belles Inimitable Foresters Fishers" "" "Belles Inimitable Foresters Fishers" >Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.ps
Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.pdf: Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.ps
	ps2pdf Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.ps Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.pdf
	Mv.sh Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.pdf img/
	Mv.sh Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.abc set/
	touch ._/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.abc
hdr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.hdr: ; touch hdr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.hdr
ftr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.ftr: ; touch ftr/Belles_Inimitable_Foresters_Fishers_set-D,G,D,F-32-16.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Broken + Blackthorn + Kitty + Tempest
Broken_Blackthorn_Kitty_Tempest: \
	Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8 \
	Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16

# Broken + Blackthorn + Kitty + Tempest (original)
Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8= hdr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.hdr \
	jig/Broken_Lantern-C-32-2.abc \
	jig/Blackthorn_Stick-G-32-2.abc \
	jig/Kitty_McGee-D-32-2.abc \
	jig/Tempest-G-32-2.abc \
	ftr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.ftr
Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8: Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.abc Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.pdf
Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.abc: $(Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8)
	abcmedley "Broken Blackthorn Kitty Tempest" $(Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8) >Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.abc
	ls -lid Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.abc
Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.ps: Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.abc fmt/pdf_65.fmt
	jcabc2ps Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Broken Blackthorn Kitty Tempest" "" "Broken Blackthorn Kitty Tempest" >Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.ps
Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.pdf: Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.ps
	ps2pdf Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.ps Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.pdf
	Mv.sh Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.pdf img/
	Mv.sh Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.abc set/
	touch ._/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.abc
hdr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.hdr: ; touch hdr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.hdr
ftr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.ftr: ; touch ftr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-8.ftr

# Broken + Blackthorn + Kitty + Tempest (original)
Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16= hdr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.hdr \
	jig/Broken_Lantern-C-32-4.abc \
	jig/Blackthorn_Stick-G-32-4.abc \
	jig/Kitty_McGee-D-32-4.abc \
	jig/Tempest-G-32-4.abc \
	ftr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.ftr
Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16: Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.abc Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.pdf
Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.abc: $(Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16)
	abcmedley "Broken Blackthorn Kitty Tempest" $(Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16) >Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.abc
	ls -lid Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.abc
Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.ps: Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Broken Blackthorn Kitty Tempest" "" "Broken Blackthorn Kitty Tempest" >Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.ps
Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.pdf: Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.ps
	ps2pdf Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.ps Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.pdf
	Mv.sh Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.pdf img/
	Mv.sh Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.abc set/
	touch ._/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.abc
hdr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.hdr: ; touch hdr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.hdr
ftr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.ftr: ; touch ftr/Broken_Blackthorn_Kitty_Tempest_set-C,G,D,G-32-16.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Chorus Jig + Green Mt. Petronella + Piper's Lass
Chorus_Green_Pipers: Chorus_Green_Pipers_set
Chorus_Green_Pipers_set= hdr/Chorus_Green_Pipers_set.hdr \
	reel/Chorus_Jig-D-32-5.abc \
	reel/Green_Mt_Petronella-G-32-3.abc \
	reel/Pipers_Lass-D-32-2.abc \
	ftr/Chorus_Green_Pipers_set.ftr
Chorus_Green_Pipers_set: Chorus_Green_Pipers_set.abc Chorus_Green_Pipers_set.pdf
Chorus_Green_Pipers_set.abc: $(Chorus_Green_Pipers_set)
	abcmedley "Chorus Green Pipers" $(Chorus_Green_Pipers_set) >Chorus_Green_Pipers_set.abc
	ls -lid Chorus_Green_Pipers_set.abc
Chorus_Green_Pipers_set.ps: Chorus_Green_Pipers_set.abc fmt/pdf_75.fmt
	jcabc2ps Chorus_Green_Pipers_set.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Chorus Green Pipers" "" "Chorus Green Pipers" >Chorus_Green_Pipers_set.ps
Chorus_Green_Pipers_set.pdf: Chorus_Green_Pipers_set.ps
	ps2pdf Chorus_Green_Pipers_set.ps Chorus_Green_Pipers_set.pdf
	Mv.sh Chorus_Green_Pipers_set.pdf img/
	Mv.sh Chorus_Green_Pipers_set.abc set/
	touch ._/Chorus_Green_Pipers_set.abc
hdr/Chorus_Green_Pipers_set.hdr: ; touch hdr/Chorus_Green_Pipers_set.hdr
ftr/Chorus_Green_Pipers_set.ftr: ; touch ftr/Chorus_Green_Pipers_set.ftr

# Constitution + Democratic + White + Crooked
Constitution_Democratic_White_Crooked: \
	Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16 \
	Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10
# Constitution + Democratic + White + Crooked (original)
Constitution_Democratic_White_Crooked: Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16
Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16= hdr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.hdr \
	hornpipe/Constitution_Hornpipe-F-32-4.abc \
	hornpipe/Democratic_Rage_Hornpipe-Bb-32-4.abc \
	reel/White_Cockade-G-32-4.abc \
	reel/Crooked_Stovepipe-G-32-4.abc \
	ftr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.ftr
Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16: Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.abc Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.pdf
Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.abc: $(Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16)
	abcmedley "Constitution Democratic White Crooked" $(Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16) >Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.abc
	ls -lid Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.abc
Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.ps: Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Constitution Democratic White Crooked" "" "Constitution Democratic White Crooked" >Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.ps
Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.pdf: Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.ps
	ps2pdf Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.ps Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.pdf
	Mv.sh Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.pdf img/
	Mv.sh Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.abc set/
	touch ._/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.abc
hdr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.hdr: ; touch hdr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.hdr
ftr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.ftr: ; touch ftr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-16.ftr

# Constitution + Democratic + White + Crooked (condensed)
Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10= \
	hdr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.hdr \
	hornpipe/Constitution_Hornpipe-F-32-2.abc \
	hornpipe/Democratic_Rage_Hornpipe-Bb-32-2.abc \
	reel/White_Cockade-G-32-3.abc \
	reel/Crooked_Stovepipe-G-32-3.abc \
	ftr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.ftr
Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10: Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.abc Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.pdf
Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.abc: $(Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10)
	abcmedley "Constitution Democratic White Crooked" $(Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10) >Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.abc
	ls -lid Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.abc
Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.ps: Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.abc fmt/pdf_70.fmt
	jcabc2ps Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.abc +Ffmt/pdf_70.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Constitution Democratic White Crooked" "" "Constitution Democratic White Crooked" >Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.ps
Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.pdf: Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.ps
	ps2pdf Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.ps Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.pdf
	Mv.sh Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.pdf img/
	Mv.sh Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.abc set/
	touch ._/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.abc
hdr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.hdr: ; touch hdr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.hdr
ftr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.ftr: ; touch ftr/Constitution_Democratic_White_Crooked_set-F,Bb,G-32-10.ftr

# Farewell to Whiskey + Allie Crocker's Reel + Snowflake Hornpipe + Jock Hornpipe)
Farewell_Allie_Snowflake_Jock: \
	Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9 \
	Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16

# Farewell to Whiskey + Allie Crocker's Reel + Snowflake Hornpipe + Jock Hornpipe (condensed)
Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9= hdr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.hdr \
	reel/Farewell_to_Whiskey-G-32-3.abc \
	reel/Allie_Crockers_Reel-D-32-3.abc \
	hornpipe/Snowflake_Hornpipe-A-32-2.abc \
	hornpipe/Jock_Tamsons_Hornpipe-D-32-2.abc \
	ftr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.ftr
Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9: Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.abc Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.pdf
Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.abc: $(Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9)
	abcmedley "Farewell Allie Snowflake Jock" $(Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9) >Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.abc
	ls -lid Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.abc
Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.ps: Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.abc fmt/pdf_70.fmt
	jcabc2ps Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.abc +Ffmt/pdf_70.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Farewell Allie Snowflake Jock" "" "Farewell Allie Snowflake Jock" >Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.ps
Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.pdf: Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.ps
	ps2pdf Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.ps Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.pdf
	Mv.sh Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.pdf img/
	Mv.sh Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.abc set/
	touch ._/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.abc
hdr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.hdr: ; touch hdr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.hdr
ftr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.ftr: ; touch ftr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-9.ftr

# Farewell to Whiskey + Allie Crocker's Reel + Snowflake Hornpipe + Jock Hornpipe (original)
Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16= hdr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.hdr \
	reel/Farewell_to_Whiskey-G-32-4.abc \
	reel/Allie_Crockers_Reel-D-32-4.abc \
	hornpipe/Snowflake_Hornpipe-A-32-4.abc \
	hornpipe/Jock_Tamsons_Hornpipe-D-32-4.abc \
	ftr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.ftr
Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16: Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.abc Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.pdf
Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.abc: $(Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16)
	abcmedley "Farewell Allie Snowflake Jock" $(Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16) >Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.abc
	ls -lid Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.abc
Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.ps: Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Farewell Allie Snowflake Jock" "" "Farewell Allie Snowflake Jock" >Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.ps
Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.pdf: Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.ps
	ps2pdf Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.ps Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.pdf
	Mv.sh Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.pdf img/
	Mv.sh Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.abc set/
	touch ._/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.abc
hdr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.hdr: ; touch hdr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.hdr
ftr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.ftr: ; touch ftr/Farewell_Allie_Snowflake_Jock_set-G,D,A,D-32-16.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# Flowers of Edinburgh + Mountain Ranger + Morning Star + Cincinnati Hornpipe
Flowers_Mountain_Morning_Cincinnati: \
	Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10 \
	Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12 \
	Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15

# Flowers of Edinburgh + Mountain Ranger + Morning Star + Cincinnati Hornpipe (extra-compressed)
# The -10 format has some minor simplifications to add repeats.
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10= \
	hdr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.hdr \
	reel/Flowers_of_Edinburgh-G-32-3.abc \
	hornpipe/Mountain_Ranger-Bb-32-2.abc \
	reel/Morning_Star-G-16-2.abc \
	hornpipe/Cincinnati_Hornpipe-D-32-3.abc \
	ftr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.ftr
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10: Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.pdf
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.abc: $(Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10)
	abcmedley "Flowers Mountain Morning Cincinnati" $(Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10) \
		>Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.abc
	ls -lid Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.abc
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.ps: Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.abc fmt/pdf_75.fmt
	jcabc2ps Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Flower's Devil's Morning Cincinnati's" "" "Flowers Devil's Morning Cincinnati's" \
		>Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.ps
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.pdf: Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.ps
	ps2pdf Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.ps Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.pdf
	Mv.sh Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.pdf img/
	Mv.sh Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.abc set/
	touch ._/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.abc
hdr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.hdr: ; touch hdr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.hdr
ftr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.ftr: ; touch ftr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-10.ftr

# Flowers of Edinburgh + Mountain Ranger + Morning Star + Cincinnati Hornpipe (compressed)
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12= \
	hdr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.hdr \
	reel/Flowers_of_Edinburgh-G-32-3.abc \
	hornpipe/Mountain_Ranger-Bb-32-3.abc \
	reel/Morning_Star-G-16-3.abc \
	hornpipe/Cincinnati_Hornpipe-D-32-3.abc \
	ftr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.ftr
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12: Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.pdf
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.abc: $(Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12)
	abcmedley "Flowers Mountain Morning Cincinnati" $(Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12) \
		>Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.abc
	ls -lid Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.abc
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.ps: Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.abc fmt/pdf_75.fmt
	jcabc2ps Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Flower's Devil's Morning Cincinnati's" "" "Flowers Devil's Morning Cincinnati's" \
		>Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.ps
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.pdf: Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.ps
	ps2pdf Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.ps Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.pdf
	Mv.sh Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.pdf img/
	Mv.sh Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.abc set/
	touch ._/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.abc
hdr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.hdr: ; touch hdr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.hdr
ftr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.ftr: ; touch ftr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-12.ftr

# Flower's Hornpipe + Devil's Dream + Morning Hornpipe + Cincinnati's Hornpipe (original)
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15= hdr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.hdr \
	reel/Flowers_of_Edinburgh-G-32-4.abc \
	hornpipe/Mountain_Ranger-Bb-32-4.abc \
	reel/Morning_Star-G-16-3.abc \
	hornpipe/Cincinnati_Hornpipe-D-32-4.abc \
	ftr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.ftr
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15: Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.pdf
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.abc: $(Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15)
	abcmedley "Flowers Mountain Morning Cincinnati" $(Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15) \
		>Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.abc
	ls -lid Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.abc
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.ps: Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.abc fmt/pdf_65.fmt
	jcabc2ps Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Flowers Devils Morning Cincinnati" "" "Flowers Devils Morning Cincinnati" \
		>Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.ps
Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.pdf: Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.ps
	ps2pdf Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.ps Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.pdf
	Mv.sh Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.pdf img/
	Mv.sh Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.abc set/
	touch ._/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.abc
hdr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.hdr: ; touch hdr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.hdr
ftr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.ftr: ; touch ftr/Flowers_Mountain_Morning_Cincinnati_set-G,Bb,G,D-32-15.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Fraises et les Framboises + Glise Ã Sherbrooke + Toque Bleue + Set de la Baie St. Paul
Fraises_Glise_Toque_Set: \
	Fraises_Glise_Toque_Set_set-G,G,G,D-32-10 \
	Fraises_Glise_Toque_Set_set-G,G,G,D-32-14

# Fraises et les Framboises + Glise a Sherbrooke + Toque Bleue + Set de la Baie St. Paul (compressed)
Fraises_Glise_Toque_Set_set-G,G,G,D-32-10= hdr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.hdr \
	reel/Fraises_et_les_Framboises-G-32-2.abc \
	reel/Glise_a_Sherbrooke-G-32-3.abc \
	reel/Toque_Bleu-G-32-2.abc \
	reel/Set_de_la_Baie_St_Paul-D-32-3.abc \
	ftr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.ftr
Fraises_Glise_Toque_Set_set-G,G,G,D-32-10: Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.abc Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.pdf
Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.abc: $(Fraises_Glise_Toque_Set_set-G,G,G,D-32-10)
	abcmedley "Fraises Glise Toque Set" $(Fraises_Glise_Toque_Set_set-G,G,G,D-32-10) >Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.abc
	ls -lid Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.abc
Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.ps: Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.abc fmt/pdf_80.fmt
	jcabc2ps Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.abc +Ffmt/pdf_80.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Fraises Glises Toque Set" "" "Fraises Glises Toque Set" >Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.ps
Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.pdf: Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.ps
	ps2pdf Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.ps Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.pdf
	Mv.sh Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.pdf img/
	Mv.sh Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.abc set/
	touch ._/Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.abc
hdr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.hdr: ; touch hdr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.hdr
ftr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.ftr: ; touch ftr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-10.ftr

# Fraises et les Framboises + Glise a Sherbrooke + Toque Bleue + Set de la Baie St. Paul (original)
Fraises_Glise_Toque_Set_set-G,G,G,D-32-14= hdr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.hdr \
	reel/Fraises_et_les_Framboises-G-32-4.abc \
	reel/Glise_a_Sherbrooke-G-32-4.abc \
	reel/Toque_Bleu-G-32-2.abc \
	reel/Set_de_la_Baie_St_Paul-D-32-4.abc \
	ftr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.ftr
Fraises_Glise_Toque_Set_set-G,G,G,D-32-14: Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.abc Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.pdf
Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.abc: $(Fraises_Glise_Toque_Set_set-G,G,G,D-32-14)
	abcmedley "Fraises Glise Toque Set" $(Fraises_Glise_Toque_Set_set-G,G,G,D-32-14) >Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.abc
	ls -lid Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.abc
Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.ps: Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.abc fmt/pdf_75.fmt
	jcabc2ps Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Fraises Glises Toque Set" "" "Fraises Glises Toque Set" >Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.ps
Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.pdf: Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.ps
	ps2pdf Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.ps Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.pdf
	Mv.sh Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.pdf img/
	Mv.sh Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.abc set/
	touch ._/Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.abc
hdr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.hdr: ; touch hdr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.hdr
ftr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.ftr: ; touch ftr/Fraises_Glise_Toque_Set_set-G,G,G,D-32-14.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Gandy Dancer's Reel + Indian Reel + Levantine's Barrel + Mother's Reel
Gandy_Indian_Levantines_Mothers: \
	Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10 \
	Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17

# Gandy Dancer's Reel + Indian Reel + Levantine's Barrel + Mother's Reel (compressed)
Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10= hdr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.hdr \
	reel/Gandy_Dancers_Reel-D-32-3.abc \
	reel/Indian_Reel-GC-32-2.abc \
	reel/Levantines_Barrel-G-32-2.abc \
	reel/Mothers_Reel-CG-32-3.abc \
	ftr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.ftr
Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10: Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.abc Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.pdf
Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.abc: $(Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10)
	abcmedley "Gandy Indian Levantines Mothers" $(Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10) >Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.abc
	ls -lid Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.abc
Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.ps: Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.abc fmt/pdf_80.fmt
	jcabc2ps Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.abc +Ffmt/pdf_80.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Gandy Indian Levantines Mothers" "" "Gandy Indian Levantines Mothers" >Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.ps
Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.pdf: Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.ps
	ps2pdf Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.ps Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.pdf
	Mv.sh Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.pdf img/
	Mv.sh Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.abc set/
	touch ._/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.abc
hdr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.hdr: ; touch hdr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.hdr
ftr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.ftr: ; touch ftr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-10.ftr

# Gandy Dancer's Reel + Indian Reel + Levantine's Barrel + Mother's Reel (original)
Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17= hdr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.hdr \
	reel/Gandy_Dancers_Reel-D-32-4.abc \
	reel/Indian_Reel-GC-32-4.abc \
	reel/Levantines_Barrel-G-32-4.abc \
	reel/Mothers_Reel-CG-32-5.abc \
	ftr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.ftr
Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17: Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.abc Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.pdf
Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.abc: $(Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17)
	abcmedley "Gandy Indian Levantines Mothers" $(Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17) >Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.abc
	ls -lid Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.abc
Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.ps: Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.abc fmt/pdf_65.fmt
	jcabc2ps Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Gandy Indian Levantines Mothers" "" "Gandy Indian Levantines Mothers" >Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.ps
Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.pdf: Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.ps
	ps2pdf Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.ps Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.pdf
	Mv.sh Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.pdf img/
	Mv.sh Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.abc set/
	touch ._/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.abc
hdr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.hdr: ; touch hdr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.hdr
ftr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.ftr: ; touch ftr/Gandy_Indian_Levantines_Mothers_set-D,GC,G,CG-32-17.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Reel des Jeunes Maries + Pays de Haut + Reel de Ti-Jean + Gay Gordons
Jeunes_Pays_TiJean_Gay: \
	Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10 \
	Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16

# Reel des Jeunes Maries + Pays de Haut + Reel de Ti-Jean + Gay Gordons (compressed)
Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10= hdr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.hdr \
	reel/Reel_des_Jeunes_Marie-D-32-2.abc \
	reel/Pays_de_Haut-D-32-2.abc \
	reel/Ti-Jean-D-32-2.abc \
	reel/Gay_Gordons-A-16-2.abc \
	ftr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.ftr
Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10: Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.abc Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.pdf
Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.abc: $(Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10)
	abcmedley "Jeunes Pays TiJean Gay" $(Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10) >Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.abc
	ls -lid Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.abc
Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.ps: Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.abc fmt/pdf_80.fmt
	jcabc2ps Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.abc +Ffmt/pdf_80.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Jeunes Pays TiJean Gay" "" "Jeunes Pays TiJean Gay" >Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.ps
Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.pdf: Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.ps
	ps2pdf Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.ps Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.pdf
	Mv.sh Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.pdf img/
	Mv.sh Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.abc set/
	touch ._/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.abc
hdr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.hdr: ; touch hdr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.hdr
ftr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.ftr: ; touch ftr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-10.ftr

# Reel des Jeunes Maries + Pays de Haut + Reel de Ti-Jean + Gay Gordons (origial)
Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16= hdr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.hdr \
	reel/Reel_des_Jeunes_Marie-D-32-4.abc \
	reel/Pays_de_Haut-D-32-4.abc \
	reel/Ti-Jean-D-32-4.abc \
	reel/Gay_Gordons-A-16-4.abc \
	ftr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.ftr
Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16: Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.abc Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.pdf
Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.abc: $(Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16)
	abcmedley "Jeunes Pays TiJean Gay" $(Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16) >Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.abc
	ls -lid Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.abc
Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.ps: Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Jeunes Pays TiJean Gay" "" "Jeunes Pays TiJean Gay" >Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.ps
Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.pdf: Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.ps
	ps2pdf Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.ps Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.pdf
	Mv.sh Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.pdf img/
	Mv.sh Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.abc set/
	touch ._/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.abc
hdr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.hdr: ; touch hdr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.hdr
ftr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.ftr: ; touch ftr/Jeunes_Pays_TiJean_Gay_set-D,D,D,A-32-16.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# Little Judique + Jacques  Cartier + Growling Old Man and Woman
Little_Jacques_Growling: \
	Little_Jacques_Growling_set-DA,D,Am-32-7 \
	Little_Jacques_Growling_set-DA,D,Am-32-14

# Little Judique + Jacques  Cartier + Growling Old Man and Woman (original)
Little_Jacques_Growling_set-DA,D,Am-32-7= hdr/Little_Jacques_Growling_set-DA,D,Am-32-7.hdr \
	reel/Little_Judique-DA-32-0.abc \
	reel/Jacques_Cartier-D-32-2.abc \
	reel/Growling_Old_Man_and_Woman-Am-32-2.abc \
	ftr/Little_Jacques_Growling_set-DA,D,Am-32-7.ftr
Little_Jacques_Growling_set-DA,D,Am-32-7: Little_Jacques_Growling_set-DA,D,Am-32-7.abc Little_Jacques_Growling_set-DA,D,Am-32-7.pdf
Little_Jacques_Growling_set-DA,D,Am-32-7.abc: $(Little_Jacques_Growling_set-DA,D,Am-32-7)
	abcmedley "Little Jacques Growling" $(Little_Jacques_Growling_set-DA,D,Am-32-7) >Little_Jacques_Growling_set-DA,D,Am-32-7.abc
	ls -lid Little_Jacques_Growling_set-DA,D,Am-32-7.abc
Little_Jacques_Growling_set-DA,D,Am-32-7.ps: Little_Jacques_Growling_set-DA,D,Am-32-7.abc fmt/pdf_75.fmt
	jcabc2ps Little_Jacques_Growling_set-DA,D,Am-32-7.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Little Jacques Growling" "" "Little Jacques Growling" >Little_Jacques_Growling_set-DA,D,Am-32-7.ps
Little_Jacques_Growling_set-DA,D,Am-32-7.pdf: Little_Jacques_Growling_set-DA,D,Am-32-7.ps
	ps2pdf Little_Jacques_Growling_set-DA,D,Am-32-7.ps Little_Jacques_Growling_set-DA,D,Am-32-7.pdf
	Mv.sh Little_Jacques_Growling_set-DA,D,Am-32-7.pdf img/
	Mv.sh Little_Jacques_Growling_set-DA,D,Am-32-7.abc set/
	touch ._/Little_Jacques_Growling_set-DA,D,Am-32-7.abc
hdr/Little_Jacques_Growling_set-DA,D,Am-32-7.hdr: ; touch hdr/Little_Jacques_Growling_set-DA,D,Am-32-7.hdr
ftr/Little_Jacques_Growling_set-DA,D,Am-32-7.ftr: ; touch ftr/Little_Jacques_Growling_set-DA,D,Am-32-7.ftr

# Little Judique + Jacques  Cartier + Growling Old Man and Woman (original)
Little_Jacques_Growling_set-DA,D,Am-32-14= hdr/Little_Jacques_Growling_set-DA,D,Am-32-14.hdr \
	reel/Little_Judique-DA-32-6.abc \
	reel/Jacques_Cartier-D-32-4.abc \
	reel/Growling_Old_Man_and_Woman-Am-32-4.abc \
	ftr/Little_Jacques_Growling_set-DA,D,Am-32-14.ftr
Little_Jacques_Growling_set-DA,D,Am-32-14: Little_Jacques_Growling_set-DA,D,Am-32-14.abc Little_Jacques_Growling_set-DA,D,Am-32-14.pdf
Little_Jacques_Growling_set-DA,D,Am-32-14.abc: $(Little_Jacques_Growling_set-DA,D,Am-32-14)
	abcmedley "Little Jacques Growling" $(Little_Jacques_Growling_set-DA,D,Am-32-14) >Little_Jacques_Growling_set-DA,D,Am-32-14.abc
	ls -lid Little_Jacques_Growling_set-DA,D,Am-32-14.abc
Little_Jacques_Growling_set-DA,D,Am-32-14.ps: Little_Jacques_Growling_set-DA,D,Am-32-14.abc fmt/pdf_75.fmt
	jcabc2ps Little_Jacques_Growling_set-DA,D,Am-32-14.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Little Jacques Growling" "" "Little Jacques Growling" >Little_Jacques_Growling_set-DA,D,Am-32-14.ps
Little_Jacques_Growling_set-DA,D,Am-32-14.pdf: Little_Jacques_Growling_set-DA,D,Am-32-14.ps
	ps2pdf Little_Jacques_Growling_set-DA,D,Am-32-14.ps Little_Jacques_Growling_set-DA,D,Am-32-14.pdf
	Mv.sh Little_Jacques_Growling_set-DA,D,Am-32-14.pdf img/
	Mv.sh Little_Jacques_Growling_set-DA,D,Am-32-14.abc set/
	touch ._/Little_Jacques_Growling_set-DA,D,Am-32-14.abc
hdr/Little_Jacques_Growling_set-DA,D,Am-32-14.hdr: ; touch hdr/Little_Jacques_Growling_set-DA,D,Am-32-14.hdr
ftr/Little_Jacques_Growling_set-DA,D,Am-32-14.ftr: ; touch ftr/Little_Jacques_Growling_set-DA,D,Am-32-14.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# Lady Walpole's Reel + Green Fields of America + Ross's Reel #4 + Judy's Reel
Lady_Green_Rosss_Judys: \
	Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16 \
	Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11

# Lady Walpole's Reel + Green Fields of America + Ross's Reel #4 + Judy's Reel (original)
Lady_Green_Rosss_Judys: Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16
Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16= hdr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.hdr \
	reel/Lady_Walpoles_Reel-Bb-32-4.abc \
	reel/Green_Fields_of_America-G-32-4.abc \
	reel/Rosss_Reel_No4-F-32-4.abc \
	reel/Judys_Reel-D-32-4.abc \
	ftr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.ftr
Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16: Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.abc Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.pdf
Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.abc: $(Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16)
	abcmedley "Lady Green Ross's Judy's" $(Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16) >Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.abc
	ls -lid Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.abc
Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.ps: Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Lady Green Rosss Judys" "" "Lady Green Rosss Judys" >Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.ps
Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.pdf: Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.ps
	ps2pdf Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.ps Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.pdf
	Mv.sh Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.pdf img/
	Mv.sh Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.abc set/
	touch ._/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.abc
hdr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.hdr: ; touch hdr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.hdr
ftr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.ftr: ; touch ftr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-16.ftr

# Lady Walpole's Reel + Green Fields of America + Ross's Reel #4 + Judy's Reel (compressed)
Lady_Green_Rosss_Judys: Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11
Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11= hdr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.hdr \
	reel/Lady_Walpoles_Reel-Bb-32-4.abc \
	reel/Green_Fields_of_America-G-32-3.abc \
	reel/Rosss_Reel_No4-F-32-2.abc \
	reel/Judys_Reel-D-32-3.abc \
	ftr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.ftr
Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11: Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.abc Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.pdf
Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.abc: $(Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11)
	abcmedley "Lady Green Ross's Judy's" $(Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11) >Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.abc
	ls -lid Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.abc
Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.ps: Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.abc fmt/pdf_75.fmt
	jcabc2ps Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Lady Green Rosss Judys" "" "Lady Green Rosss Judys" >Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.ps
Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.pdf: Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.ps
	ps2pdf Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.ps Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.pdf
	Mv.sh Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.pdf img/
	Mv.sh Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.abc set/
	touch ._/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.abc
hdr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.hdr: ; touch hdr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.hdr
ftr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.ftr: ; touch ftr/Lady_Green_Rosss_Judys_set-Bb,G,F,D-32-11.ftr

# Money Musk + Lamplighter's Hornpipe + Miss McLeod's Reel (original)
Money_Lamplighters_MissMcLeods: Money_Lamplighters_MissMcLeods_set-A,G-32-14 Money_Lamplighters_MissMcLeods_set-A,G-32-11

# Money Musk + Lamplighter's Hornpipe + Miss McLeod's Reel (original)
Money_Lamplighters_MissMcLeods_set-A,G-32-14= hdr/Money_Lamplighters_MissMcLeods_set-A,G-32-14.hdr \
	reel/Money_Musk-A-32-6.abc \
	hornpipe/Lamplighters_Hornpipe-A-32-4.abc \
	reel/Miss_McLeods_Reel-G-32-4.abc \
	ftr/Money_Lamplighters_MissMcLeods_set-A,G-32-14.ftr
Money_Lamplighters_MissMcLeods_set-A,G-32-14: Money_Lamplighters_MissMcLeods_set-A,G-32-14.abc Money_Lamplighters_MissMcLeods_set-A,G-32-14.pdf
Money_Lamplighters_MissMcLeods_set-A,G-32-14.abc: $(Money_Lamplighters_MissMcLeods_set-A,G-32-14)
	abcmedley "Money Lamplighter's Miss McLeod's" $(Money_Lamplighters_MissMcLeods_set-A,G-32-14) >Money_Lamplighters_MissMcLeods_set-A,G-32-14.abc
	ls -lid Money_Lamplighters_MissMcLeods_set-A,G-32-14.abc
Money_Lamplighters_MissMcLeods_set-A,G-32-14.ps: Money_Lamplighters_MissMcLeods_set-A,G-32-14.abc fmt/pdf_75.fmt
	jcabc2ps Money_Lamplighters_MissMcLeods_set-A,G-32-14.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr 'Money Lamplighters MissMcLeods' '' 'Money Lamplighters MissMcLeods' >Money_Lamplighters_MissMcLeods_set-A,G-32-14.ps
Money_Lamplighters_MissMcLeods_set-A,G-32-14.pdf: Money_Lamplighters_MissMcLeods_set-A,G-32-14.ps
	ps2pdf Money_Lamplighters_MissMcLeods_set-A,G-32-14.ps Money_Lamplighters_MissMcLeods_set-A,G-32-14.pdf
	Mv.sh Money_Lamplighters_MissMcLeods_set-A,G-32-14.pdf img/
	Mv.sh Money_Lamplighters_MissMcLeods_set-A,G-32-14.abc set/
	touch ._/Money_Lamplighters_MissMcLeods_set-A,G-32-14.abc
hdr/Money_Lamplighters_MissMcLeods_set-A,G-32-14.hdr: ; touch hdr/Money_Lamplighters_MissMcLeods_set-A,G-32-14.hdr
ftr/Money_Lamplighters_MissMcLeods_set-A,G-32-14.ftr: ; touch ftr/Money_Lamplighters_MissMcLeods_set-A,G-32-14.ftr

# Money Musk + Lamplighter's Hornpipe + Miss McLeod's Reel (compressed)
Money_Lamplighters_MissMcLeods_set-A,G-32-11= hdr/Money_Lamplighters_MissMcLeods_set-A,G-32-11.hdr \
	reel/Money_Musk-A-32-5.abc \
	hornpipe/Lamplighters_Hornpipe-A-32-2.abc \
	reel/Miss_McLeods_Reel-G-32-3.abc \
	ftr/Money_Lamplighters_MissMcLeods_set-A,G-32-11.ftr
Money_Lamplighters_MissMcLeods_set-A,G-32-11: Money_Lamplighters_MissMcLeods_set-A,G-32-11.abc Money_Lamplighters_MissMcLeods_set-A,G-32-11.pdf
Money_Lamplighters_MissMcLeods_set-A,G-32-11.abc: $(Money_Lamplighters_MissMcLeods_set-A,G-32-11)
	abcmedley "Money Lamplighter's Miss McLeod's" $(Money_Lamplighters_MissMcLeods_set-A,G-32-11) >Money_Lamplighters_MissMcLeods_set-A,G-32-11.abc
	ls -lid Money_Lamplighters_MissMcLeods_set-A,G-32-11.abc
Money_Lamplighters_MissMcLeods_set-A,G-32-11.ps: Money_Lamplighters_MissMcLeods_set-A,G-32-11.abc fmt/pdf_75.fmt
	jcabc2ps Money_Lamplighters_MissMcLeods_set-A,G-32-11.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr 'Money Lamplighters MissMcLeods' '' 'Money Lamplighters MissMcLeods' >Money_Lamplighters_MissMcLeods_set-A,G-32-11.ps
Money_Lamplighters_MissMcLeods_set-A,G-32-11.pdf: Money_Lamplighters_MissMcLeods_set-A,G-32-11.ps
	ps2pdf Money_Lamplighters_MissMcLeods_set-A,G-32-11.ps Money_Lamplighters_MissMcLeods_set-A,G-32-11.pdf
	Mv.sh Money_Lamplighters_MissMcLeods_set-A,G-32-11.pdf img/
	Mv.sh Money_Lamplighters_MissMcLeods_set-A,G-32-11.abc set/
	touch ._/Money_Lamplighters_MissMcLeods_set-A,G-32-11.abc
hdr/Money_Lamplighters_MissMcLeods_set-A,G-32-11.hdr: ; touch hdr/Money_Lamplighters_MissMcLeods_set-A,G-32-11.hdr
ftr/Money_Lamplighters_MissMcLeods_set-A,G-32-11.ftr: ; touch ftr/Money_Lamplighters_MissMcLeods_set-A,G-32-11.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Oiseau Bleau + Reel de Montreal + Il est Ne + Tis the Gift to be Simple
Oiseau_Montreal_Il_Tis: Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9 Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16

# Oiseau Bleau + Reel de Montreal + Il est Ne + Tis the Gift to be Simple (compresses)
Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9= hdr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.hdr \
	reel/Oiseau_Bleu-D-32-2.abc \
	reel/Reel_de_Montreal-GD-32-2.abc \
	march/Il_est_Ne-G-32-2.abc  \
	reel/Tis_the_Gift_to_be_Simple-G-32-3.abc \
	ftr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.ftr
Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9: Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.abc Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.pdf
Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.abc: $(Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9)
	abcmedley "Oiseau Montreal Il Tis" $(Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9) >Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.abc
	ls -lid Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.abc
Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.ps: Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.abc fmt/pdf_75.fmt
	jcabc2ps Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Oiseau Montreal Il Tis" "" "Oiseau Montreal Il Tis" >Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.ps
Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.pdf: Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.ps
	ps2pdf Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.ps Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.pdf
	Mv.sh Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.pdf img/
	Mv.sh Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.abc set/
	touch ._/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.abc
hdr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.hdr: ; touch hdr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.hdr
ftr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.ftr: ; touch ftr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-9.ftr

# Oiseau Bleau + Reel de Montreal + Il est Ne + Tis the Gift to be Simple (original)
Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16= hdr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.hdr \
	reel/Oiseau_Bleu-D-32-4.abc \
	reel/Reel_de_Montreal-GD-32-4.abc \
	march/Il_est_Ne-G-32-4.abc  \
	reel/Tis_the_Gift_to_be_Simple-G-32-4.abc \
	ftr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.ftr
Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16: Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.abc Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.pdf
Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.abc: $(Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16)
	abcmedley "Oiseau Montreal Il Tis" $(Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16) >Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.abc
	ls -lid Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.abc
Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.ps: Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Oiseau Montreal Il Tis" "" "Oiseau Montreal Il Tis" >Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.ps
Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.pdf: Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.ps
	ps2pdf Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.ps Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.pdf
	Mv.sh Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.pdf img/
	Mv.sh Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.abc set/
	touch ._/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.abc
hdr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.hdr: ; touch hdr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.hdr
ftr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.ftr: ; touch ftr/Oiseau_Montreal_Il_Tis_set-D,G,G,G-32-16.ftr

# Oiseau Bleau + Reel de Montreal + Il est Ne + Tis the Gift to be Simple (original)
Oiseau_Montreal_Il_Tis_set= hdr/Oiseau_Montreal_Il_Tis_set.hdr \
	reel/Oiseau_Bleu-D-32-4.abc \
	reel/Reel_de_Montreal-GD-32-4.abc \
	march/Il_est_Ne-G-32-4.abc  \
	reel/Tis_the_Gift_to_be_Simple.abc \
	ftr/Oiseau_Montreal_Il_Tis_set.ftr
Oiseau_Montreal_Il_Tis_set: Oiseau_Montreal_Il_Tis_set.abc Oiseau_Montreal_Il_Tis_set.pdf
Oiseau_Montreal_Il_Tis_set.abc: $(Oiseau_Montreal_Il_Tis_set)
	abcmedley "Oiseau Montreal Il Tis" $(Oiseau_Montreal_Il_Tis_set) >Oiseau_Montreal_Il_Tis_set.abc
	ls -lid Oiseau_Montreal_Il_Tis_set.abc
Oiseau_Montreal_Il_Tis_set.ps: Oiseau_Montreal_Il_Tis_set.abc fmt/pdf_65.fmt
	jcabc2ps Oiseau_Montreal_Il_Tis_set.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Oiseau Montreal Il Tis" "" "Oiseau Montreal Il Tis" >Oiseau_Montreal_Il_Tis_set.ps
Oiseau_Montreal_Il_Tis_set.pdf: Oiseau_Montreal_Il_Tis_set.ps
	ps2pdf Oiseau_Montreal_Il_Tis_set.ps Oiseau_Montreal_Il_Tis_set.pdf
	Mv.sh Oiseau_Montreal_Il_Tis_set.pdf img/
	Mv.sh Oiseau_Montreal_Il_Tis_set.abc set/
	touch ._/Oiseau_Montreal_Il_Tis_set.abc
hdr/Oiseau_Montreal_Il_Tis_set.hdr: ; touch hdr/Oiseau_Montreal_Il_Tis_set.hdr
ftr/Oiseau_Montreal_Il_Tis_set.ftr: ; touch ftr/Oiseau_Montreal_Il_Tis_set.ftr

# Opera Reel + Speed the Plow + Scotch Hornpipe
Opera_Speed_Scotch: Opera_Speed_Scotch_set
Opera_Speed_Scotch_set= hdr/Opera_Speed_Scotch_set.hdr \
	reel/Opera_Reel_D-32-4.abc \
	reel/Speed_the_Plow-A-32-3.abc \
	hornpipe/Scotch_Hornpipe-D-32-3.abc \
	ftr/Opera_Speed_Scotch_set.ftr
Opera_Speed_Scotch_set: Opera_Speed_Scotch_set.abc Opera_Speed_Scotch_set.pdf
Opera_Speed_Scotch_set.abc: $(Opera_Speed_Scotch_set)
	abcmedley "Opera Speed Scotch" $(Opera_Speed_Scotch_set) >Opera_Speed_Scotch_set.abc
	ls -lid Opera_Speed_Scotch_set.abc
Opera_Speed_Scotch_set.ps: Opera_Speed_Scotch_set.abc fmt/pdf_80.fmt
	jcabc2ps Opera_Speed_Scotch_set.abc +Ffmt/pdf_80.fmt \
	|PSftr %D $U/ %D \
	|PShdr 'Opera Speed Scotch' '' 'Opera Speed Scotch' >Opera_Speed_Scotch_set.ps
Opera_Speed_Scotch_set.pdf: Opera_Speed_Scotch_set.ps
	ps2pdf Opera_Speed_Scotch_set.ps Opera_Speed_Scotch_set.pdf
	Mv.sh Opera_Speed_Scotch_set.pdf img/
	Mv.sh Opera_Speed_Scotch_set.abc set/
	touch ._/Opera_Speed_Scotch_set.abc
hdr/Opera_Speed_Scotch_set.hdr: ; touch hdr/Opera_Speed_Scotch_set.hdr
ftr/Opera_Speed_Scotch_set.ftr: ; touch ftr/Opera_Speed_Scotch_set.ftr

# Petronella + Pres. Garfield + Pres. Grant + Pres. Lincoln sets:
Petronella_PrGarfield_PrGrant_PrLincoln: \
	Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16 \
	Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Peter Street + Ronfleuse Gobeil + GaspÃ Reel + la Grondeuse
Peter_Ronfleuse_Gaspe_Grondeuse: \
	Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11 \
	Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17

# Peter Street + Ronfleuse Gobeil + GaspÃ Reel + la Grondeuse (condensed)
Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11= hdr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.hdr \
	reel/Peter_Street-A-32-3.abc \
	reel/Ronfleuse_Gobeil-D-32-4.abc \
	reel/Gaspe_Reel-D-32-2.abc \
	reel/Grondeuse-D-32-3.abc \
	ftr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.ftr
Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11: Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.abc Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.pdf
Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.abc: $(Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11)
	abcmedley "Peter Ronfleuse Gaspe Grondeuse" $(Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11) >Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.abc
	ls -lid Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.abc
Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.ps: Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.abc fmt/pdf_75.fmt
	jcabc2ps Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Peter Ronfleuse Gaspe Grondeuse" "" "Peter Ronfleuse Gaspe Grondeuse" >Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.ps
Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.pdf: Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.ps
	ps2pdf Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.ps Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.pdf
	Mv.sh Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.pdf img/
	Mv.sh Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.abc set/
	touch ._/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.abc
hdr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.hdr: ; touch hdr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.hdr
ftr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.ftr: ; touch ftr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-11.ftr

# Peter Street + Ronfleuse Gobeil + GaspÃ Reel + la Grondeuse (original)
Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17= hdr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.hdr \
	reel/Peter_Street-A-32-4.abc \
	reel/Ronfleuse_Gobeil-D-32-5.abc \
	reel/Gaspe_Reel-D-32-4.abc \
	reel/Grondeuse-D-32-4.abc \
	ftr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.ftr
Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17: Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.abc Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.pdf
Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.abc: $(Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17)
	abcmedley "Peter Ronfleuse Gaspe Grondeuse" $(Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17) >Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.abc
	ls -lid Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.abc
Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.ps: Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.abc fmt/pdf_60.fmt
	jcabc2ps Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.abc +Ffmt/pdf_60.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Peter Ronfleuse Gaspe Grondeuse" "" "Peter Ronfleuse Gaspe Grondeuse" >Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.ps
Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.pdf: Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.ps
	ps2pdf Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.ps Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.pdf
	Mv.sh Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.pdf img/
	Mv.sh Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.abc set/
	touch ._/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.abc
hdr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.hdr: ; touch hdr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.hdr
ftr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.ftr: ; touch ftr/Peter_Ronfleuse_Gaspe_Grondeuse_set-A,D,D,D-32-17.ftr

# Petronella + Pres. Garfield + Pres. Grant + Pres. Lincoln (original, with bare file names)
Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16= hdr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.hdr \
	reel/Petronella-D-32-4.abc \
	hornpipe/Pres_Garfields_Hornpipe-Bb-32-4.abc \
	hornpipe/Pres_Grants_Hornpipe-Bb-32-4.abc \
	hornpipe/Pres_Lincolns_Hornpipe-A-32-4.abc \
	ftr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.ftr
Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16: Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.pdf
Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.abc: $(Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16)
	abcmedley "Petronella Pr.Garfield Pr.Grant Pr.Lincoln" $(Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16) >Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.abc
	ls -lid Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.abc
Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.ps: Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr 'Petronella Pres. Garfield, Grant, Lincoln' '' 'Petronella Pres. Garfield, Grant, Lincoln' >Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.ps
Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.pdf: Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.ps
	ps2pdf Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.ps Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.pdf
	Mv.sh Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.pdf img/
	Mv.sh Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.abc set/
	touch ._/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.abc
hdr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.hdr: ; touch hdr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.hdr
ftr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.ftr: ; touch ftr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-16.ftr

# Petronella + Pres. Garfield + Pres. Grant + Pres. Lincoln (compressed; src files have -info.abc)
Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10= \
	hdr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.hdr \
	reel/Petronella-D-32-2.abc \
	hornpipe/Pres_Garfields_Hornpipe-Bb-32-2.abc \
	hornpipe/Pres_Grants_Hornpipe-Bb-32-3.abc \
	hornpipe/Pres_Lincolns_Hornpipe-A-32-3.abc \
	ftr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.ftr
Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10: Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.pdf
Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.abc: $(Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10)
	abcmedley "Petronella Pr.Garfield Pr.Grant Pr.Lincoln" $(Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10) >Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.abc
	ls -lid Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.abc
Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.ps: Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.abc fmt/pdf_70.fmt
	jcabc2ps Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.abc +Ffmt/pdf_70.fmt \
	|PSftr %D $U/ %D \
	|PShdr 'Petronella Pres. Garfield, Grant, Lincoln' '' 'Petronella Pres. Garfield, Grant, Lincoln' >Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.ps
Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.pdf: Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.ps
	ps2pdf Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.ps Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.pdf
	Mv.sh Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.pdf img/
	Mv.sh Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.abc set/
	touch ._/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.abc
hdr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.hdr: ; touch hdr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.hdr
ftr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.ftr: ; touch ftr/Petronella_PrGarfield_PrGrant_PrLincoln_set-D,Bb,A-32-10.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Pigtown + Old + Swallowtail + Staten
Pigtown_Old_Swallowtail_Staten: \
	Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8 \
	Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16

# Pigtown + Old + Swallowtail + Staten (original)
Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16= \
	hdr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.hdr \
	reel/Pigtown_Fling-G-32-4.abc \
	reel/Old_French-D-32-4.abc \
	reel/Swallowtail_Reel-Am-32-4.abc \
	hornpipe/Staten_Island_Hornpipe-D-32-4.abc \
	ftr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.ftr
Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16: Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.pdf
Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.abc: $(Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16)
	abcmedley "Pigtown Old Swallowtail Staten" $(Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16) \
		>Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.abc
	ls -lid Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.abc
Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.ps: Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr 'Pigtown Old Swallowtail Staten' '' 'Pigtown Old Swallowtail Staten' \
		>Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.ps
Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.pdf: Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.ps
	ps2pdf Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.ps Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.pdf
	Mv.sh Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.pdf img/
	Mv.sh Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.abc set/
	touch ._/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.abc
hdr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.hdr: ; touch hdr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.hdr
ftr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.ftr: ; touch ftr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-16.ftr

# Pigtown + Old + Swallowtail + Staten (compressed)
Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8= \
	hdr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.hdr \
	reel/Pigtown_Fling-G-32-3.abc \
	reel/Old_French-D-32-2.abc \
	reel/Swallowtail_Reel-Am-32-2.abc \
	hornpipe/Staten_Island_Hornpipe-D-32-2.abc \
	ftr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.ftr
Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8: Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.pdf
Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.abc: $(Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8)
	abcmedley "Pigtown Old Swallowtail Staten" $(Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8) \
		>Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.abc
	ls -lid Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.abc
Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.ps: Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.abc fmt/pdf_70.fmt
	jcabc2ps Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.abc +Ffmt/pdf_70.fmt \
	|PSftr %D $U/ %D \
	|PShdr 'Pigtown Old Swallowtail Staten' '' 'Pigtown Old Swallowtail Staten' \
		>Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.ps
Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.pdf: Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.ps
	ps2pdf Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.ps Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.pdf
	Mv.sh Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.pdf img/
	Mv.sh Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.abc set/
	touch ._/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.abc
hdr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.hdr: ; touch hdr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.hdr
ftr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.ftr: ; touch ftr/Pigtown_Old_Swallowtail_Staten_set-G,D,Am,D-32-8.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Ricketts + StAnnes + Hulls + Bastringue
Ricketts_StAnnes_Hulls_Bastringue: \
	Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16 \
	Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9

# Ricketts + StAnnes + Hulls + Bastringue
Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9= hdr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.hdr \
	hornpipe/Ricketts_Hornpipe-D-32-2.abc \
	reel/St_Annes_Reel-D-32-2.abc \
	hornpipe/Hulls_Victory-F-32-3.abc \
	reel/Bastringue-D-32-2.abc \
	ftr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.ftr
Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9: Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.abc Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.pdf
Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.abc: $(Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9)
	abcmedley "Ricketts StAnnes Hulls Bastringue" $(Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9) >Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.abc
	ls -lid Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.abc
Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.ps: Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.abc fmt/pdf_75.fmt
	jcabc2ps Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Ricketts StAnnes Hulls Bastringue" "" "Ricketts StAnnes Hulls Bastringue" >Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.ps
Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.pdf: Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.ps
	ps2pdf Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.ps Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.pdf
	Mv.sh Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.pdf img/
	Mv.sh Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.abc set/
	touch ._/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.abc
hdr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.hdr: ; touch hdr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.hdr
ftr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.ftr: ; touch ftr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-9.ftr

# Ricketts + StAnnes + Hulls + Bastringue
Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16= hdr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.hdr \
	hornpipe/Ricketts_Hornpipe-D-32-4.abc \
	reel/St_Annes_Reel-D-32-4.abc \
	hornpipe/Hulls_Victory-F-32-4.abc \
	reel/Bastringue-D-32-4.abc \
	ftr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.ftr
Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16: Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.abc Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.pdf
Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.abc: $(Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16)
	abcmedley "Ricketts StAnnes Hulls Bastringue" $(Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16) >Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.abc
	ls -lid Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.abc
Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.ps: Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Ricketts StAnnes Hulls Bastringue" "" "Ricketts StAnnes Hulls Bastringue" >Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.ps
Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.pdf: Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.ps
	ps2pdf Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.ps Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.pdf
	Mv.sh Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.pdf img/
	Mv.sh Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.abc set/
	touch ._/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.abc
hdr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.hdr: ; touch hdr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.hdr
ftr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.ftr: ; touch ftr/Ricketts_StAnnes_Hulls_Bastringue_set-D,F,D-32-16.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Rory O'More + Connaught Man's Rambles + St. Lawrence + Hullichan
Rory_Connaught_Lawrence_Hullichan: \
	Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8 \
	Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16

# Rory O'More + Connaught Man's Rambles + St. Lawrence + Hullichan  (original)
Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8= hdr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.hdr \
	jig/Rory_O_More-A-32-2.abc \
	jig/Connaught_Mans_Rambles-D-32-2.abc \
	jig/Saint_Lawrence_Jig-D-32-2.abc \
	jig/Hullichan_Jig-G-32-2.abc \
	ftr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.ftr
Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8: \
	Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.abc \
	Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.pdf
Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.abc: $(Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8)
	abcmedley "Rory ConnaughtLawrence Hullichan" $(Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8) \
		>Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.abc
	ls -lid Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.abc
Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.ps: \
	Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.abc fmt/pdf_80.fmt
	jcabc2ps Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.abc +Ffmt/pdf_80.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Rory Connaught Lawrence Hullichan" "" "Rory Connaught Lawrence Hullichan" \
		>Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.ps
Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.pdf: Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.ps
	ps2pdf Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.ps \
		Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.pdf
	Mv.sh Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.pdf img/
	Mv.sh Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.abc set/
	touch ._/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.abc
hdr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.hdr: ; touch hdr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.hdr
ftr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.ftr: ; touch ftr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-8.ftr

# Rory O'More + Connaught Man's Rambles + St. Lawrence + Hullichan  (original)
Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16= hdr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.hdr \
	jig/Rory_O_More-A-32-4.abc \
	jig/Connaught_Mans_Rambles-D-32-4.abc \
	jig/Saint_Lawrence_Jig-D-32-4.abc \
	jig/Hullichan_Jig-G-32-4.abc \
	ftr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.ftr
Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16: \
	Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.abc \
	Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.pdf
Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.abc: $(Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16)
	abcmedley "Rory ConnaughtLawrence Hullichan" $(Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16) \
		>Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.abc
	ls -lid Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.abc
Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.ps: \
	Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Rory Connaught Lawrence Hullichan" "" "Rory Connaught Lawrence Hullichan" \
		>Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.ps
Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.pdf: Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.ps
	ps2pdf Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.ps \
		Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.pdf
	Mv.sh Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.pdf img/
	Mv.sh Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.abc set/
	touch ._/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.abc
hdr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.hdr: ; touch hdr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.hdr
ftr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.ftr: ; touch ftr/Rory_Connaught_Lawrence_Hullichan_set-A,D,F,D-32-16.ftr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Vinton's Hornpipe + Devil's Dream + Quindaro Hornpipe + Durang's Hornpipe
Vintons_Devils_Quindaro_Durangs: \
	Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12 \
	Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16

# Vinton's Hornpipe + Devil's Dream + Quindaro Hornpipe + Durang's Hornpipe (compressed)
Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12= hdr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.hdr \
	hornpipe/Vintons_Hornpipe-Bb-32-3.abc \
	reel/Devils_Dream-A-32-3.abc \
	hornpipe/Quindaro_HornpipeG-32-3.abc \
	hornpipe/Durangs_Hornpipe-D-32-3.abc \
	ftr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.ftr
Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12: Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.pdf
Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.abc: $(Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12)
	abcmedley "Vintons Devils Quindaro Durangs" $(Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12) \
		>Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.abc
	ls -lid Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.abc
Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.ps: Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.abc fmt/pdf_70.fmt
	jcabc2ps Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.abc +Ffmt/pdf_70.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Vinton's Devil's Quindaro Durang's" "" "Vintons Devil's Quindaro Durang's" \
		>Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.ps
Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.pdf: Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.ps
	ps2pdf Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.ps Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.pdf
	Mv.sh Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.pdf img/
	Mv.sh Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.abc set/
	touch ._/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.abc
hdr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.hdr: ; touch hdr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.hdr
ftr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.ftr: ; touch ftr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-12.ftr

# Vinton's Hornpipe + Devil's Dream + Quindaro Hornpipe + Durang's Hornpipe (original)
Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16= hdr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.hdr \
	hornpipe/Vintons_Hornpipe-Bb-32-4.abc \
	reel/Devils_Dream-A-32-4.abc \
	hornpipe/Quindaro_HornpipeG-32-4.abc \
	hornpipe/Durangs_Hornpipe-D-32-4.abc \
	ftr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.ftr
Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16: Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.pdf
Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.abc: $(Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16)
	abcmedley "Vintons Devils Quindaro Durangs" $(Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16) \
		>Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.abc
	ls -lid Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.abc
Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.ps: Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Vinton's Devil's Quindaro Durang's" "" "Vintons Devil's Quindaro Durang's" \
		>Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.ps
Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.pdf: Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.ps
	ps2pdf Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.ps Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.pdf
	Mv.sh Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.pdf img/
	Mv.sh Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.abc set/
	touch ._/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.abc
hdr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.hdr: ; touch hdr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.hdr
ftr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.ftr: ; touch ftr/Vintons_Devils_Quindaro_Durangs_set-Bb,A,G,D-32-16.ftr

# Walker Street + Millers Reel + Smiths Reel Gate + Wind That Shakes the Barley
Walker_Millers_Smiths_Wind: Walker_Millers_Smiths_Wind_set
Walker_Millers_Smiths_Wind_set= hdr/Walker_Millers_Smiths_Wind_set.hdr \
	reel/Walker_Street-G-32-2.abc \
	reel/Millers_Reel-A-32-3.abc \
	reel/Smiths_Reel-D-32-2.abc \
	reel/Wind_that_Shakes_the_Barley-D-32-3.abc \
	ftr/Walker_Millers_Smiths_Wind_set.ftr
Walker_Millers_Smiths_Wind_set: Walker_Millers_Smiths_Wind_set.abc Walker_Millers_Smiths_Wind_set.pdf
Walker_Millers_Smiths_Wind_set.abc: $(Walker_Millers_Smiths_Wind_set)
	abcmedley "Walker Millers Smiths Wind set" $(Walker_Millers_Smiths_Wind_set) >Walker_Millers_Smiths_Wind_set.abc
	ls -lid Walker_Millers_Smiths_Wind_set.abc
#	Mv.sh Walker_Millers_Smiths_Wind_set.abc set/Walker_Millers_Smiths_Wind_set.abc
Walker_Millers_Smiths_Wind_set.ps: Walker_Millers_Smiths_Wind_set.abc fmt/pdf_75.fmt
	jcabc2ps Walker_Millers_Smiths_Wind_set.abc +Ffmt/pdf_75.fmt \
	|PSftr %D $U/ %D \
	|PShdr 'Walker Millers Smiths Wind' '' 'Walker Millers Smiths Wind' >Walker_Millers_Smiths_Wind_set.ps
Walker_Millers_Smiths_Wind_set.pdf: Walker_Millers_Smiths_Wind_set.ps
	ps2pdf Walker_Millers_Smiths_Wind_set.ps Walker_Millers_Smiths_Wind_set.pdf
	Mv.sh Walker_Millers_Smiths_Wind_set.pdf img/
	Mv.sh Walker_Millers_Smiths_Wind_set.abc set/
	touch ._/Walker_Millers_Smiths_Wind_set.abc
ftr/Walker_Millers_Smiths_Wind_set.ftr: ; touch ftr/Walker_Millers_Smiths_Wind_set.ftr
hdr/Walker_Millers_Smiths_Wind_set.hdr: ; touch hdr/Walker_Millers_Smiths_Wind_set.hdr
#	echo "% Walker Street + Millers Reel + Smiths Reel Gate + Wind That Shakes the Barley set" >hdr/Walker_Millers_Smiths_Wind_set.hdr

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Woodchopper's Reel + Mackilmoyle + Chatagee Reel + Showshoer's Reel
Woodchoppers_Mackilmoyle_Chatagee_Showshoers: \
	Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8 \
	Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16

# Woodchopper's Reel + Mackilmoyle + Chatagee Reel + Showshoer's Reel (compressed)
Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8= hdr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.hdr \
	reel/Woodchoppers_Reel-D-32-2.abc \
	reel/Mackilmoyle-D-32-3.abc \
	reel/Chatagee_Reel-G-32-2.abc \
	reel/Snowshoers_Reel-F-32-1.abc \
	ftr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.ftr
Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8: Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.abc Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.pdf
Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.abc: $(Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8)
	abcmedley "Woodchoppers Mackilmoyle Chatagee Showshoers" $(Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8) >Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.abc
	ls -lid Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.abc
Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.ps: Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.abc fmt/pdf_70.fmt
	jcabc2ps Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.abc +Ffmt/pdf_70.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Woodchoppers Mackilmoyle Chatagee Showshoers" "" "Woodchoppers Mackilmoyle Chatagee Showshoers" >Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.ps
Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.pdf: Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.ps
	ps2pdf Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.ps Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.pdf
	Mv.sh Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.pdf img/
	Mv.sh Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.abc set/
	touch ._/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.abc
hdr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.hdr: ; touch hdr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.hdr
ftr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.ftr: ; touch ftr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-8.ftr

# Woodchopper's Reel + Mackilmoyle + Chatagee Reel + Showshoer's Reel (original)
Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16= hdr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.hdr \
	reel/Woodchoppers_Reel-D-32-4.abc \
	reel/Mackilmoyle-D-32-4.abc \
	reel/Chatagee_Reel-G-32-4.abc \
	reel/Snowshoers_Reel-F-32-4.abc \
	ftr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.ftr
Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16: Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.abc Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.pdf
Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.abc: $(Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16)
	abcmedley "Woodchoppers Mackilmoyle Chatagee Showshoers" $(Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16) >Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.abc
	ls -lid Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.abc
Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.ps: Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.abc fmt/pdf_65.fmt
	jcabc2ps Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.abc +Ffmt/pdf_65.fmt \
	|PSftr %D $U/ %D \
	|PShdr "Woodchoppers Mackilmoyle Chatagee Showshoers" "" "Woodchoppers Mackilmoyle Chatagee Showshoers" >Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.ps
Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.pdf: Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.ps
	ps2pdf Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.ps Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.pdf
	Mv.sh Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.pdf img/
	Mv.sh Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.abc set/
	touch ._/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.abc
hdr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.hdr: ; touch hdr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.hdr
ftr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.ftr: ; touch ftr/Woodchoppers_Mackilmoyle_Chatagee_Showshoers_set-D,D,G,F-32-16.ftr

