Stop-censorship-small.png

Harmonic minor modes

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

Contents

Definition

The harmonic minor modes are modes which are derived from derived from degrees of the harmonic 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^"Aeolian nat.7" d es f g as b c s
 \once \override TextScript #'outside-staff-padding = #2
 d,4^"Locrian nat.6" es f g as b c d s
 \once \override TextScript #'outside-staff-padding = #1
 es,4^"Ionian #5" f g as b c d es s
 \once \override TextScript #'outside-staff-padding = #1
 f,4^"Dorian #4" g as b c d es f s
 \once \override TextScript #'outside-staff-padding = #1
 g,4^"Phrygian major" as b c d es f g s
 \once \override TextScript #'outside-staff-padding = #1
 as,4^"Lydian #2" b c d es f g as s
 \once \override TextScript #'outside-staff-padding = #2
 b,4^"Locrian ♭4♭♭7" c d es f g as 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^"Aeolian nat.7" d es f g as b c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"Locrian nat.6" des es f ges a bes c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"Ionian #5" d e f gis a b c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"Dorian #4" d es fis g a bes c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"Phrygian major" des e f g as bes c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"Lydian #2" dis e fis g a b c s
 \once \override TextScript #'outside-staff-padding = #2
 c,4^"Locrian ♭4♭♭7" des es fes ges as beses c s
 \bar "|."
}
}
>>
</pre>
<p>}

See also

Personal tools
Namespaces
Variants
Actions
Navigation
Participation
Toolbox