Skip to content

New note is undefined in notehead.change_shape #154

Open
@Nick-Mazuk

Description

@Nick-Mazuk

Currently, newnote is an undefined global in notehead.change_shape. So currently notehead:EraseAt(newnote) does nothing.

function notehead.change_shape(note, shape)
local notehead = finale.FCNoteheadMod()
notehead:EraseAt(newnote)

I suspect this was supposed to be defined somewhere?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions