C-sharp minor: Difference between revisions

Content deleted Content added
MFSHK (talk | contribs)
No edit summary
Line 20:
{{block indent|<score sound raw>
\header { tagline = ##f }
scale = \relative c'b { \key cis \minor \omit Score.TimeSignature
cis^"C♯ 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 { } }
Line 30:
{{block indent|<score sound raw>
\header { tagline = ##f }
scale = \relative c'b { \key cis \minor \omit Score.TimeSignature
cis^"C♯ harmonic minor scale" dis e fis gis a bis cis bis a gis fis e dis cis2 \clef F \key cis \minor }
\score { { << \cadenzaOn \scale \context NoteNames \scale >> } \layout { } \midi { } }
Line 36:
{{block indent|<score sound raw>
\header { tagline = ##f }
scale = \relative c'b { \key cis \minor \omit Score.TimeSignature
cis^"C♯ melodic minor scale (ascending and descending)" dis e fis gis ais bis cis b! a! gis fis e dis cis2 \clef F \key cis \minor }
\score { { << \cadenzaOn \scale \context NoteNames \scale >> } \layout { } \midi { } }