[JW Lua] Change Score Name Insert

Nick Mazuk nick at nickmazuk.com
Mon Dec 17 20:30:42 CET 2018


Hi Everyone,

Does anyone know how to change the score name insert?

I’ve searched through pretty much everything I could find and the closest I’ve gotten was:

local p = finale.FCPart(finale.PARTID_CURRENT)
local args = finale.FCString()
p:GetName(args)
print(args.LuaString)

However there’s no setter and not a property. Furthermore, it seems to be missing from FCFileInfoText.

Thanks,

Nick


More information about the JWLua mailing list