Module:MOS: Difference between revisions

Inthar (talk | contribs)
No edit summary
Inthar (talk | contribs)
needs to parse "tritave"
Line 5: Line 5:


local common_name = {
local common_name = {
['3/2'] = 'fifth'
['3/2'] = 'fifth',
['3/1'] = 'tritave'
}
}
local common_ratio = {
local common_ratio = {
['fifth'] = rat.new(3, 2)
['fifth'] = rat.new(3, 2),
['tritave'] = rat.new(3, 1)
}
}