Module:Infobox ET: Difference between revisions
Major 2nd added |
Show "Fifth" only if not dual-fifth |
||
Line 60: | Line 60: | ||
i._to_cents(step_size, 6) .. '¢' | i._to_cents(step_size, 6) .. '¢' | ||
}) | }) | ||
table.insert(infobox_data, { | if not dual_fifth then | ||
table.insert(infobox_data, { | |||
'Fifth', | |||
approximation(tuning, size, equave, 3/2) | |||
}) | |||
end | |||
if dual_fifth then | if dual_fifth then | ||
table.insert(infobox_data, { | table.insert(infobox_data, { |