Module:MOS gamut: Difference between revisions

Ganaram inukshuk (talk | contribs)
No edit summary
Ganaram inukshuk (talk | contribs)
m Testing out spacing
Line 331: Line 331:
-- For anything else, the cell is black (actually gray) to mimic a piano
-- For anything else, the cell is black (actually gray) to mimic a piano
if string.len(note_name) == 1 then
if string.len(note_name) == 1 then
result = result .. '|bgcolor="white"|'.. note_name .. "\n"
result = result .. '|bgcolor="white"|'.. note_name .. " \n\n"
else
else
result = result .. '|bgcolor="gray"|'.. note_name .. "\n"
result = result .. '|bgcolor="gray"|'.. note_name .. "\n"