home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / guitar.zip / GUITAR.DOC next >
Text File  |  1990-07-23  |  7KB  |  181 lines

  1.                            Guitar Scales & Modes
  2.  
  3.                        Version 1.0   (July 24, 1990)
  4.  
  5. DISTRIBUTION:
  6.  
  7. This program is being distributed under the BeggarWare concept.  I'm 
  8. handing it out to anyone that wants it.  Use it without any formal 
  9. obligation to the author, except that you can't sell it to anybody.  I've 
  10. obtained alot of Public Domain stuff in the past from various BBSs, so 
  11. here's another attempt on my part to contribute back to the cycle.
  12.  
  13. If you like the program and feel that you've received some benefit from it, 
  14. (and you feel charitable) you can contribute $5.00 to my Foster's Ale fund 
  15. ("It's Australian for beer, mate."  $5 is the going rate for a six pack in 
  16. these here parts).
  17.  
  18.  
  19. PROGRAM DESCRIPTION:
  20.  
  21. This program requires Microsoft Windows 3.0 to run.  When the program is 
  22. started, a guitar neck is displayed.  The notes corresponding to the 
  23. C Major scale (Ionian mode) are displayed (the default setting), showing a 
  24. complete map of the scale in that key for the entire fretboard.  
  25.  
  26. The numbers represent the scale degrees (note positions in the scale) for 
  27. the selected scale or mode.  I also tell you how the scale is constructed, 
  28. using the notation of:
  29.  
  30.     Root = key signature note (root note)
  31.     H_S  = Half Step interval
  32.     W_S  = Whole Step interval
  33.  
  34. So the Ionian mode (major scale) is listed as follows:
  35.  
  36.              Root,   W_S,   W_S,  H_S,  W_S,  W_S,  W_S,  H_S
  37.  
  38. This means start at the Root note, then add a whole step to get to the 2nd 
  39. scale degree, then another whole step to get to the 3rd scale degree, the a 
  40. half step to get to the 4th scale degree, etc.  The final half step takes 
  41. you back to the root note one octive higher than the starting note.
  42.  
  43. In some of the scales, you'll see W_S + H_S.  This is a minor 3rd interval.
  44.  
  45. When you choose a scale that has a 5th and a flatted 5th, like the Blues 
  46. Scale 1 for example, you'll see the number 5 listed on adjacent frets.  The 
  47. first instance is the flatted fifth, the second is the fifth.  I print the 
  48. scale degrees as integers not characters, so that's one of the little 
  49. problems I encountered after I designed the data structures, wrote a whole 
  50. bunch of code and then wanted to add that scale.  Whoops!  As long as 
  51. you're aware, that shouldn't be too much of a problem.
  52.  
  53.  
  54. Three menu categories are available: FILE, KEY, & MODE.
  55.  
  56. The KEY submenu contains the 12 chromatic notes in western music scales.  
  57. Select the key signature that you want from this menu
  58.  
  59. The MODE submenu contains the list of scales and modes.
  60.  
  61. FILE lets you print the window, exit the program, and see the About box.  
  62. I've tested the print capability with an Apple NTX II Postscript compatible 
  63. printer.  For best results on any printer, I suggest you run the Windows 
  64. Printer configuration program and put your printer in Landscape mode.
  65.  
  66.  
  67. SUGGESTED USE:
  68.  
  69. Rather than trying to memorize the fretboard by brute force, try a 
  70. different approach.  Select the key of A and the Blues Scale 1.  This scale 
  71. is the Aeolian mode (natural minor) with an extra note, a flatted 5th, 
  72. thrown in.
  73.  
  74.  
  75.  
  76. Root 6 chord formation:
  77. ----------------------
  78. Now look at how you would play an Am barr chord with the root note on the 
  79. sixth string (This is known as a Root 6 chord).  Your index finger is on 
  80. the 5th fret when you form that chord.  Your pinky and ring finger are on 
  81. the 4th and 5th strings at the 7th fret.  This is a barr chord constructed 
  82. on the Em open chord form.  Now the region starting at the 5th fret and 
  83. extending to (including) the 8th fret, represent a "Box" position.  As a 
  84. 1st attempt, learn the scale just in that position.  Visualize the scale in 
  85. relation to how you form the Am barr chord.  That way you can shift up and 
  86. down the neck and play any minor barr chord with the root on the 6th string 
  87. using the same pattern.
  88.  
  89.  
  90.  
  91. Root 5 chord formation:
  92. ----------------------
  93. Now what if you want to play the Am chord with the root note on the 5th 
  94. string (known as a Root 5 chord) instead of the 6th string.  You would play 
  95. this chord on the 12th fret using a barr chord constructed from the Am open 
  96. chord form.  The Box position is the 12th fret to the 15th fret.
  97.  
  98.  
  99.  
  100. Connecting a Root 6 to a Root 5:
  101. -------------------------------
  102. What if you wanted to connect the two Am chord forms.  Starting with the 
  103. Root 6 box position, and the root note on the 4th string/7th fret, play the 
  104. following pattern (grouped by string):
  105.  
  106. 1 (fret 7 strng 4), 
  107.  
  108. 3 (fret 5 strng 3), 4 (fret 7 strng 3), 5b (fret 8 strng 3), 5 (fret 9 
  109. strng 3), 
  110.  
  111. 7 (fret 8 strng 2), 1 (fret 10 strng 2),
  112.  
  113. 3 (fret 8 strng1), 4 (fret 10 strng 1), 5b (fret 11 strng 1), 5 (fret 12 
  114. strng 1).
  115.  
  116. Now take a look at where you are.  You're on the 12th fret which is where 
  117. you form the Root 5 Am barr chord.  You've connected up 1 octive.
  118.  
  119.  
  120.  
  121. Connecting a Root 5 to a Root 6:
  122. -------------------------------
  123. You can connect up to the Root 6 Am barr chord on the 17th fret with this 
  124. pattern (starting with the Am Root 5 barr chord box position):
  125.  
  126. 1 (fret 14 strng 3),
  127.  
  128. 3 (fret 13 strng 2), 4 (fret 15 strng 2), 5b (fret 16 strng 2), 5 (fret 17 
  129. strng 2),
  130.  
  131. 7 (fret 15 strng 1), 1 (fret 17 strng 1).
  132.  
  133. Now look at where you are.  You're on fret 17, which is where your index 
  134. finger forms the Am barr chord like you did on the 5th fret.  The scale 
  135. pattern that you learned on the 5th thru 8th frets is the same as the scale 
  136. pattern on the 17th thru 20th frets.
  137.  
  138. Now you know how to connect the Root 6 chord to the Root 5 and up to the 
  139. Root 6 chord.  You have just learned how to connect these chord up and down 
  140. the fret board.  And you did it by visualizing where and how you make the 
  141. barr chords!  Just learn the connecting patterns.  
  142.  
  143.  
  144. Applying this to chord changes:
  145. ------------------------------
  146. This stuff also applies to different chords as well.  If you want to solo 
  147. over a Root 6 Cmaj chord to Root 5 Em chord, use the program to learn the 
  148. notes in the Root 6 Cmaj box position.  You've already learned the Root 5 
  149. minor box position (the pattern from the Am at the 12th fret above).  Now 
  150. when you solo, choose the notes from the Cmaj box when you're on that 
  151. chord, then switch to the Root 5 minor box when the chord changes to Em.  
  152.  
  153. All you have to do is make sure that the lick you play has a smooth 
  154. transition (sound) when the chord changes.  This can be achieved by 
  155. selecting a note that is common to both patterns when the change occurs, by 
  156. bending the string to change the pitch from a note in the Root 6 major box 
  157. to one in the Root 5 minor box, or sometimes by playing a 7th note (7 note 
  158. in the scale) and dropping a half step (this only works if the drop in half 
  159. step results in a note that belongs on the new scale), or by not actually 
  160. playing anything when the chord changes.
  161.  
  162.  
  163. HOW TO CONTACT THE AUTHOR:
  164.  
  165. I hope you get some benefit from this program.  If you have any comments, 
  166. suggestions or you want to contribute to my well being, I can be contacted 
  167. at the following:
  168.  
  169.  
  170. US Mail:      David Sampson
  171.               P.O. Box 060573
  172.               Palm Bay, FL  32906
  173.  
  174. InterNet:     dsampson@x102a.ess.harris.com
  175.  
  176.  
  177.  
  178. Enjoy......
  179.  
  180.               
  181.