MusicKit Pack
Share
Explore

icon picker
Keys

Example 7: Major Key - MajorKey()

The MajorKey() formula returns an object with a list of chords, intervals, and the relative minor of the key.
Parameter is just the root of the major key (A,D,E, etc.)
Examples: MajorKey("C")
Key
MusicKit Major
Chords in Key
Modes in Key
Column 5
1
G
G
Gmaj7Am7Bm7Cmaj7D7Em7F#m7b5
G majorA dorianB phrygianC lydianD mixolydianE minorF# locrian
2
E
E
Emaj7F#m7G#m7Amaj7B7C#m7D#m7b5
E majorF# dorianG# phrygianA lydianB mixolydianC# minorD# locrian
3
Eb
Eb
Ebmaj7Fm7Gm7Abmaj7Bb7Cm7Dm7b5
Eb majorF dorianG phrygianAb lydianBb mixolydianC minorD locrian
There are no rows in this table

Example 8: Minor Key - MinorKey()

The MinorKey() formula returns an object with a list of chords, intervals, and the relative major of the key. There are three types of minor included in the object: melodic, harmonic, and natural. Each contains the corresponding information specific to it.
Parameter is just the root of the minor key (A,D,E, etc.)
Examples: MinorKey("C")
Key
MusicKit Minor
1
C
C
2
Bb
Bb
3
F
F
There are no rows in this table

Forward to
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.