2023/10/17

2023/10/16

A Song That Actually Uses Locrian


Mode (music)


    \relative c' {
        \clef treble \time 7/4 \hide Staff.TimeSignature
        c4 d e f g a b c2
    }
Diatonic major scale (Ionian mode, I) on C, a "white note" scale

{
\key c \dorian
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble 
  \time 7/4 c4^\markup { Dorian mode, II, on C } d es f g a bes c
} }
 

{
\override Score.TimeSignature #'stencil = ##f
\key c \phrygian
\relative c' { 
  \clef treble 
  \time 7/4 c4^\markup { Phrygian mode, III, on C } des es f g aes bes c
} }
 

{
\override Score.TimeSignature #'stencil = ##f
\key c \lydian
\relative c' { 
  \clef treble 
  \time 7/4 c4^\markup { Lydian mode, IV, on C } d e fis g a b c
} }
 

{
\override Score.TimeSignature #'stencil = ##f
\key c \mixolydian
\relative c' { 
  \clef treble 
  \time 7/4 c4^\markup { Mixolydian mode, V, on C } d e f g a bes c
} }
 

{
\override Score.TimeSignature #'stencil = ##f
\key c \aeolian
\relative c' { 
  \clef treble 
  \time 7/4 c4^\markup { Aeolian mode, VI, on C } d es f g aes bes c
} }
 

{
\override Score.TimeSignature #'stencil = ##f
\key c \locrian
\relative c' { 
  \clef treble 
  \time 7/4 c4^\markup { Locrian mode, VII, on C } des es f ges aes bes c
} }

The modern (diatonic) modes on CIn music theory, the term mode or modus is used in a number of distinct senses, depending on context.

This Song Teaches Counting But Is INSANELY Hard To Count

Todays Thought

The higher we soar the smaller we appear to those who cannot fly. 

-Friedrich Wilhelm Nietzsche, philosopher (15 Oct 1844-1900)


DO IT ANYWAY