On 2014-04-24 06:11, Darcy James Argue wrote:

> Is there a quick way to delete all page breaks in a selected linked part? Or 
> do you really have to select each handle and delete them one by one?

Run this JW Lua script while the part is in focus:
---
local measures = finale.FCMeasures()
measures:LoadAll()
for m in each(measures) do
     m.PageBreak = false
end
measures:SaveAll()
finale.FCStaffSystems.UpdateFullLayout()
---


Best regards,

Jari Williamsson



_______________________________________________
Finale mailing list
Finale@shsu.edu
https://lists.shsu.edu/mailman/listinfo/finale

To unsubscribe from finale send a message to:
finale-unsubscr...@shsu.edu

Reply via email to