My Guitar Notes

C# — fretboard degree map

The same neck read as degrees instead of note names. A degree tells you what a note does in the key, which is what transfers from one key to another: the shape of the major scale is the same everywhere, the letters are not.

Tuning
standard (E A D G B E)
Key
C# major
Degrees shown
1 to 7 with the accidentals of the key
Frets shown
0 to 22
Notes outside the key
D, E, G, A, B (marked with a dot)
Comparison
the same map as note names is on C# note map

C# major, as degrees

A dot marks a note that is not in the scale. The shaded cell is the tonic.

String012345678910111213141516171819202122
E4·34·5·6·71·2·34·5·6·71·
B3·71·2·34·5·6·71·2·34·5·
G3·5·6·71·2·34·5·6·71·2·3
D3·2·34·5·6·71·2·34·5·6·7
A2·6·71·2·34·5·6·71·2·34·
E2·34·5·6·71·2·34·5·6·71·
DegreeNoteInterval above the tonic
1C#Perfect unison
2D#Major second
3E#Major third
4F#Perfect fourth
5G#Perfect fifth
6A#Major sixth
7B#Major seventh

C# natural minor, as degrees

The same fretboard read against the natural minor scale of the same tonic. The shape is the major scale of the key a minor third above, which is why it is the same set of positions moved three frets.

String012345678910111213141516171819202122
E4b3·4·5b6·b7·1·2b3·4·5b6·b7·1·
B3b7·1·2b3·4·5b6·b7·1·2b3·4·5b6
G3·5b6·b7·1·2b3·4·5b6·b7·1·2b3·
D3·2b3·4·5b6·b7·1·2b3·4·5b6·b7·
A2b6·b7·1·2b3·4·5b6·b7·1·2b3·4·
E2b3·4·5b6·b7·1·2b3·4·5b6·b7·1·
DegreeNoteInterval above the tonic
1C#Perfect unison
2D#Major second
b3EMinor third
4F#Perfect fourth
5G#Perfect fifth
b6AMinor sixth
b7BMinor seventh

Using the degree map

Related