Module:Ups and downs notation: Difference between revisions
CompactStar (talk | contribs) No edit summary |
CompactStar (talk | contribs) No edit summary |
||
| Line 93: | Line 93: | ||
-- Add flat/down notes | -- Add flat/down notes | ||
i = et.size - 1 | i = et.size - 1 | ||
local last_major_note = | local last_major_note = et.size - 1 | ||
while i >= 0 do | while i >= 0 do | ||
if table_contains(major_note_idx, i) then | if table_contains(major_note_idx, i) then | ||