Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
11 user(s) are online (6 user(s) are browsing encyclopedia)

Members: 0
Guests: 11

more...
partner

ASCII tab

ASCII tab is a text file format used for writing guitar and bass guitar Tablature using plain ASCII numbers, letters and symbols. It is the only widespread file format for representing tab, and is extensively used for disseminating tab via the Internet.

ASCII tab is intended to be a human-readable format rather than machine-readable, and hence is not strictly defined. Though some standards are used by all ASCII tab files, such as hyphens to represent string lines and digits to represent frets, other things such as barlines, rhythms, bends, chord symbols etc. may be present, absent or represented in a variety of ways. Additionally, ASCII tab files frequently contain lyrics and freeform text in unpredicable places.

There are Scorewriter for creating guitar tab which can save ASCII tab files, but due to the unpredictability of the format, only a few (e.g. G7 (guitar software)) can read arbitrary ASCII tab files created by humans.

ASCII tab files usually have the file extension .tab, .btab (for bass guitar) or .txt.

The tab for a C major chord (music) on six-string guitar with Guitar#Strings_and_tuning typically looks something like this:

C e |-----0------| B |-----1------| G |-----0------| D |-----2------| A |-----3------| E |-----x------|

The string tunings at the left-hand side are often omitted. The number on each line refers to the fret as in guitar Tablature. The low E string which is not played is here denoted by x (unlike in standard tab), though this could just be omitted by writing a continuous line of hyphens. Sometimes an x means that the string should be played, but muted with either the left-hand fingers or the right-hand palm. The chord symbol C is written above - again this may or may not be included.

Other techniques, such as hammer-ons, string pulls (or pull-offs), slides, and bends may also be shown. Hammer-ons are usually shown with an h in between the fret to strike and the fret to hammer on. String pulls are shown with a p . Tribute to the Greatest Song in the World by Tenacious D is one example of a song that uses both of these:

Am (A minor) e |-------------0-0-0-0-0-0-----0-------0-0-0-0-0-| B |-------------1-1-1-1-1-1h3p1p0h1-----1-1-1-1-1-| G |-----0h2-----2-2-2-2-2-2-----2-------2-2-2-2-2-| D |-0h2-------2-2-2-2-2-2-2-----2-----2-2-2-2-2-2-| A |---------0---0-0-0-0-0-----------0---0-0-0-0-0-| E |-----------------------------------------------|

Slides are shown in the same format, but with a slash (/) in between the fret to slide from and the fret to slide to. Slides are used primarily in blues music and country music. ATWA by System of a Down is a song that uses these (in Drop D tuning):

e |----------------------------------------------------| B |----------------------------------------------------| G |----3-----2-----5-----7------8------7-----5-----3---| D |----------------------------------------------------| A |----------------------------------------------------| D |--5---5/3---3/7---7/8---8/10---10/8---8/7---7/5---5-|

Bending is often shown by a letter b. A bend can show how far the string is to be bent, when the string is to be released (denoted by an r), or that it is a bend to an unspecific note. Examples:

e |---------------------------------------| B |---------------------------------------| G |--5b7--------5b7r5--------5b--------5br| D |---------------------------------------| A |---------------------------------------| E |---------------------------------------|

In the first example, a note played at the fifth fret on the G string (the note C) is bent up one full step so that it sounds like a note played at the seventh fret on the G string (the note D); secondly, the same note is played, but the bend is released so that the string again sounds a C note; thirdly, the string is bent to an undetermined note; fourthly, the string is bent to an undetermined note, and released back to the C note.

ASCII tab can also indicate rhythms above the staff; however this is rarely done. Barlines can be indicated using | characters (pipes). Lyrics may be added above or below the staff, either aligned with the music or as a continuous text block. Freeform text (describing the song, composer, transcriber, notational conventions used, etc.) is also often included at the start or end of the file.