local function _draw(t) nwcdraw.user:find('next','note') local x1 = (nwcdraw.user:xyAnchor() + nwcdraw.user:xyRight()) / 2 nwcdraw.line(x1, -6, x1, -3) end return { draw = _draw }