Skip to content

Commit

Permalink
Correct natural minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Jan 20, 2024
1 parent 61aa313 commit 162a471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scales.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const major_scale = let M = Major_2nd, m = Minor_2nd
end

const natural_minor_scale = let M = Major_2nd, m = Minor_2nd
[M, m, M, M, M, m, M]
[M, m, M, M, m, M, M]
end

const melodic_minor_scale = let M = Major_2nd, m = Minor_2nd
Expand Down

0 comments on commit 162a471

Please sign in to comment.