My First, But Not Last

Solid Body Steels, Reso, Weissenborn...
User avatar
Dave-M
Posts: 154
Joined: Mon Feb 07, 2011 3:30 pm
Location: Northern Ontario, Canada

Re: My First, But Not Last

Post by Dave-M »

Hi Paul ... here is something I wrote up for a friend, regarding numerics.

Code: Select all

=======================================
Treble Clef Written Music Note Locator:
=======================================
Sharps or flats on a line or space indicate 
the key signature. See chart following this one.
Sometimes additional lines are added to expand 
the treble clef chart.

For bass clef chart (not shown), 
bottom line note is G instead of E.

|-----------------F----
|               E
|-------------D--------
|           C
|---------B------------
|       A 
|-----G----------------
|   F
|-E--------------------

========================================================================
Note 1 is the root, key or tonic.
The chart is based on the major scale: 
-----------------------------------------------------------
Note     1  .  2  .  3  4  .  5  .  6  .  7  1    SIGNATURE
-----------------------------------------------------------
         A  .  B  .  C# D  .  E  .  F# .  G# A       3#
 
         Bb .  C  .  D  Eb .  F  .  G  .  A  Bb      2b

         B  .  C# .  D# E  .  F# .  G# .  A# B       5#

         C  .  D  .  E  F  .  G  .  A  .  B  C       -

         Db .  Eb .  F  Gb .  Ab .  Bb .  C  Db      5b

         D  .  E  .  F# G  .  A  .  B  .  C# D       2#

         Eb .  F  .  G  Ab .  Bb .  C  .  D  Eb      3b

         E  .  F# .  G# A  .  B  .  C# .  D# E       4# 

         F  .  G  .  A  Bb .  C  .  D  .  E  F       1b

         F# .  G# .  A# B  .  C# .  D# .  E#  F#     6#*********HAS F=E#
         Gb .  Ab .  Bb Cb .  Db .  Eb .  F  Gb      6b*********HAS B=Cb

         G  .  A  .  B  C  .  D  .  E  .  F# G       1#

         Ab .  Bb .  C  Db .  Eb .  F  .  G  Ab      4b
 
========================================================================
Use the following chart with the preceding chart
and the fretboard layout to find CHORDS.
These are the most used chords. There are others
such as 7sus4=(1,4,5,6#) not included.

Note     1  .  2  .  3  4  .  5  .  6  .  7 
-------------------------------------------  
MAJOR    X  .  .  .  X  .  .  X  .  .  .  .
6TH      X  .  .  .  X  .  .  X  .  X  .  .
DOM7     X  .  .  .  X  .  .  X  .  .  X  .
MAJ7     X  .  .  .  X  .  .  X  .  .  .  X
9TH      X  .  X  .  X  .  .  X  .  .  X  .
AUG      X  .  .  .  X  .  .  .  X  .  .  .
DIM      X  .  .  X  .  .  X  .  .  X  .  .
MINOR    X  .  .  X  .  .  .  X  .  .  .  .
MIN6     X  .  .  X  .  .  .  X  .  X  .  .
MIN7     X  .  .  X  .  .  .  X  .  .  X  .
SUS4     X  .  .  .  .  X  .  X  .  .  .  .
SUS2     X  .  X  .  .  .  .  X  .  .  .  .

where min is minor, maj is major, dom is dominant, 
aug is augmented, dim is diminished, and sus is suspended.
Conceive, believe, achieve!
User avatar
Dave-M
Posts: 154
Joined: Mon Feb 07, 2011 3:30 pm
Location: Northern Ontario, Canada

Re: My First, But Not Last

Post by Dave-M »

Code: Select all

FRETBOARD NUMERICS
C6 8-STRING NECK, GECAGECA 
FIRST 12 FRETS, KEY OF C
------------------------------------------------------
|f0 |f1 |f2 |f3 |f4 |f5 |f6 |f7 |f8 |f9 |f10|f11|f12|
------------------------------------------------------
| 5 | . | 6 | . | 7 | 1 | . | 2 | . | 3 | 4 | . | 5 |
| 3 | 4 | . | 5 | . | 6 | . | 7 | 1 | . | 2 | . | 3 |
| 1 | . | 2 | . | 3 | 4 | . | 5 | . | 6 | . | 7 | 1 |
| 6 | . | 7 | 1 | . | 2 | . | 3 | 4 | . | 5 | . | 6 |
| 5 | . | 6 | . | 7 | 1 | . | 2 | . | 3 | 4 | . | 5 |
| 3 | 4 | . | 5 | . | 6 | . | 7 | 1 | . | 2 | . | 3 |
| 1 | . | 2 | . | 3 | 4 | . | 5 | . | 6 | . | 7 | 1 |
| 6 | . | 7 | 1 | . | 2 | . | 3 | 4 | . | 5 | . | 6 |
I relate everything to the C-scale. For instance C chord is 153, F is 164, Am is 163, G7 is 2574, etcetera. As long as all the numbers are included, it doesn't matter what order I quoted! You may only be able to get parts of some chords such as sevenths and ninths, so include the parts which are distinctive, such as 7b and 2.
Conceive, believe, achieve!
Paul Lafountaine
Posts: 332
Joined: Sun Jan 23, 2011 5:06 am
Location: Northern Ontario

Re: My First, But Not Last

Post by Paul Lafountaine »

Thanks Dave this is much appreciated. I thank you for the time and effort you have put into this. As I have said before this is a great site, everyone is so helpful.
Post Reply