Re: [Finale] Delete all page breaks?

2014-04-24 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 
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



Re: [Finale] ***POSSIBLE SPAM***(6.1) OT: medieval notation

2014-04-24 Thread Steve Parker
Surely the point of asking here is to cut through the 16,000 with the hope that 
some expert knowledge might be more useful...

 On 24 Apr 2014, at 03:26, Noel Stoutenburg mjol...@ticnet.com wrote:
 
 Ryan wrote:
 Are there any online cheat sheets on how to read medieval notation,
 mensural notation, and whatnot?
 If you've not ready done so, you might peruse the 16,400 results I 
 obtained by using my favorite search engine using the parameter reading 
 mensural notation.,
 
 ns
 
 ___
 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] ***POSSIBLE SPAM***(6.1) OT: medieval notation

2014-04-24 Thread Lawrence Yates
Hear hear, Steve.

Yes it's easy to google and easy to find thousands of links but there's a
good chance that a fair proportion of them will be useless for whatever
reason.  Asking on a mailing list such as this may help to narrow it down a
little and comments by those who have actually used some of these sites are
more valuable than the tiny extracts offered in a google result.

How I wish there had been a group like this when I was studying early
notation in the days before the internet - it might have saved me the many
hours I spent in libraries ploughing through obscure articles which often
led nowhere.

Incidentally, on one of those library visits I was accosted by a chap who
invited me to look for articles via some kind of computer link he had set
up.  He was a salesman selling subscriptions - results would be posted to
you.  I didn't realise it at the time but this must have been a very early
version of the internet.

Cheers,

Lawrence


On 24 April 2014 09:56, Steve Parker st...@pinkrat.co.uk wrote:

 Surely the point of asking here is to cut through the 16,000 with the hope
 that some expert knowledge might be more useful...

 --
Lawrenceyates.co.uk
___
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-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 raimund.lint...@t-online.de 
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
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 raimund.lint...@t-online.de 
 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] OT: medieval notation

2014-04-24 Thread Michael Lawlor
If you really mean 16th Century (which I consider renaissance and not 
medieval) it is quite easy to read.  If you need answers to a specific 
problem, ask away and I will see if I can answer it.  The problems most 
likely to occur are the understanding of perfection and interpretation 
of the dot.
Regards,
Michael Lawlor

On 24/04/2014 02:19, Ryan wrote:
 Are there any online cheat sheets on how to read medieval notation,
 mensural notation, and whatnot?
 I can recall some knowledge from my 16th century counterpoint class, but it
 fades rather quickly.
 Feel free to reply off-list.
 Thanks!



___
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 raimund.lint...@t-online.de 
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 raimund.lint...@t-online.de 
 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 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 
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