Module:MOS gamut: Difference between revisions
Reformatted table output |
mNo edit summary |
||
| Line 357: | Line 357: | ||
-- The second row contains the note names | -- The second row contains the note names | ||
local result = result .. "|-\n" | local result = result .. "|-\n" | ||
local result = result .. "! Note names on " .. string.sub(note_symbols, 1, 1) | local result = result .. "! Note names on " .. string.sub(note_symbols, 1, 1) .. "\n" | ||
for i = 1, #gamut do | for i = 1, #gamut do | ||
-- Get the note name | -- Get the note name | ||