Content deleted Content added
No edit summary |
|||
Line 18:
The C-sharp [[natural minor scale]] is:
\header { tagline = ##f }
scale = \relative c' { \key cis \minor \omit Score.TimeSignature
\key cis \minor \time 7/4 cis^"Natural minor scale" dis e fis gis a b cis b a gis fis e dis cis2▼
cis^"F♯ natural minor scale" dis e fis gis a b cis b a gis fis e dis cis2 \clef F \key cis \minor }
\score { { << \cadenzaOn \scale \context NoteNames \scale >> } \layout { } \midi { } }
</score>}}
Changes needed for the melodic and harmonic versions of the scale are written in with accidentals as necessary. The C-sharp [[Harmonic minor scale|harmonic minor]] and [[melodic minor scale]]s are:▼
▲Changes needed for the melodic and harmonic versions of the scale are written in with accidentals as necessary. The C-sharp [[Harmonic minor scale|harmonic minor]] and [[melodic minor scale]]s are:
</score>▼
\header { tagline = ##f }
scale = \relative c' { \key cis \minor \omit Score.TimeSignature
\key cis \minor \time 7/4 cis^"Melodic minor scale (ascending and descending)" dis e fis gis ais bis cis b? a? gis fis e dis cis2▼
▲
\score { { << \cadenzaOn \scale \context NoteNames \scale >> } \layout { } \midi { } }
</score>▼
▲</score>}}
{{block indent|<score sound raw>
\header { tagline = ##f }
scale = \relative c' { \key cis \minor \omit Score.TimeSignature
▲
\score { { << \cadenzaOn \scale \context NoteNames \scale >> } \layout { } \midi { } }
▲</score>}}
Its [[relative key|relative major]] is [[E major]]. Its [[parallel key|parallel major]], [[C-sharp major]], is usually written instead as the enharmonic key of [[D-flat major]], since C-sharp major’s key signature with seven sharps is not normally used. Its enharmonic equivalent, [[D-flat minor]], having eight flats including the B{{music|doubleflat}}, has a similar problem. Therefore, C-sharp minor is often used as the parallel minor for D-flat major. (The same enharmonic situation occurs with the keys of [[A-flat major]] and [[G-sharp minor]], and in some cases, with the keys of [[G-flat major]] and [[F-sharp minor]].)
|