The original version of this page can be found at : http://forum.makemusic.com/default.aspx?f=12&m=455900
Posted By : robin2001 - 6/29/2015 3:35 AM
Hi,

I have modified some of the included examples in Finale 2014 and have met my needs by extending the examples. But I cant find any good examples for other needs.

I wish to open score manager and delete the second staff.

Anyone know if possible and how.

I am doing this because I have a large number of files I need to only keep the first staff.

Thanks,

Posted By : Graeme Gilmore - 6/30/2015 9:10 AM
I couldn't find a way to do this in Finalescript. It is easy to select the second listed instrument, but I couldn’t find a way to select and delete the x icon for the instrument.

menu item "Window/score manager"
home key//Ensures that the selected instrument is the top instrument in the list.
down arrow //Selects the second instrument
menu item "Window/score manager" //closes Score Manager

It appears that deleting an instrument from the Score Manager Instrument List is exclusively a mouse action.

However, deleting a staff or staves can also be quickly done from the Staff Tool. Highlight a measure in the staff or staves you want to delete. Select “Delete Staves” or Delete Staves and Reposition” in the Staff Tool—or use the keyboard shortcuts.

In Finalescript this would be…

//Select at least one measure in each staff you want to delete.
Menu Item "Staff/Delete Staves and Reposition"
//Menu Item "Staff/Delete Staves"

Hope this is of some help.


Graeme


Finale 2014d v/5030, Windows 7 64-bit Home Premium, GPO, TGTools, Patterson Plug-Ins, JW Plug-Ins


Posted By : robin2001 - 6/30/2015 9:55 AM
THANK YOU.

I had to slightly modify to:

Process all open docs
work on later 1
Menu Item "Staff"
select staff 2
Menu Item "Delete Staves"

And it works perfectly.

Thanks
Rob

Post Edited (robin2001) : 6/30/2015 12:07:47 PM (GMT-5)