Page 1 of 1

How to automate time consuming tasks in Finale?

Posted: Sun Apr 15, 2018 11:17 pm
by kbsaxlessons
Dear readers,

I would like to create 15 Pdf's and 15 Mp3's for 15 different band instruments (Flute, Clarinet, Oboe, etc.) of "Row Row Row Your Boat" from one official version of sheet music. My question has to do with if anyone has had any luck automating a process like this? Which program will help me automatically create 15 Pdf's and Mp3's based off of one official version of the song in sheet music form. How can I automate this process so that I eventually don't have to click "change instrument" "Save as 'Row Row Row Your Boat - Clarinet'" "Print and save as pdf" "Export Audio" etc. Which program will help me automate these time consuming tasks?

Thanks again,

Kevin

Finale Version 2016 on Mac

Re: How to automate time consuming tasks in Finale?

Posted: Sun Apr 15, 2018 11:26 pm
by motet
Finale can play back one instrument at a time using the Solo feature in the score manager. You can then use something like Audacity to record the audio as you play it. It should go pretty quickly. I just did this with four voices of a choral piece.u

Re: How to automate time consuming tasks in Finale?

Posted: Sun Apr 15, 2018 11:40 pm
by kbsaxlessons
Can you do this with Pdf files as well? I'd really like this to be as instantaneous as possible.

Re: How to automate time consuming tasks in Finale?

Posted: Mon Apr 16, 2018 12:28 am
by motet
Read up on FinaleScript. Perhaps there's something there.

Re: How to automate time consuming tasks in Finale?

Posted: Mon Apr 16, 2018 2:43 am
by zuill
What is Finale version 2016?

As far as writing a script, it would probably take less time to manually do the pdfs and mp3s.

Zuill

Re: How to automate time consuming tasks in Finale?

Posted: Mon Apr 16, 2018 6:02 am
by kbsaxlessons
Yes, it may take more time for just one song. But I would like to do this for many songs and I find that taking the time to go through those steps ultimately takes takes too much time (at least a half hour per piece for 15 instruments). I need to cut down the time it takes to get the PDFs and mp3’s.

I will be learning more about Finalescript if I don’t hear more ideas from you guys/gals. I appreciate it, and if you’re considering typing out an answer please do type it out because this is important to me, thank you.

Sincerely,
Kevin

Re: How to automate time consuming tasks in Finale?

Posted: Mon Apr 16, 2018 2:06 pm
by George M19
For the PDF's, you can create a master score in Finale with all the instruments you'd want then generate parts. You can then make PDF's of all the parts at once by selecting all of the parts from the print dialog box and using your OS's print to PDF function.

You have to understand, though, that what you are asking for is next to impossible on any platform.

Re: How to automate time consuming tasks in Finale?

Posted: Mon Apr 16, 2018 2:47 pm
by Peter Thomsen
kbsaxlessons,

I suppose that you already have finished the Finale documents - with layout in both the score and the linked parts, right?

For the PDFs you can open the document, and switch to the Graphics Tool.
Then export the current score or linked part as a PDF file.
You will have to enter, manually, the part’s file name in the directory dialog box, and specify a destination folder.
Then hit Return to export.
From there you can probably let a FinaleScript script do the following:
- hit Option-Command-period to switch to the next linked part,
- Graphics menu > Export Pages…

Then, again, enter manually the part’s file name, and hit Return to export.

Then run the script again.

Then, again, enter manually the part’s file name, and hit Return to export.

&c.
&c.

What takes the longest time, is probably the file name entering.


The audio files can perhaps be created in a similar manner.

Re: How to automate time consuming tasks in Finale?

Posted: Mon Apr 16, 2018 4:38 pm
by kbsaxlessons
Thank you George M19 for your input! Interesting to know that what I am asking for is basically impossible to do on any platform. Although, hopefully using the Master Score approach will allow me to save time on part of the process. Thanks again, I will try it out!



Thank you Peter Thompsen for your input as well! I will be referencing your instructions, doesn't sound to complicated!

-Kevin