[JW Lua] Deleting a measure number region

Aaron Sherber aaron at sherber.com
Tue May 7 01:59:17 CEST 2024


Hi all,

I'm probably missing something obvious, but how do I delete a measure
number region?

This doesn't work -- when I look at the regions in the document, they're
all still there:

local r = finale.FCMeasureNumberRegions()
r:LoadAll()
r:ClearItemAt(0)
r:SaveAll()

This doesn't even work:

local r = finale.FCMeasureNumberRegions()
r:LoadAll()
r:ClearAll()
r:SaveAll()

Thanks,
Aaron.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jwmusic.nu/pipermail/jwlua_jwmusic.nu/attachments/20240506/f3130f5a/attachment.htm>


More information about the JWLua mailing list