Module:MOS intervals: Difference between revisions
ArrowHead294 (talk | contribs) m Undo. Function constantly times out. Tag: Undo |
ArrowHead294 (talk | contribs) No edit summary |
||
| Line 48: | Line 48: | ||
.. "|+ style=\"font-size: 105%;\" | Intervals of " .. scale_sig .. "\n" | .. "|+ style=\"font-size: 105%;\" | Intervals of " .. scale_sig .. "\n" | ||
.. "! colspan=\"3\" | Intervals !! rowspan=\"2\" | Steps subtended !! rowspan=\"2\" | Range in cents !! rowspan=\"2\" | Average of [[HE]]<br/>(from [http://www.mikebattagliamusic.com/HE-JS/HE.html HE Calc])\n !! rowspan=\"2\" | Min of [[HE]]\n" | .. "! colspan=\"3\" | Intervals !! rowspan=\"2\" | Steps subtended !! rowspan=\"2\" | Range in cents !! rowspan=\"2\" | Average of [[HE]]<br/>(from [http://www.mikebattagliamusic.com/HE-JS/HE.html HE Calc])\n !! rowspan=\"2\" | Min of [[HE]]\n" | ||
.. | .. "|-\n" | ||
.. | .. "! Generic<sup>[[#mosstep-1|[1]]]</sup> !! Specific<sup>[[#mosstep-2|[2]]]</sup> !! Abbrev.<sup>[[#mosstep-3|[3]]]</sup>\n" | ||
-- Write each row | -- Write each row | ||
| Line 65: | Line 65: | ||
result = result .. "|-\n" | result = result .. "|-\n" | ||
.. string.format("| '''%s-%sstep''' ", i - 1, mos_prefix) | .. string.format("| '''%s-%sstep'''", i - 1, mos_prefix) | ||
.. string.format("|| %s " , tamnams.interval_quality(current_bright_interval, input_mos, "sentence-case")) | .. string.format("|| %s " , tamnams.interval_quality(current_bright_interval, input_mos, "sentence-case")) | ||
.. string.format("|| %s " , tamnams.interval_quality(current_bright_interval, input_mos, "abbrev", "m")) | .. string.format("|| %s " , tamnams.interval_quality(current_bright_interval, input_mos, "abbrev", "m")) | ||