Re: [Finale] Delete all page breaks?

2014-04-25 Thread Klaus Smedegaard Bjerre
Sad or not: I don't know how to run scripts.

Klaus


>
> From: Jari Williamsson 
>To: finale@shsu.edu 
>Sent: Friday, April 25, 2014 3:14 PM
>Subject: Re: [Finale] Delete all page breaks?
> 
>
>On 2014-04-25 12:47, Klaus Smedegaard Bjerre wrote:
>> Jari, for the sake of the non-code-nerds among us (may only be me), please 
>> load the formally finished plugin to your site.
>
>It's a script. It's no more complicated than running a FinaleScript, 
>although the user interface and functionality is different.
>
>
>
>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



Re: [Finale] Delete all page breaks?

2014-04-25 Thread Jari Williamsson
On 2014-04-25 12:47, Klaus Smedegaard Bjerre wrote:
> Jari, for the sake of the non-code-nerds among us (may only be me), please 
> load the formally finished plugin to your site.

It's a script. It's no more complicated than running a FinaleScript, 
although the user interface and functionality is different.


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



Re: [Finale] Delete all page breaks?

2014-04-25 Thread Klaus Smedegaard Bjerre
Jari, for the sake of the non-code-nerds among us (may only be me), please load 
the formally finished plugin to your site.

Klaus

Aired by iPad
___
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



Re: [Finale] Delete all page breaks?

2014-04-25 Thread Jari Williamsson
On 2014-04-25 06:57, Darcy James Argue wrote:

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

Btw, here's a modified script version if you want the script to behave 
like a regular Finale plug-in.

Save the lines that appear between the "---" lines in a .lua text file. 
Add that file to the default "[Menu]" container on the "Manager" page in 
JW Lua. Restart Finale and you should now see an added "Remove Page 
Breaks" item in the plug-in menu.


---
function plugindef()
return "Remove Page Breaks", "Remove Page Breaks",
"Removes all page breaks in the focused score/part."
end

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



Re: [Finale] Delete all page breaks?

2014-04-24 Thread Darcy James Argue
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 
 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



Re: [Finale] Delete all page breaks?

2014-04-24 Thread Darcy James Argue
Hi Raimund,

I tried your method. It does not work in the current version of FinMac2014. 
Perhaps the bug was fixed?

Cheers,

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

On Apr 24, 2014, at 2:59 PM, Raimund Lintzen  
wrote:

> inserting a staff system with page layout tool
> will delete all following page breaks.
> 
> ...bug or feature?
> 
> Cheers
> 
> Raimund Lintzen
> 
> Am 24.04.2014 20:51, schrieb Darcy James Argue:
>> I'm not sure I understand what you mean…
>> 
>> Cheers,
>> 
>> - DJA
>> -
>> WEB: http://www.secretsocietymusic.org
>> 
>> On Apr 24, 2014, at 2:20 PM, Raimund Lintzen  
>> wrote:
>> 
>>> Hi all,
>>> 
>>> just insert and delete a staff system before the first page break.
>>> 
>>> Cheers
>>> Raimund Lintzen
>>> 
>>> Am 24.04.2014 06:11, schrieb Darcy James Argue:
 Hi all,
 
 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?
 
 Cheers,
 
 - DJA
 -
 WEB: http://www.secretsocietymusic.org
 
 
 ___
 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
 
 
>>> -- 
>>> Raimund Lintzen
>>> D-50321 Brühl
>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
> 
> -- 
> Raimund Lintzen
> D-50321 Brühl
> 
> 
> 
> ___
> 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



Re: [Finale] Delete all page breaks?

2014-04-24 Thread Raimund Lintzen
inserting a staff system with page layout tool
will delete all following page breaks.

...bug or feature?

Cheers

Raimund Lintzen

Am 24.04.2014 20:51, schrieb Darcy James Argue:
> I'm not sure I understand what you mean…
>
> Cheers,
>
> - DJA
> -
> WEB: http://www.secretsocietymusic.org
>
> On Apr 24, 2014, at 2:20 PM, Raimund Lintzen  
> wrote:
>
>> Hi all,
>>
>> just insert and delete a staff system before the first page break.
>>
>> Cheers
>> Raimund Lintzen
>>
>> Am 24.04.2014 06:11, schrieb Darcy James Argue:
>>> Hi all,
>>>
>>> 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?
>>>
>>> Cheers,
>>>
>>> - DJA
>>> -
>>> WEB: http://www.secretsocietymusic.org
>>>
>>>
>>> ___
>>> 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
>>>
>>>
>> -- 
>> Raimund Lintzen
>> D-50321 Brühl
>>
>>
>>
>> ___
>> 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
>
>

-- 
Raimund Lintzen
D-50321 Brühl



___
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



Re: [Finale] Delete all page breaks?

2014-04-24 Thread Darcy James Argue
I'm not sure I understand what you mean…

Cheers,

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

On Apr 24, 2014, at 2:20 PM, Raimund Lintzen  
wrote:

> Hi all,
> 
> just insert and delete a staff system before the first page break.
> 
> Cheers
> Raimund Lintzen
> 
> Am 24.04.2014 06:11, schrieb Darcy James Argue:
>> Hi all,
>> 
>> 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?
>> 
>> Cheers,
>> 
>> - DJA
>> -
>> WEB: http://www.secretsocietymusic.org
>> 
>> 
>> ___
>> 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
>> 
>> 
> 
> -- 
> Raimund Lintzen
> D-50321 Brühl
> 
> 
> 
> ___
> 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



Re: [Finale] Delete all page breaks?

2014-04-24 Thread Raimund Lintzen
Hi all,

just insert and delete a staff system before the first page break.

Cheers
Raimund Lintzen

Am 24.04.2014 06:11, schrieb Darcy James Argue:
> Hi all,
>
> 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?
>
> Cheers,
>
> - DJA
> -
> WEB: http://www.secretsocietymusic.org
>
>
> ___
> 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
>
>

-- 
Raimund Lintzen
D-50321 Brühl



___
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



Re: [Finale] Delete all page breaks?

2014-04-23 Thread Darcy James Argue
Hi Jari,

Thanks! Will give it a shot tomorrow.

Cheers,

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

On Apr 24, 2014, at 1:34 AM, Jari Williamsson 
 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



Re: [Finale] Delete all page breaks?

2014-04-23 Thread Jari Williamsson
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



Re: [Finale] Delete all page breaks?

2006-03-22 Thread Johannes Gebauer

On 23.03.2006 Darcy James Argue wrote:

Surely there is a way to do this without selecting systems one by one?


I don't think so.

I also think that the page break option ended up in the wrong tool. It 
is clearly measure based, and when you change your measure layout you 
will get into all sorts of problems with the forced page breaks. Many 
completely unpredictable layout problems turned out to be page breaks 
which had been moved into the middle of a system.


I think the page break option should be in the measure tool, alongside 
the "Begin New System" option. I would also recommend to always use the 
two together for a page break.


Johannes
--
http://www.musikmanufaktur.com
http://www.camerata-berolinensis.de

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale