[JW Lua] Run Update Layout, add/insert measure

Jari Williamsson jari.williamsson at mailbox.swipnet.se
Mon Aug 4 15:00:52 CEST 2014


On 2014-08-04 12:51, Bart Visser wrote:

> 1. Jari: would it be possible to add 'Update Layout' (from the utilities menu)? Or is it already available?

finale.FCStaffSystems.UpdateFullLayout()

(It's a class method, so you call it exactly like that.)

> 2. The FCMeasures-class has two functions that I would love to use: insert a new measure and add a new one. Adding one can be achieved already by saving a new FCMeasure, but inserting a measure would be very helpful.

If you look in the Class Browser, they are available as class methods:

finale.FCMeasures.Insert(12, 1) -- Inserts one measure at measure #12
finale.FCMeasure.Append(1) -- Adds one measure at the end


Best regards,

Jari Williamsson






More information about the JWLua mailing list