Quote:
Originally Posted by phatphillss When would i call C#,C# why not call it Db im a bit confused when you would call it C# or Db somone please explain this. |
The basic idea here is that a seven note scale should have every letter in order. So an "A" scale (any scale) should contain:
A B C D E F G A
if you are in major, it would be:
A B C# D E F# G# A
and still every letter is represented.
In Dorian,
A B C D E F# G A
If you used Db for C# in the major mode you'd have:
A B Db D E F# G# A
Which has two "D's" and no "C's"
It would screw up other things as well. Intervals, for example. A major triad has root, major third, and perfect fifth. From the (wrong) scale above, 'A' major would be A, Db, E, which is a diminished fourth and a perfect fifth. Sounds the same on a piano, but is technically wrong (and confusing to read if you come to it in sheet music).
Eric