-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove superfluous accidentals not required to notate the full √2.√3 subgroup. Clarify relative interval qualities by making √2 a perfect interval. Switch Latin -> Greek correspondence to be semioctave-alphabetical instead of interleaved-alphabetical. Drop absolute semiquartals from the grammar. ref #297
- Loading branch information
Showing
38 changed files
with
476 additions
and
821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
"Pentanominal enneatonic 5L 4s subset of 313edo used in Sevish's track Desert Island Rain" | ||
"Enneatonic 5L 4s subset of 313edo used in Sevish's track Desert Island Rain" | ||
|
||
// Sometimes labeled as Madagasgar[9] to emphasize the full 13-limit. | ||
// 313edo is not optimal for Barbados[9], but the scale is generated by ~15/13 nonetheless, so it's not a misnomer. | ||
|
||
// Temper to 313 equal tones | ||
defer 313@ | ||
// Use labels without octaves prior to tempering | ||
defer labelAbsoluteFJS | ||
|
||
// Symmetric mode on middle C | ||
C4 = mtof(60) = 1/1 | ||
φ@4 | ||
φ4 | ||
F@4 | ||
F4 | ||
G4 | ||
G&4 | ||
ψ4 | ||
ψ&4 | ||
C5 | ||
C♮4 = mtof(60) | ||
D♮4 "Octave-reduced doubled 5th" | ||
αd4 "Split 4th" | ||
βd4 | ||
F♮4 "Perfect 4th" | ||
G♮4 "Perfect 5th" | ||
δd4 | ||
εd4 "Otave-complemented split 4th" | ||
B♭4 "Doubled 4th" | ||
C♮5 "Octave" |
Oops, something went wrong.