Is there (yet?) a location, depository or other collection of files already in Dorico format - as opposed to MIDI and MusicXML - of, say, Baroque instrumental music (but not limited to that area) which I could use in my study thereof, please?
Benwiggy’s project files thread between September 2025 and May this year leading to Ancient Groove Music); but is there documentation (there), please, on how to load those files into Dorico?
@dan_kreider’s thread begun in 2022 and nothing since February 2025, and the links therein.
Many thanks in advance; my apologies if I’ve missed something (obvious).
Oh, that’s interesting. On my phone, the files download as zip files, but on my Windows laptop, they just download as regular .dorico files.
If you’re getting a zip file, try just renaming it to something with a .dorico extension and opening it directly. I don’t have a Mac, so I can’t test it.
(A Dorico file is just a zip file with a different extension. The file tree you’re showing is what you get when you “unzip” a Dorico file.)
A little further research indicates that the root issue is that @benwiggy’s server is lacking a MIME type specification for Dorico files. (Probably should be application/x-dorico)
In the absence of that, Windows is happy to download it as a Dorico file, based on the filename; iOS and MacOS may decide to download it as a zip file, depending on certain browser settings.
The files are just “plain” .dorico files. However, Dorico files are themselves a zipped up collection of objects. It looks like your computer is unzipping the contents.
Curious. The files download as dorico files for me on Mac and iPad. What browser are you using? Safari has a setting to “Open safe files after downloading”. Perhaps that’s unzipping the files?
I don’t know if I’ll be able to add a MIME type to the server – I may just have to zip them all.
I tried with Chrome on Linux (no Dorico on this computer obviously, but I figured it might be interesting to check what happens), and it downloads the files as application/zip, both on your site and in this forum. (It doesn’t change the file name, but the downloaded files are treated as zip files by the OS.)
That’s a good question. Can the people who have trouble downloading files from Ben’s site download files from this forum? Is there a difference between the sites, or does it only depend on the end user’s system?
Update: On my Mac, Dorico files are recognised as such no matter where I download them from, if I use Chrome. If I download using Safari, it treats the file as a zip archive and unpacks it automatically if I download it from Ben’s site, but recognises it as a Dorico file if it comes from this forum.)
It took me a while to figure out how to look at the headers, but I have now checked how this forum sends the Dorico files. (I’ve now learned that curl has a verbose mode for this.) This site serves Dorico files as binary/octet-stream, so for anyone wondering what it should be to work for all (?) browsers there’s your answer.