Module:Lumatone mapping intro: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 35: | Line 35: | ||
result = result .. " However, as both of its fifths are about as far away from just as possible, " | result = result .. " However, as both of its fifths are about as far away from just as possible, " | ||
.. "neither the sharp or the flat versions of the [[Standard Lumatone mapping for Pythagorean]] work particularly well." | .. "neither the sharp or the flat versions of the [[Standard Lumatone mapping for Pythagorean]] work particularly well." | ||
elseif octave ~= 12 then | |||
-- If the EDO can be generated entirely by fifths | -- If the EDO can be generated entirely by fifths | ||
result = result .. " Only one, however, agrees with the [[Standard Lumatone mapping for Pythagorean]]." | result = result .. " Only one, however, agrees with the [[Standard Lumatone mapping for Pythagorean]]." | ||
else | |||
result = nil | |||
end | end | ||