Stop-censorship-small.png

Melodic minor modes

From www.oscarvandillen.com
Jump to: navigation, search

Contents

Definition

The melodic minor modes are modes which are derived from derived from degrees of the melodic minor scale.

Relative notation


\version "2.12.2"
\relative c' {
</p>
<pre><<
 \new Staff
 \with {
 \remove "Time_signature_engraver" }
{
   \time 9/4
\clef treble { \override Staff.Stem #'transparent = ##t 
 \once \override TextScript #'outside-staff-padding = #2
 c4^"Ionian ♭3 / Dorian nat.7" d es f g a b c s
 \once \override TextScript #'outside-staff-padding = #2
 d,4^"Phrygian nat.6" es f g a b c d s
 \once \override TextScript #'outside-staff-padding = #1
 es,4^"Lydian #5 (augmented)" f g a b c d es s
 \once \override TextScript #'outside-staff-padding = #1
 f,4^"Lydian ♭7 (dominant) -Mixolydian #4" g a b c d es f s
 \once \override TextScript #'outside-staff-padding = #1
 g,4^"Mixolydian ♭6 - Aeolian major" a b c d es f g s
\break
 \once \override TextScript #'outside-staff-padding = #1
 a,4^"Locrian nat.2" b c d es f g a s
 \once \override TextScript #'outside-staff-padding = #2
 b,4^"Locrian ♭4 - Superlocrian" c d es f g a b s
 \bar "|."
}
}
>>
</pre>
<p>}

Notation on c


\version "2.12.2"
\relative c' {
</p>
<pre><<
 \new Staff
 \with {
 \remove "Time_signature_engraver" }
{
   \time 9/4
\clef treble { \override Staff.Stem #'transparent = ##t 
 \once \override TextScript #'outside-staff-padding = #2
 c4^"I - Ionian ♭3 / Dorian nat.7" d es f g a b c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"II - Phrygian nat.6" des es f g a bes c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"III - Lydian #5 (augmented)" d e fis gis a b c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"IV - Lydian ♭7 (dominant) - Mixolydian #4" d e fis g a bes c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"V - Mixolydian ♭6 - Aeolian major" d e f g as bes c s
\break
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"VI - Locrian nat.2 - Aeolian ♭5" d es f ges as bes c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"VII - Locrian ♭4 - Superlocrian" des es fes ges as bes c s
 \bar "|."
}
}
>>
</pre>
<p>}

See also

Personal tools
Namespaces
Variants
Actions
Navigation
Participation
Toolbox