View Single Post
  #1  
Old 01-20-2017, 04:22 AM
cw2k_2 cw2k_2 is offline
Member
 
Join Date: Jan 2017
Location: London
Posts: 1
Default Getting free sheet music with Scorch (or how to convert *.sco -> *.sib)

open free .sco files in sibelius
Quote:
Originally Posted by Falk Rene Beigang - 17 Nov 09:15PM (edited 17 Nov 09:18PM)
is there a possibility to open free .sco (scorch files) in sibelius to edit it? i want to modify some arrangement i found on sibeliusmusic.com for my musicclass ensembles. now i have to print out the sheets and scan with photoscore to have the possibility of editing in sibelius. it is not comfortable.

thanx
Source:sibelius.com/cgi-bin/helpcenter/chat/chat.pl?com=thread&start=412341&groupid=3

Of course you can open .sco again in Sibelius.
But it requires some 'magic' to undo da bad stuff and unwrap the 'CCSCORCH'-Layer.
In early days I patches sibelius.exe(Sibelius710b54_CW2K_Edition.7z) to also open *.sco files. However to cover the cases were there is an pdf wrapped into a *.sco and just for fun I made a special program call 'SCORA':
bit.do/SCORA
files.planet-dl.org/Cw2k/Sibelius%20Patch%20&%20Scorch%20File%20converter/GUI/

^-that's a text link !!! (* scroll to end for more)
GUI is windows(VB6) but the main part(SCORA.jar) of the converter is in java so it could be run on both PC and MAC.

SCORA is short for Scorch away and will completely unwrap *.sco files.

And here's a shortcut for the Scorch-player *Windows only*:
bit.do/ScorchPatch
files.planet-dl.org/Cw2k/Sibelius%20Patch%20&%20Scorch%20File%20converter/ScorchPatch1.0_CW2K.7z

It'll remove all restrictions and allow to view&print all pages as well as save the output as *.midi or *.sco.

Well you may test it here:
musicroom.com/se/id_no/0527707/details.html#c

Scorch-player is not working since Webkit (Chrome, Opera, Safari) kicked out NSAPI-support. I recommand to use of firefox or Internet explorer that may still has it.

However you don't need the Scorch-player. Just open website source( in Chrome Ctrl+U) and search for .sco

HTML Code:
...
		<embed id="ScorchPlugin" 
			src="http://www.sheetmusicdirect.com/scorches/smd_h_0000000000097761.sco"
			width="600"
			height="800"
			align="BOTTOM" 
			type="application/x-sibelius-score"
			pluginspage="http://www.sibelius.com/cgi/plugin.pl"
...
... and there he is the SCO-Download-Link
Code:
http://www.sheetmusicdirect.com/scorches/smd_h_0000000000097761.sco
Download it to were SCORA is (run cmd_exe) and type in (Copy&paste)
Code:
SCORA.cmd smd_h_0000000000097761.sco
You can also just double click on some *.sco and tell windows to open these files with SCORA.cmd
(or rightclick and choose Open with.../Choose standard program to bring up the 'open with dialog' again)
.

*now cross your fingers. I hope all that java stuff is installed correctly on ya system so the converter'll work*
->smd_h_0000000000097761.sib ( or sometimes *.pdf) will come out that'll open fine in Sibelius.

__________________________________________________ _____
(*) About textlinks
Quote:
In an effort to reduce SPAM, until you have made 5 forum posts, any posts that contain links (URLs) will require moderator approval.
to comply with this I'll turn all links into text links. To open them
  1. select them
  2. right click and choose 'Open website'. 'Follow Link' or something like this that your browser offers to you.
Reply With Quote