Check "Lydian #2": 0,2,3,5,7,9,10. Not ours.
The correct answers as given by my music theory tool [0], which uses traditional algorithms, in terms of names would be: Mela Kosalam, Lydian ♯2, Raga Kuksumakaram/Kusumakaram, Bycrian. m6 { 0 3 7 9 } Minor 6
5 { 0 7 } Power Chord
ma13 { 0 2 4 5 7 9 11 } Ionian
N.C { } No Chord/Rest
°7 { 0 3 6 9 11 } Diminished Seventh/Dim Seven
.. etc
They might have different numbers of notes but I see them as the same type of identities. I just call them all changes. ma13 { 0 4 7 9 11 }
13 { 0 4 7 9 10 }
Etc.. f_prime = f * 2 ** (i / 12)
# Where,
# f' is the derived f, (in this case Green {5.66 × 10^14 Hz})
# f is the reference f (in this case 261.63 Hz)
# i is the interval in semitones
Let's say that C == 261.63 Hz, and that Green == 5.66 × 10^14 Hz. Using the preceding formula we can make a small (python) program to check whether C == Green. light_range_min = 400 * 10 ** 9 # Hz
light_range_max = 790 * 10 ** 9 # Hz
C = 261.63 # Hz
octave = 0
for octave in range(100): # we are just using a high number here
f_prime = C * 2 ** (12 * octave / 12)
if f_prime >= light_range_min:
octave = octave
break
print(f"C in the range of light has f == {f_prime}, which is {f_prime / 10 ** 9} THz. We had to go {octave} octaves up to arrive there")
# outputs: C in the range of light has f == 561846146826.24, which is 561.84614682624 THz. We had to go 31 octaves up to arrive there
We can look up colour charts like [0] or [1] and find that this frequency is in fact associated with the colour green.
Prose is mostly focused on describing meaning using any words that serve to do so.
Verse is more concerned with structural factors like rhythm, tonality, and structure within syllables, or within types of sound, or parts of speech. Other linguistic devices which look at details beyond the strict meaning of the words, like rhyme or many other factors (you could even use visual spacing for example) can be considered in verse.
Within verse there's the concept of iambs. I think of it as a tuple of two syllables which are said, weak-strong. Pentameter means ten syllables, and iambic means in groups of weak and strong. Most of Shakespeare is written like this. Also English naturally sounds iambic a lot of the time.
Iambic pentameter sounds like this:
Normally you'd also look at rhyme structure if writing a legit Shakespearean sonnet [2] but I fired this one out as in the style of fast food. So this is technically iambic pentameter but not technically a sonnet.
Or like a particular Shakespearean sonnet [0]. Or like any of them, [1]
[0] https://shakespeare.mit.edu/Poetry/sonnet.I.html
[1] https://shakespeare.mit.edu/Poetry/sonnets.html
[2] https://www.poetryfoundation.org/education/glossary/shakespe...