Module:Lumatone mapping intro: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 23: | Line 23: | ||
if rings > 1 then | if rings > 1 then | ||
-- If the EDO has multiple rings of fifths | -- If the EDO has multiple rings of fifths | ||
result = result .. string.format(" However, since it has %d mutually-exclusive rings of fifths,", rings) | result = result .. string.format(" However, since it has %d mutually-exclusive rings of fifths, ", rings) | ||
.. "the [[Standard Lumatone mapping for Pythagorean]] is not one of them." | .. "the [[Standard Lumatone mapping for Pythagorean]] is not one of them." | ||
if ET.is_highly_composite(et) then | if ET.is_highly_composite(et) then | ||