Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
m adopt some mos functions
Ganaram inukshuk (talk | contribs)
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.period_step_count(input_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