[JW Lua] New bar

Dave Foster fozda at mac.com
Thu Oct 24 14:17:15 CEST 2013


Hi Jari,

How do you add a new bar at the end (or insert in the middle)? I can create a new FCMeasure object, but it doesn't show up anywhere:

local measures = finale.FCMeasures()
measures:LoadAll()
print(measures:GetCount())
local newMeasure = finale:FCMeasure()
newMeasure:Save()
print(measures:GetCount())

Cheers,

Dave





More information about the JWLua mailing list