Module:MOS interval HE: Difference between revisions
Rename function being called |
Rename |
||
| Line 46: | Line 46: | ||
-- Create table title | -- Create table title | ||
result = result | result = result | ||
.. "|+ style=\"font-size: 105%; white-space: nowrap;\" | " .. string.format(" | .. "|+ style=\"font-size: 105%; white-space: nowrap;\" | " .. string.format("Harmonic entropy data for %s\n", scale_sig) | ||
.. "|-\n" | .. "|-\n" | ||
-- Create table headers | -- Create table headers | ||
result = result | result = result | ||
.. "! Interval" | .. "! Interval\n" | ||
.. " | .. "! Range in cents\n" | ||
.. " | .. "! Average of [[HE]]<br/>(from [http://www.mikebattagliamusic.com/HE-JS/HE.html HE Calc])\n" | ||
.. " | .. "!Min of [[HE]]\n" | ||
-- Write each row | -- Write each row | ||