home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / tablat.zip / TABLAT.DOC < prev    next >
Text File  |  1994-05-26  |  39KB  |  754 lines

  1.                                  TAB MASTER
  2.                                 Version  1.0
  3.                                   26/5/1994
  4.  
  5.         
  6.         Contents:
  7.                 
  8.                 1. Declaration
  9.                 
  10.                 2. General notes and description
  11.                 
  12.                 3. TAB MASTER Package
  13.                 
  14.                 4. Requirements and installation
  15.                 
  16.                 5. TAB MASTER tutorial
  17.                 5.1. What, why and how
  18.                 5.2. Getting to know TAB MASTER
  19.                 5.2.1. Starting TAB MASTER 
  20.                 5.2.2. Simple editing procedure
  21.                 5.2.3. Loading and saving files
  22.                 5.2.4. Scrolling over the edited transcription
  23.                 5.2.5. Creating a TAB file
  24.                 5.2.6. Inserting and removing parts of the transcription
  25.                 5.3. Advanced usage of TAB MASTER
  26.                 5.3.1. The Fast Numbers Mode
  27.                 5.3.2. The Auto Space and Add Space options
  28.                 5.3.3. Using standard Ascii TAB notations
  29.                 5.3.4. Staff Breaks and Bar Breaks
  30.                 5.3.5. The Create menu options
  31.                 5.3.6. Editing a new tab transcription
  32.                 5.3.7. Aborting a transcription that wasn't saved
  33.                 5.3.8. Saving TAB MASTER settings
  34.  
  35.                 6. After TAB MASTER works...
  36.                 6.1. Editing the output ".TAB" file
  37.                 6.2. What should be imroved
  38.                 6.3. Paying for TM?
  39.  
  40.                 7. Command summary
  41.  
  42. ------------------------------------------------------------------------------
  43. 1. Declaration:
  44.  
  45.         The author of TAB MASTER is not to be held responsible for any damage
  46.         caused by using TAB MASTER, any of its components or the files
  47.         produced with it. Use this program at your own risk.
  48.         The author of TAB MASTER takes no responsibility for any possible
  49.         break of copyrights law done by users of this program.
  50.  
  51.         TAB MASTER is a freeware and may be used and distributed freely
  52.         without any fee charged for it or for using it. Files created by this
  53.         program may only be given freely and may not be sold. TAB MASTER may
  54.         not be used for any commercial usage.
  55.  
  56. 2. General notes and description:
  57.  
  58.         TAB MASTER (TM for short, not for Trade Mark), is my utility for
  59.         creating tab files for guitar, bass, and any other string-driven
  60.         musical instrument.
  61.  
  62.         Many people transcribe musical pieces into text files, and share them
  63.         with other world-net users. If you want to know more about TAB
  64.         standards, usage and purposes, please read "Standard ASCII Guitar
  65.         Music Notation" by Rob Craig, available on ftp.nevada.edu FTP site.
  66.  
  67.         My intention is to make TAB creating much easier. Most people use word
  68.         processors or text editors to create their tab files, but I find this
  69.         very uncomfortable. This program is meant to give answers to the
  70.         disadvantages of text editors: It is designed to be a powerful utility
  71.         for creating TAB files, and yet to be easy to use and to master.
  72.         I hope this program will enable you to create more TAB transcription
  73.         and share them with other users on the net.
  74.  
  75. 3. TAB MASTER Package
  76.  
  77.         TM package includes the following files:
  78.                 TABLAT.EXE   - The program itself
  79.                 TABLAT.DOC   - This documentation file
  80.                 TABLAT.CFG   - Configuration file
  81.                 MOONCHLD.TMS - Demo file for testing the program
  82.                 FILEID.DIZ   - Description file for BBS/FTP/FSP users
  83.  
  84.         Although TM is a freeware program, it may only be distributed with
  85.         ALL the files of the original package.
  86.  
  87. 4. Requirements and installation
  88.  
  89.         TAB MASTER should work with any PC machine. Please install it in a
  90.         specific directory (for example: C:\TABLAT), in which all the other
  91.         files that TM creates will be stored. Make sure all the files from
  92.         the TM package will be available on the TM directory.
  93.  
  94.         Due to the usage of direct memory addresses, this program currently
  95.         doesn't work with MONOCHROM video cards. Therefore, it won't work on
  96.         Hercules or VGA MONO video cards. It does work on any color card: CGA,
  97.         EGA, VGA or SVGA. If you run into problems with these video types,
  98.         please let me know!
  99.  
  100.         TM requires about 230K to run with all it's features. Features like
  101.         creating TAB files or viewing TAB may not work properly with lack of
  102.         enough memory.
  103.  
  104.         TM can work under Windows (tm) as a DOS application.
  105.  
  106. 5. TAB MASTER tutorial
  107.  
  108. 5.1. What, why and how?
  109.  
  110.         The basic proglem of creating TAB files with a standard text editor is
  111.         that guitar transcriptions are designed using six rows of text (which
  112.         I will refer to as a Staff), presenting the six strings of a guitar.
  113.         When editing these six lines, normal text editors tend to push or pull
  114.         the lines back and forth, and at times break one line into two,
  115.         causing a great mess. It gets worse when one wants to add a new part
  116.         into the existing transcription and push the rest of the staff
  117.         forward. The same goes for deleting irrelevant part of the
  118.         transcription that is in the middle of the line.
  119.  
  120.         The whole grasp of TM is that guitar transcriptions should be edited
  121.         horizontally: The editing should be done by scrolling horizontally
  122.         over a continuous set of six lines. By editing horizontally, one may
  123.         add parts to the transcription, by pushing the existing tab forward
  124.         and typing the new part in the new space that was created. Deleting
  125.         parts is of course, as easy as that.
  126.  
  127.         TAB MASTER is, therefore, a horizontal editor: It scrolls to the left
  128.         and the right, and enables the user to edit 16 lines of 3000
  129.         characters each. Unfortunately, Printers and video displays don't tend
  130.         to have such width, and therefore TAB MASTER breaks the edited file
  131.         into staves. The staves width can be modified in order to fit the
  132.         desired page/screen width.
  133.  
  134.         TAB MASTER saves its data in ".TMS" files. These files can only be
  135.         read and edited using TM, and should not be sent to other users,
  136.         because they cannot be viewed or printed by users who do not have TM.
  137.         Therefore, after the tab creation is complete, TM produces a ".TAB"
  138.         file. In the process, the program breaks the long horizontal
  139.         transcription into shorter staves, and saves them as a standard TAB
  140.         ASCII format.
  141.  
  142.         In order to make tabbing easier, TM was designed to be as easy to use
  143.         as possible. I adopted the pop-up menus method. TM functions can be
  144.         accessed by holding down ALT key and pressing the first letter of the
  145.         desired menu. A menu will pop up, and a cursor will indicate the
  146.         desired command from the menu.
  147.  
  148.         Through the menus, the user may load, save or exit the program, start
  149.         a new transcription, create a ".TAB" file from the edited tab, and
  150.         change the TM editor settings.
  151.  
  152. 5.2. Getting to know TAB MASTER
  153.  
  154. 5.2.1. Starting TAB MASTER
  155.  
  156.         To run TM, simply type: "TABLAT" at the DOS prompt. TM screen will
  157.         appear for a short while, as TM resets its parameters. After that,
  158.         the editor screen will appear.
  159.  
  160.         The Pop-Up menus will appear on the top line of the screen.
  161.         The name of the file that is currently being edited is displayed on
  162.         the top-right corner of the screen.
  163.         The three bottom lines of the screen display some short-cut keys for
  164.         the advanced user of TM.
  165.         Above the bottom three lines, there's a scroll bar, which indicate
  166.         the location of the current visible part in the whole transcription.
  167.         Above the scroll bar is the info line, indicating the location of the
  168.         cursor, the editing mode, and other information.
  169.         The transcription itself is seen in the middle of the screen. The
  170.         line that is currently being edited is coloured in red, and the
  171.         location of the cursor is marked with a green square, indicated with
  172.         a "V" sign on the upper line of the editor.
  173.  
  174.         As you may see, some lines are marked with "---------". This is the
  175.         staff, and the dash symbol presents the string. Other lines have
  176.         empty spaces. These lines can be filled with normal text, such as the
  177.         song's lyrics, or special remarks for the player. It can also include
  178.         chord names, or meter signs for playing the tab.
  179.  
  180. 5.2.2. Simple editing procedure
  181.  
  182.         Try moving the cursor using the cursor keys, try typing letters and
  183.         numbers on the diffent lines.
  184.         When pressing a number on the staff lines, the number will appear,
  185.         and the cursor will jump a few spaces forward. This is an automatic
  186.         space, meant to make TAB files look more readable. This feature of
  187.         TM, along with the rest of its special features, can be switched on
  188.         or off, as we will observe later.
  189.  
  190.         Note that when you type letters, and not numbers, on the staff, the
  191.         automatic spaces will not be activated. Try typing numbers and letters
  192.         on the blank lines: The spacing in these lines will be normal, because
  193.         they sould provide standard text editing.
  194.  
  195.         Pressing Space Bar will create an empty space on the empty lines, just
  196.         like in any editor, but it will make a dash symbol when the cursor is
  197.         on the staff lines. The same goes with the BackSpace key, which erases
  198.         one character to the left of the cursor, leaving an empty space or a
  199.         dash respectively. Note that BackSpace does not pull the rest of the
  200.         line backwards: It merely erases one character and moves the cursor to
  201.         the left.
  202.  
  203.         Try typing in the following transcription:
  204.  
  205.                               Em7                     G
  206.         e:--------------------3-----3-----------------3-----3----
  207.         B:--------------------3-----3-----------------0-----0----
  208.         G:--------------------0-----0-------0---------0-----0----
  209.         D:------------0--2----2-----2----------2--0---0-----0----
  210.         A:------0--2----------------------------------2-----2----
  211.         E:---3----------------------------------------3-----3----
  212.  
  213. 5.2.3. Loading and saving files
  214.  
  215.         Access the File menu, by holding down the Alt key and pressing the
  216.         first word of the menu item. In this case, Alt+F. The File pop-up menu
  217.         will appear. Using the cursor keys, select the Save option, and press
  218.         Enter. A small window will appear, in which you should type the
  219.         desired file name (without the extention). Press Enter when finished,
  220.         and the edited file will be saved.
  221.  
  222.         Once you make a change to your edited transcription an asterisk will
  223.         appear on beside the file name on the upper right corner. When you
  224.         save it, the asterisk will dissappear until the next change occures.
  225.         This certifies that you will not lose data: TM will ask you before it
  226.         leaves a changed file that was not saved.
  227.  
  228.         Try saving the file again, and you will notice that this time TM will
  229.         not ask for a file name. It will save the edited transcription to the
  230.         last file name used.
  231.  
  232.         If you want to save the edited transcription to another file (with a
  233.         different name) select the Save As option.
  234.  
  235.         Try loading the example file: In the File menu select Load command.
  236.         Type in the file name "MOONCHLD" and press enter. This will open the
  237.         file "MOONCHLD.TMS" and enable you to edit it.
  238.  
  239. 5.2.4. Scrolling over the edited transcription
  240.  
  241.         Using the cursor keys try scrolling left and right over the edited
  242.         file. Move the curser to the leftmost or rightmost side of the screen
  243.         and keep pressing the cursor keys. You will notice that the screen
  244.         scrolls in the desired direction.
  245.  
  246.         You may hold down Ctrl key while pressing the cursor keys. This will
  247.         cause the cursor to jump three characters to the left or the right,
  248.         thus making you scroll faster.
  249.  
  250.         You can press PgUp or PgDn keys, to move the cursor twenty characters
  251.         to the left or the right respectively. This will also make the screen
  252.         scroll if the cursor should move 'beyond' the screen limits.
  253.  
  254.         Try pressing Home and End keys. They will move the cursor to the
  255.         beginning of the transcription or to the end of the transcription
  256.         resoectively.
  257.  
  258.         Although TM can edit a transcription with maximum length of 3000
  259.         characters, the end of the transcription is defined by the location of
  260.         the last letter or number that was printed in the file. So if you will
  261.         move the cursor several screens to the right from the end of the tab,
  262.         pressing End key will bring you back to the end of the tab. But if you
  263.         will type anything on a location to the right of the end, the end of
  264.         the tab will be re-located according to the new position.
  265.  
  266. 5.2.5. Creating a TAB file
  267.  
  268.         Re-load "MOONCHLD" file, without saving the changes you might have
  269.         done to it. Then open the Create menu by pressing Alt+C.
  270.         Select Create option from the Create menu, and press Enter. A small
  271.         notice will appear as TM creates the output TAB file. This process
  272.         takes a very short while when creating a relatively small
  273.         transcription such as the "MOONCHLD" file, but it may take a bit more
  274.         time when you create bigger files.
  275.  
  276.         Now you can exit TM, by selecting Exit command from the File menu,
  277.         or holding down Alt+X. Take a look at the TM directory: A new file was
  278.         created, called "MOONCHLD.TAB".
  279.         "MOONCHLD.TMS" is a file used by TM, and it is written in a format
  280.         that cannot be comprehended by other programs. ".TMS" files are the
  281.         only files the TM can load or save.
  282.         "MOONCHLD.TAB" is a TM output file. It was created by TM from the
  283.         original ".TMS" file. This file can be sent through e-mail or news
  284.         servers and be read by other users. It can also be printed or read
  285.         with any editor. Unfortunately, this file cannot be loaded to TM, so
  286.         remember not to erase your original ".TMS" files if you think you'd
  287.         like to edit them in the future.
  288.  
  289.         Run TM again, and load "MOONCHLD" again. This time, instead of
  290.         creating a ".TAB" file, you may select the View command from the
  291.         Create menu. This will let you see the output ".TAB" without really
  292.         creating it. It will save you time, so you won't have to leave TM when
  293.         you want to check your tab file was created correctly.
  294.  
  295.         Another option in the Create menu is Print. If you have a printed
  296.         installed on your PC's lpt port, it will print the transcription on
  297.         the printer.
  298.  
  299.         Both View and Print commands do not create a ".TAB" file. Remember you
  300.         should run the Create command if you want a ".TAB" file created.
  301.  
  302. 5.2.6. Inserting and removing parts of the transcription
  303.  
  304.         Locate the cursor on column from which you want to push the tab
  305.         forward. Now press Ins (insert) key. The tab will be pushed forward.
  306.         You can do the oposite: If you made some transcription you find worth
  307.         removing, press the Del key, and the transcription to the right of the
  308.         cursor will be pulled back to the cursor and erased.
  309.  
  310.         Note that this option removes or pushes the entire column on which the
  311.         cursor is located. Make sure you don't mistakingly erase text above or
  312.         under the staff lines.
  313.  
  314. 5.3 Advanced usage of TAB MASTER
  315.  
  316. 5.3.1. The Fast Numbers mode
  317.  
  318.         You have probably noticed that one you press a number key when the
  319.         cursor is on a staff line, it will jump two letters forward, thus
  320.         the final transctription more easy to read. This process may cause
  321.         troubles when you try to transcribe the upper frets, 10 and above.
  322.  
  323.         Try holding down Shift while pressing the number. The numbers should
  324.         be pressed on the key pad, not on the numeric pad. If you type in the
  325.         "!" symbol, the letters "11" will appear on the screen. Typing in
  326.         shifted numbers (symbols ")", "!", "@", "#", "$", "%", "^", "&", "*",
  327.         "(") will cause TM to type in values 10 to 19 respectively.
  328.  
  329.         If you want to type in values from 20 and above, hold Alt key along
  330.         with the number: Alt+0 will type in "20", Alt+1 will type "21", etc.
  331.  
  332.         This option makes transcribing with TM much faster. It is called Fast
  333.         Numbers Mode. You can turn it on or off, by entering the Options menu
  334.         (Alt+O) and pressing Enter on the desired option. Pressing Enter
  335.         toggles the option on and off.
  336.  
  337.         Since working with TM often requires toggling the Fast Numbers mode, a
  338.         function key was assigned: Press Ctrl+F while the cursor is on the
  339.         staff lines to toggle the Fast Numbers mode. A little note on the line
  340.         above the scroll bar will indicate if the Fast Numbers mode is turned
  341.         on or off. It also presents the current location of the cursor.
  342.  
  343. 5.3.2. The Auto Space and Add Space options
  344.  
  345.         Auto Space option causes TM to add some spaces on the staff lines,
  346.         after a number is pressed. This option makes things much faster when
  347.         transcribing guitar solos, but it may become annoying when
  348.         transcribing chords. Generally, you can press Ctrl+CursorRight when
  349.         you want to go back to the previous cursor position, when AutoSpace is
  350.         activated, but you can also turn this option off in the Options menu.
  351.  
  352.         Auto Space creates a proportional spacing between two notes. It will
  353.         add two spaces after a single-letter note (0,1,2,...,9), and one space
  354.         after a two-letters note (10,11,...,29).
  355.  
  356.         You may, instead, turn on the Add Space option. This option will add a
  357.         standard space after each number pressed. You can combine both Auto
  358.         Space and Add Space by turning them both on, which will cause a
  359.         proportional spacing of 3 characters.
  360.  
  361.         Since turning off the Auto Space mode is often required, you can press
  362.         Ctrl+A to temporarily switch it off. The Info line will change,
  363.         informing you that no spaces are added. To stop this mode, like
  364.         stopping any other editing mode, press Esc key.
  365.  
  366. 5.3.3. Using standard TAB notations
  367.  
  368.         Transcribing Tab involves using special ASCII characters. When Fast
  369.         Numbers mode or Auto Space are turned on, making these standard
  370.         notations may become difficult. You may turn off the Auto Space and
  371.         Fast Numbers mode when you edit special symbols, but TM can also
  372.         supports them:
  373.  
  374.         In order to create a "slide" note:
  375.                      e:--------
  376.                      B:-2/3----
  377.                      G:--------
  378.                      D:--------
  379.                      A:--------
  380.                      E:--------
  381.         Hold Down Ctrl and press S key. Note that the information line is
  382.         changed, and that now your are editing a Slide. Type the first note.
  383.         If you want to slide from 2 to 3, you should first type in 2. Consider
  384.         using Alt or Ctrl combined with numbers to reach higher numbers.
  385.         The number 2 will appear, followed with with a slash "/" representing
  386.         "slide up". Right after pressing key 2, press key 3. This result with
  387.         "2/3--" - TM will make the slide notation, and continue adding spaces
  388.         as usual. The Slide mode will end and you will be in normal Insert
  389.         mode once again.
  390.  
  391.         To slide down like this:
  392.                      e:----------
  393.                      B:--12\10---
  394.                      G:----------
  395.                      D:----------
  396.                      A:----------
  397.                      E:----------
  398.         do the following: Press Ctrl+G to indicate Slide Down. The info line
  399.         will change respectively. Now, type in "@" (shift+2), followed by ")"
  400.         (shift+0).
  401.  
  402.         All these special functions of TM are usable when you are in Fast
  403.         Numbers mode and Auto Space is on. A list of these fast notations is
  404.         available on the bottom three lines of the screen. Each function works
  405.         a little bit different, depending on the number of notes it includes,
  406.         but the idea is the same:
  407.  
  408.                      e:--------------
  409.                      B:--r(2)--l(5)--
  410.                      G:--------------
  411.                      D:--------------
  412.                      A:--------------
  413.                      E:--------------
  414.         Left hand muting is produced by pressing Ctrl+L and then the note
  415.         number. Right hand muting is activated by Ctrl+R and works the same.
  416.  
  417.                      e:-----------------------------
  418.                      B:--{2}--3~--!12!-'7'--p(2/5)--
  419.                      G:-----------------------------
  420.                      D:-----------------------------
  421.                      A:-----------------------------
  422.                      E:-----------------------------
  423.  
  424.         Tremolo signs "{2}" are produced by pressing Ctrl+T and then a number.
  425.         Vibrato sign "3~" is produced by pressing Ctrl+V and a number.
  426.         Harmonic note "!12!" or semi harmonic "'7'" are produced by Ctrl+N or
  427.         Ctrl+O.
  428.         A pick slide "p(2/5)" notation is produced by pressing Ctrl+K followed
  429.         by to numbers.
  430.  
  431.                      e:--------------------------------
  432.                      B:------------b(14)12-------------
  433.                      G:--11b(13)-------------12w(14)---
  434.                      D:--------------------------------
  435.                      A:--------------------------------
  436.                      E:--------------------------------
  437.         Bend notation is created by first pressign Ctrl+E, and then typing in
  438.         two numbers. The same goes for UnBend (Ctrl+U) and Wammy Bar bend
  439.         (Ctrl+W).
  440.  
  441.         When editing the special notation is done TM will return to normal
  442.         insert mode.
  443.         Special Tab Notation options can always be aborted by pressing Esc.
  444.  
  445.         A special request was sent for me concerning the following option of
  446.         repetitive notation. If press again the key combination which starts
  447.         the notation mode, it will start a repeated mode:
  448.  
  449.         Press Ctrl+L, and TM will switch into Left-hand-mute mode. Press
  450.         Ctrl+L again and TM will start a Repeated Left-hand-mute mode. In this
  451.         mode TM will enable the user to type in a series of special tab
  452.         notation. So if you want to transcribe mad Al Di Meola, "simply" start
  453.         the repeated mode:
  454.                  e:--------------------------------------------------------
  455.                  B:--------------------------------l(3)--------l(3)--l(5)--
  456.                  G:--l(2)--l(4)--l(5)--l(4)--l(5)--------l(5)--------------
  457.                  D:--------------------------------------------------------
  458.                  A:--------------------------------------------------------
  459.                  E:--------------------------------------------------------
  460.  
  461.         It would make Steve Hacket's Horizons very easy to tab:
  462.                  e:---------------------------------------------
  463.                  B:------------------!12!-----------------------
  464.                  G:-------------!12!-----------!12!------!12!---
  465.                  D:--------!12!---------------------!12!--------
  466.                  A:-----------------------!7!-------------------
  467.                  E:---!7!---------------------------------------
  468.  
  469.         And if you feel a bit like Gilmour today and want to bend a lot:
  470.                  e:---------------------
  471.                  B:--2b(4)--b(5)--b(7)--
  472.                  G:---------------------
  473.                  D:---------------------
  474.                  A:---------------------
  475.                  E:---------------------
  476.  
  477.                  e:---------------------------------
  478.                  B:-------2w(4)--w(3)--w(5)--w(4)---
  479.                  G:---------------------------------
  480.                  D:---------------------------------
  481.                  A:---------------------------------
  482.                  E:---------------------------------
  483.  
  484.         These special notation modes support repetitions:
  485.                 Vibrato, Tremolo, Slide Up, Slide Down, Harmonic,
  486.                 Semi-Harmonic, Left Hand Muting, Right Hand Muting, Bend,
  487.                 Release Bend (UnBend), Wammy Bar Bend.
  488.  
  489.         The Auto Brackets option on the Option menu tells TM whether or not to
  490.         close brackets opened by the special notations keys. This option
  491.         should normally be set on. If you set it off, it will make TM behave a
  492.         little different if you run a special notation key while not in Fast
  493.         Numbers Mode. When not in Fast Numbers Mode, TM will not continue
  494.         making the special notation, and it will wait for you to finish typing
  495.         all the numbers of each note. Then, you can press Enter, and TM will
  496.         wait for the second number (if the specific notation requires another
  497.         number) or simply close the brackets. If Auto Brackets is turned off,
  498.         it will not close the brackets. Using Special Notations while not
  499.         using Fast Numbers and Auto Space is not recommended, and I therefore
  500.         do not extend about the subject. Try for yourself.
  501.  
  502.  
  503. 5.3.4. Staff Breaks and Bar Breaks
  504.  
  505.         As you can see in the "MOONCHLD.TMS" demo file, vertical lines can be
  506.         used to indicate end of bars, and serve as indication for the meter
  507.         and tempo of the song. In my own tab transcriptions, I tend to divide
  508.         the bar into equal parts, to give the reader an idea about the length
  509.         of each note:
  510.  
  511.                    1 a 2 a 3 a 4 a  1 a 2 a 3 a 4 a  1 a 2 a 3 a 4 a
  512.                    Am                           G    F
  513.                  E:----------------|----------------|----------------|
  514.                  B:----------------|----------------|----------------|
  515.                  G:7-----7/9---5---|----------------|4-5-------------|
  516.                  D:----------------|----------------|----7---7-------|
  517.                  A:----------------|----------------|----------------|
  518.                  E:----------------|----------------|----------------|
  519.  
  520.         Pressing Ctrl+B will result in a vertical line of PipeLine symbol. The
  521.         PipeLine symbol will appear on every staff line where the cursor is
  522.         located. It will also push forward (as in Insert) the text on the
  523.         location of the cursor.
  524.  
  525.         Pressing Ctrl+P will result in a vertical solid line. This line tells
  526.         TM to break the staff lines at that point and start a new staff. This
  527.         option was used when I made this document: I made a long file of
  528.         examples, and then pressed Ctrl+P between each example. The ".TAB"
  529.         file created by TM consisted of many short staves that I inserted in
  530.         the right places for examples.
  531.  
  532. 5.3.5. The Create Options
  533.  
  534.         Create menu includes some options and values you may change:
  535.  
  536.         Line Width: Select this option and press Enter. A window will pop up
  537.                 and you may write a new desired width. TM refers to this
  538.                 variable to know where to break staves. Legal values for Line
  539.                 Width are 10-255. Note that some screens and printers do
  540.                 not exceed 78 characters per line.
  541.  
  542.         Page Length: According to Page Length, TM will calculate when to add
  543.                 Page Breaks symbols, if the Page Breaks parameter is turned
  544.                 on. Legal values for Page Length are 20-255.
  545.                 Many laser printers are set to print 64 lines per page.
  546.  
  547.         Staff Space: This parameter tells TM how many empty lines to put
  548.                 between staves. When creating a ".TAB" file, all the edited
  549.                 lines are broken in order to fit with the Line Width
  550.                 parameter. As you can see, there are some empty lines (for
  551.                 text) above and below the staff lines. This parameter sets
  552.                 the amount of lines in addition to those lines that sets the
  553.                 distance between each staff in the output file. Legal values
  554.                 for Staff Space is 0-9. Recommended: 1.
  555.  
  556.         Break on Bar: If this parameter is set on, TM will break the staff, if
  557.                 possible, at the location of a bar. This will create a nice
  558.                 looking output file, especially if you consider it when
  559.                 creating the transcription. Try to see how it changes the
  560.                 output file of the demo file "MOONCHLD.TMS".
  561.  
  562.         End with Bar: If this parameter is set on, TM will force every end of
  563.                 staff to end with PipeLine symbols, indicating the left margin
  564.                 of the tab. This is very useful if you use Staff Break and Bar
  565.                 Break simultaneuosly in your tab file, and it makes the ".TAB"
  566.                 files look good.
  567.  
  568.         Page Breaks: If this parameter is set on, TM will add a Form Feed
  569.                 signal at the end of a page. Form Feed is symbolised by ASCII
  570.                 character 12. Note that these symbols may get lost when you
  571.                 mail or ftp the output file, and also some people may dislike
  572.                 these forced Form Feed - though I personally find them very
  573.                 convenient.
  574.  
  575. 5.3.6. Editing a new tab transcription
  576.  
  577.         File menu features a New command. This command open a new window, in 
  578.         which you specify which type of transcription you want to edit. Each
  579.         selection makes a different tab type:
  580.                 Guitar - features 3 empty lines, then six staff lines, and one
  581.                         additional empty line.
  582.                 Two Guitars - Features 3 empty lines, six staff lines for 
  583.                         first guitar, one empty line, and six staff lines for
  584.                         the second guitar.
  585.                 Bass - Features 3 empty lines, four bass staff lines and two
  586.                         additional empty lines.
  587.                 Guitar & Bass - Features 3 empty lines, six staff lines for
  588.                         guitar, one empty line, 4 bass staff lines and two
  589.                         empty lines.
  590.                 5 fret Bass - Features 3 empty lines, five bass staff lines,
  591.                         and two empty lines.
  592.         The last option on the New menu, is Custom Made... This is partly a               
  593.         joke, but it is really a very powerful option. Selecting Custom Made
  594.         will open another window. In this window you may customize the 16 
  595.         lines of the TM editor in any way you want, to fit with your request.
  596.         You may put 5 different items in the 16 lines of the editor. Move the
  597.         cursor to select the desired item, and press "+" or "-" keys to change
  598.         every item setting. 
  599.         The possible settings are:
  600.                 - 1 empty line
  601.                 - 2 empty lines
  602.                 - 3 empty lines
  603.                 - 4 empty lines
  604.                 - 4 Bass lines
  605.                 - 5 Bass lines
  606.                 - 6 Bass lines
  607.                 - 6 Guitar lines
  608.                 - 7 Guitar lines
  609.                 - None
  610.         Change the setting of each item the way you want your tab 
  611.         transcription to look. Note that TM automatically calculates the sum
  612.         of the lines and doesn't let it exceed 16. If you set more than 16 
  613.         lines it will automatically set the overflowing items to None.
  614.  
  615.         Custom Made option makes TM a very powerful editor: When you edit a
  616.         transcription that features 2 or more staves, Ctrl+P or Ctrl+B will
  617.         be activated on ALL the staves on the location of the cursor.
  618.  
  619.         "MOONCHLD.TMS" file features a two guitar setting. You may consider
  620.         editing complicated transcriptions, featuring guitar and bass. as you
  621.         can see, TM supports various types of guitars and basses.
  622.  
  623.         Note that selecting the amount of staves and empty spaces should be 
  624.         the first step you do when transcribing tab on TM. Once you select it,
  625.         you cannot change an existing transcription to feature other staves
  626.         or other empty lines.
  627.  
  628. 5.3.7. Aborting a transcription that wasn't saved
  629.  
  630.         TM will request for the user's approval before aborting an edited 
  631.         transcription which was not saved.
  632.  
  633.         When trying to load a new file or quiting the program when the edited
  634.         file is not saved, TM will notify the user. Select Yes or No in the
  635.         interactive window.
  636.  
  637.         You may exit TM when editing without selecting Exit on the File menu,
  638.         simply by pressing Ctrl+X.
  639.  
  640. 5.3.8. Saving TAB MASTER settings
  641.  
  642.         All the TM setting can be saved from the Options menu, in the Save
  643.         Setting command. TM will save the values of the different parameters
  644.         and switches, and it will also save the staves and empty lines you
  645.         currently use. Next time TM will run, it will start using these
  646.         settings.
  647.  
  648.         The TM configuration file is "TABLAT.CFG". DO NOT TRY TO MANUALLY 
  649.         CHANGE IT IN ANY WAY! If the configuration file become corrupt, TM may
  650.         not work at all. In that case, erase the configuration file, and TM
  651.         will start working again using the original (default) setting. Now 
  652.         you can operate Save Settings and a new TABLAT.CFG file will be 
  653.         created.
  654.  
  655. 6. After TM works...
  656.  
  657. 6.1. Editing the output ".TAB" file
  658.  
  659.         You can edit the ".TAB" file created in TM after you finished
  660.         transcribing it with TM. When editing the output file later, you can
  661.         add your remarks about it, put some more text lines between the staves
  662.         etc.
  663.  
  664.         If your transcription exceeds 3000 characters, you cannot edit it all
  665.         with TM. Anyway, I'm sure none of the users of TM will ever transcribe
  666.         such a big piece, but if you do run into this program, consider 
  667.         splitting the transcription into several files, create a ".TAB" file
  668.         from each of them, and then merge them using a normal text editor.
  669.  
  670.         Note that one of TM options creates ".TAB" files with form feed 
  671.         symbols. When editing a ".TAB" file created by TM using this option,
  672.         make sure you don't exceed the number of lines per page.
  673.  
  674.         You may also remove the little TM banner on the top of the output
  675.         file.
  676.  
  677. 6.2. What should be improved
  678.  
  679.         I know TABLAT is not complete. Future version will include mouse 
  680.         support, and hopefully will work on MONOCHROME screens.
  681.         Another feature is strings tuning - I wanted to make it available on
  682.         this release, but I ran out of time.
  683.         Block operations - Copy, Cut, Paste are also considered. I hope I'll
  684.         make them available on future versions. 
  685.         Another thing is the Load Menu - I know it should include a file 
  686.         selection window, but I don't have the patience for doing that - 
  687.         sorry.
  688.  
  689.         Please report bugs to my e-mail address. If you've got an idea you 
  690.         think I should add to TM - please tell me about it. Enjoyed the 
  691.         program? - consider letting me know about it! It encourages me to work
  692.         further on TM and improve it. You may want to drop a note on your 
  693.         final tab transcription, saying it was created by TAB MASTER.
  694.  
  695. 6.3. Paying for TAB MASTER?
  696.  
  697.         TM should be distributed freely, with no fee charged for it. BUT, if
  698.         you enjoyed using it, if you find it useful, if you find it makes 
  699.         transcribing tab easier.... If you think my project improves and adds
  700.         to the world-wide guitar tab collection... If you appreciate my 110K 
  701.         of source code and 40K of documentation... Please consider sending me
  702.         a small fee!
  703.  
  704. 7. Command summary
  705.  
  706.         Special Editing Keys:
  707.                 CTRL + Left Arrow / Right Arrow - Jumps 3 characters left or 
  708.                         right
  709.                 PgUp / PgDn - Advances 20 characters left or right
  710.                 BackSpace - Move the cursor one character to the left
  711.                 Del - Delete one column on the location of the cursor
  712.                 Ins - Insert one column on the location of the cursor
  713.                 Home / End - Advance cursor to the end or the beginning of 
  714.                 the document.
  715.  
  716.         Special Editing Modes:
  717.                 On Fast Numbers:
  718.                         Shift + Number  -  numbers 10-19
  719.                         Alt + Number    -  numbers 20-29
  720.                 
  721.                 CTRL+V    - Vibrato Sign:         ---6~----
  722.                 CTRL+S    - Slide Up:             ---5/7---
  723.                 CTRL+G    - Slide Down:           ---7\5---
  724.                 CTRL+N    - Harmonic sign:        ---!12!--
  725.                 CTRL+O    - Semi Harmonic sign:   ---'5'---
  726.                 CTRL+L    - Left Hand Muting:     ---l(5)--
  727.                 CTRL+R    - Right Hand Muting:    ---r(5)--
  728.                 CTRL+T    - Tremolo:              ---{5}---
  729.                 CTRL+K    - Pick Slide:           --p(5/7)-
  730.                 CTRL+E    - Bend String:          --5b(7)--
  731.                 CTRL+U    - Release from Bending: --(7)b5--
  732.                 CTRL+W    - Wammy Bar Bend        --5w(7)--
  733.  
  734.                 CTRL+F    - For convenience, toggles Fast Numbers Mode
  735.                 CTRL+A    - Temporarily, disables Auto Space and Add Space
  736.  
  737.         Bar Breaks
  738.                 CTRL + B  - Bar Break sign (|)
  739.                 CTRL + P  - Staff Break sign (│)
  740.  
  741.  
  742.  
  743. ----------------------------------------------------------------------------
  744.  
  745.         
  746. Enjoy!!!
  747.  
  748.  
  749.         
  750.         Ofir Zwebner                                      26/5/1994
  751.  
  752.         e-mail:     ofirz1@ccsg.tau.ac.il
  753.         snail-mail: Ehoud 10, Tel Aviv, 69936, Israel
  754.