Module:MOS degrees: Difference between revisions
m Forgot to pass notation and prefix for the descending chain's function call |
m Fixed issue with appending either "octave" or "equave" to the last scale degree |
||
| Line 120: | Line 120: | ||
-- If the equave is 2/1, that's the octave | -- If the equave is 2/1, that's the octave | ||
if j == 1 then | if j == 1 then | ||
if input_mos.equave | if rat.eq(input_mos.equave, 2) then | ||
degree_name = degree_name .. " (octave)" | degree_name = degree_name .. " (octave)" | ||
else | else | ||