Module:MOS intervals: Difference between revisions
Adopt verify functions, rewrite for code readability, add option for collapsing intervals table |
m Rewording |
||
| Line 185: | Line 185: | ||
end | end | ||
result = result | result = result | ||
.. string.format(" Each interval, apart from %s (%s), has two varieties or sizes each.", period_interval_desc, period_intervals_as_text) | .. string.format(" Each interval, apart from %s (%s), has two varieties, or sizes, each.", period_interval_desc, period_intervals_as_text) | ||
result = result | result = result | ||
.. | .. " Interval varieties are named major and minor for the large and small sizes, respectively" | ||
.. (input_mos.nL == input_mos.ns and "." or ", and augmented, perfect, and diminished for the scale's generators.") | |||
return result | return result | ||