Skip to content

Commit

Permalink
scale-generator: fix name of augmented interval (#1643)
Browse files Browse the repository at this point in the history
The interval described is an augmented *second*, not an augmented first.
Added also its composition in terms of steps for completeness.

Fixes #1642

Signed-off-by: Rafael Fonseca <[email protected]>
  • Loading branch information
r4f4 authored Mar 3, 2020
1 parent b2962bf commit 9bfee5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exercises/scale-generator/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ a "whole step" or "major second" (written as an upper-case "M"). The
diatonic scales are built using only these two intervals between
adjacent notes.

Non-diatonic scales can contain other intervals. An "augmented first"
interval, written "A", has two interceding notes (e.g., from A to C or
Db to E). There are also smaller and larger intervals, but they will not
figure into this exercise.
Non-diatonic scales can contain other intervals. An "augmented second"
interval, written "A", has two interceding notes (e.g., from A to C or Db to E)
or a "whole step" plus a "half step". There are also smaller and larger
intervals, but they will not figure into this exercise.

0 comments on commit 9bfee5f

Please sign in to comment.