[JW Lua] FCPageFormatPrefs
Mr.Pat
Mr.Pat at pdreditions.com
Tue Jul 5 06:33:06 CEST 2016
Hi Jan,
This is the workaround I found that works well.
local pp = finale.FCPages()
pp:LoadAll()
local idx = 1
for p in each (pp) do
if idx % 2 == 1 then
p.RightMargin = 504
p.LeftMargin = 216
else
p.RightMargin = 216
p.LeftMargin = 504
end
idx = idx + 1
end
pp:SaveAll()
Pat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jwmusic.nu/pipermail/jwlua_jwmusic.nu/attachments/20160704/54b1aa26/attachment.htm>
More information about the JWLua
mailing list