       	  *******************************************************
	  *							*	
	  * Copyright 1987 by Jeff deRienzo All Rights Reserved *
	  *							*
	  *******************************************************


	 TAB is a tablature writing program for the Amiga computer.


			----------------------------
			| COPYING AND DISTRIBUTION |
			----------------------------

	 If you like this program, please share it with others.  However,
	 you may only distribute it if:
		
			- you distribute it in the exact form in
	                  which you received it (ie. don't change it)

			- you don't sell it 

	 If you have any questions or suggestions regarding Tab, write:

			     J. T. deRienzo
		    	       PO Box 61
			      Tyngsborough
			        MA  01879  
			          USA



			----------------------------
			|   ASSEMBLY INSTRUCTIONS  |
			----------------------------


	The folowing files are included in this distribution:


	   instrument data files:
		b1.a
		b1.s
		b2.a
		b2.s
		b3.a
		b3.s
		b4.a
		b4.s
		b5.a
		b5.s
		ag1.a
		ag1.s
		ag2.a
		ag2.s
		ag3.a
		ag3.s
		ag4.a
		ag4.s
		ag5.a
		ag5.s
		ag6.a
		ag6.s

	   font files:
		curtools.font
		curtools.16
		frettools.font
		frettools.10
		timetools.font
		timetools.15
		tab.font
		tab.8

	   2 sample project files (tablatures) for guitar:
		EmptyGuitar.info
		EmptyGuitar
		DeepRiver.info
		DeepRiver

	   2 sample project files (tablatures) for banjo:
		EmptyBanjo.info
		EmptyBanjo
		FMB.info
		FMB

	   the tab tool:
		tab

	   some execute files to help in installation:
		execute.me   (renames de-arced files)
		execute.fnt  (copies font files to FONTS:)
		execute.snd  (copies instrument data into
		              the directories you've created)
		
	   documentation:
		README	     (this file)
		tab.doc      (operating instructions)		

		
	To install the program, first rename the de-arced
	files by executing execute.me:

		execute execute.me


	Copy the font files into your FONTS: directory
	by typing:

		execute execute.fnt

	Copy the tab tool into your C: directory:

		copy tab C:tab

	The tab tool always tries to read its instrument
	sound data from STRINGS:SoundData.

	Make a directory for the instrument data:

		makedir SYS:SoundData
		makedir SYS:SoundData/banjo
		makedir SYS:SoundData/aguitar

	Show the tab tool where to read the instrument
	data (you may want to add this to your startup):

		assign STRINGS: SYS:

	Copy the sound data files into their directories:

		execute execute.snd

	Copy these files into whatever directory you want
	to use as your project directory:
		 EmptyGuitar
		 EmptyGuitar.info
		 EmptyBanjo
		 EmptyBanjo.info
		 DeepRiver
		 DeepRiver.info
		 FMB
		 FMB.info 
	
	Finally, read tab.doc (operating instructions).
