Module:MOS in EDO: Difference between revisions
Updated function names to reflect new template name |
Commented out test params |
||
| Line 149: | Line 149: | ||
local gen_in_edosteps = gen_in_edosteps or 14 | local gen_in_edosteps = gen_in_edosteps or 14 | ||
local number_of_periods = number_of_periods or 1 | local number_of_periods = number_of_periods or 1 | ||
local temperament = temperament or "meantone" | local temperament = temperament --or "meantone" | ||
-- Check whether the number of periods divides the edo | -- Check whether the number of periods divides the edo | ||
| Line 161: | Line 161: | ||
-- Calculate whether to include temperament names | -- Calculate whether to include temperament names | ||
local show_temperament = temperament ~= "" | local show_temperament = temperament ~= "" or temperament ~= nil | ||
-- Calculate the generator complement | -- Calculate the generator complement | ||