D minor

D minor
{ \magnifyStaff #3/2 \omit Score.TimeSignature \key d \minor s16 \clef F \key d \minor s^"" }
Relative keyF major
Parallel keyD major
Dominant keyA minor
SubdominantG minor
Component pitches
D, E, F, G, A, B, C

D minor is a minor scale based on D, consisting of the pitches D, E, F, G, A, B, and C. Its key signature has one flat. Its relative major is F major and its parallel major is D major.

The D natural minor scale is:

 {
\omit Score.TimeSignature \relative c' {
  \key d \minor \time 7/4 d e f g a bes c d c bes a g f e d2
  \clef F \key d \minor
} }

Changes needed for the melodic and harmonic versions of the scale are written in with accidentals as necessary. The D harmonic minor and melodic minor scales are:

 {
\omit Score.TimeSignature \relative c' {
  \key d \minor \time 7/4 d^"D harmonic minor scale" e f g a bes cis d cis bes a g f e d2
} }
 {
\omit Score.TimeSignature \relative c' {
  \key d \minor \time 7/4 d^"D melodic minor scale (ascending and descending)" e f g a b cis d c! bes! a g f e d2
} }