Hi Jari,

Once I figured out how the LUA interface works, the script worked great — 
thanks so much! 

HUGE time-saver.

Cheers,

- DJA
-----
WEB: http://www.secretsocietymusic.org

On Apr 24, 2014, at 1:34 AM, Jari Williamsson 
<jari.williams...@mailbox.swipnet.se> wrote:

> 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
> 



_______________________________________________
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