G major

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

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

The G major scale is:


\header { tagline = ##f }
scale = \relative c'' { \key g \major \omit Score.TimeSignature
  g a b c d e fis g fis e d c b a g2 \clef F \key g \major }
\score { { << \cadenzaOn \scale \context NoteNames \scale >> } \layout { } \midi { } }

Developed by StudentB