C-sharp minor: Difference between revisions

Content deleted Content added
Kyeon-go (talk | contribs)
mNo edit summary
Line 1:
{{short description|Minor key and scale based on C-sharp}}
{{Infobox musical scale
| name = C-sharp minor<score>{ \new Staff \with{ \magnifyStaff #3/2 } << \time 2/16 \overrideomit Score.TimeSignature #'stencil = ##f} { \cleftime treble1/8 \key cis \minor s16 \clef bassF \key cis \minor s16 } >> }</score>
| relative = [[E major]]
| parallel = [[C-sharp major]]
Line 23:
\override Score.TimeSignature #'stencil = ##f
\relative c' {
\clef treble \key cis \minor \time 7/4 cis4^\markup "Natural minor scale" dis e fis gis a b cis b a gis fis e dis cis2
\clef bassF \key cis \minor
} }
</score>
Line 33:
\override Score.TimeSignature #'stencil = ##f
\relative c' {
\clef treble \key cis \minor \time 7/4
cis4^\markup "Harmonic minor scale" dis e fis gis a bis cis bis a gis fis e dis cis2
} }
Line 41:
\override Score.TimeSignature #'stencil = ##f
\relative c' {
\clef treble \key cis \minor \time 7/4
cis4^\markup "Melodic minor scale (ascending and descending)" dis e fis gis ais bis cis b! a! gis fis e dis cis2
} }