A minor

Minor musical scale based on the note A From Wikipedia, the free encyclopedia

A minor is a minor scale based on A, B, C, D, E, F, and G.[1] Its key signature has no flats or sharps.[1] Its relative major is C major and its parallel major is A major.

The A natural minor scale is:


header { tagline = ##f }
scale = 
elative a { key a minor omit Score.TimeSignature
  a'^"A natural minor scale" b c d e f g a g f e d c b a2 clef F key a minor }
score { { << cadenzaOn scale context NoteNames scale >> } layout { } midi { } }

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


header { tagline = ##f }
scale = 
elative a { key a minor omit Score.TimeSignature
  a'^"A harmonic minor scale" b c d e f gis a gis! f e d c b a2 clef F key a minor }
score { { << cadenzaOn scale context NoteNames scale >> } layout { } midi { } }

header { tagline = ##f }
scale = 
elative a { key a minor omit Score.TimeSignature
  a'^"A melodic minor scale (ascending and descending)" b c d e fis gis a g? f? e d c b a2 clef F key a minor }
score { { << cadenzaOn scale context NoteNames scale >> } layout { } midi { } }

Scale degree chords

Well-known compositions in A minor


References

Related Articles

Wikiwand AI