Module:Infobox ET: Difference between revisions
Reverting an earlier edit per WP:BOLD: the fifth is useful for dual-fifth cases as it shows which one is closer to 3/2 |
mNo edit summary |
||
Line 67: | Line 67: | ||
local A1 = 7 * fifth - 4 * octave | local A1 = 7 * fifth - 4 * octave | ||
local m2 = 3 * octave - 5 * fifth | local m2 = 3 * octave - 5 * fifth | ||
local A1_cents = i._to_cents(i._backslash_ratio(A1 .. '\\' .. tuning), | local A1_cents = i._to_cents(i._backslash_ratio(A1 .. '\\' .. tuning), 4) | ||
local m2_cents = i._to_cents(i._backslash_ratio(m2 .. '\\' .. tuning), | local m2_cents = i._to_cents(i._backslash_ratio(m2 .. '\\' .. tuning), 4) | ||
local infobox_data = {} | local infobox_data = {} |