Module:Infobox MOS: Difference between revisions
m adopt some mos functions |
corrected period count |
||
| Line 124: | Line 124: | ||
local equave_in_cents = rat.cents(input_mos.equave) | local equave_in_cents = rat.cents(input_mos.equave) | ||
local number_of_periods = mos. | local number_of_periods = mos.period_count(input_mos) | ||
local period_as_string = "" | local period_as_string = "" | ||
if number_of_periods == 1 then | if number_of_periods == 1 then | ||