Module:MOS mode degrees: Difference between revisions
m Adopt yesno module |
m comments; cleared todo |
||
| Line 4: | Line 4: | ||
local yesno = require("Module:Yesno") | local yesno = require("Module:Yesno") | ||
local p = {} | local p = {} | ||
-- Global variables for cell colors | -- Global variables for cell colors | ||
-- Colors are as follows: | -- Colors are as follows: | ||
-- | -- - Orange and blue for small and large sizes, respectively | ||
-- - Darker colors for altered scale degrees | |||
-- - No color for period intervals | |||
p.cell_color_none = "NONE" -- For cells that don't have a color (default cell color applies) | p.cell_color_none = "NONE" -- For cells that don't have a color (default cell color applies) | ||
p.cell_color_perfect_size = "NONE" -- Only applies for periods, including the root and equave | p.cell_color_perfect_size = "NONE" -- Only applies for periods, including the root and equave | ||