Skip to content

Commit

Permalink
Remove lyxian description from +maj7.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Dec 21, 2022
1 parent 855f610 commit 4fdc512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/known_chord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl HasDescription for KnownChord {
KnownChord::MinorDominant(_) => "minor 7, dorian, second mode of major scale, major with flat third and flat seven",
KnownChord::DominantSharp11(_) => "dominant sharp 11, lydian dominant, lyxian, major with sharp four and flat seven",
KnownChord::Augmented => "augmented, major with sharp five",
KnownChord::AugmentedMajor7 => "augmented major 7, lyxian, major with sharp four and five, third mode of melodic minor",
KnownChord::AugmentedMajor7 => "augmented major 7, major with sharp four and five, third mode of melodic minor",
KnownChord::AugmentedDominant(_) => "augmented dominant, whole tone",
KnownChord::HalfDiminished(_) => "half diminished, locrian, minor seven flat five, seventh mode of major scale, major scale starting one half step up",
KnownChord::Diminished => "fully diminished (whole first), diminished seventh, whole/half/whole diminished",
Expand Down

0 comments on commit 4fdc512

Please sign in to comment.