Getting SCORE running with DOSBox and OS X

SCORE is a music engraving tool.

Simply speaking there are two different orientations of music notation software. Firstly there are formatters. LilyPond is a good example of a pure formatter. It works like a secretary you dictate a letter and she formats it for you in her own “handwriting” (only that music is much more difficult to handle than text). You enter musically meaningful material and LilyPond outputs a graphical representation … In contrast to a formatter, an editor, as its name implies, lets you edit every single music notation element by hand. Editors are graphically oriented programs.

SCORE … lets you create any constellation of symbols used in music notation. The strength of SCORE is that you can put any symbol anywhere on a page of music, and more importantly, it will stay there.

Gordon Callon: What is SCORE? (http://www.acadiau.ca/~gcallon/www/score.htm)

Running SCORE under DOSBox with Windows is easy enough - and with a Virtual Machine, running DOSBox on Windows, on a Mac, is straightforward enough as well. However, booting up a VM every time is a bit of a pain, so here’s a quick guide to getting SCORE running with OS X.

Download / install

At the time of writing, the most recent stable version of DOSBox for OS X is 0.74. You may either download the .dmg directly, or visit the DOSBox downloads page to select the correct disk image for your system.

Once downloaded and mounted, move the Application Launcher to your /Applications folder as usual. Then, run the file. This will create an configuration file in ~/Library/Preferences/DOSBox which we will edit.

Finally, visit Tom Brodhead’s very helpful DOSBox page to download the ‘AADBOX.zip’ file, which contains a necessary fix to sort out scrolling issues within DOSBox.

Folder Structure

I would recommend creating a folder ~/DOS in your home directory. To that location, drag your program folder (SCOR4), so it’s at ~/DOS/SCOR4. Finally, unzip the AADBOX.zip file, and place the SCROLFIX.COM file into the SCOR4 folder, so it’s found at ~/DOS/SCOR4/SCROLFIX.com.

DOSBox Configuration

I only use DOSBox for SCORE, so if you’re using it for anything else you’ll not be wanting to follow these instructions exactly. For the rest of us, however, here’s how I’ve got my configuration file set up.

The configuration file is found, on OS X, at ~/Library/Preferences/DOSBox 0.74 Preferences. Obviously, this name will be slightly different if you’re running a newer version of DOSBox. Make sure to edit this file in plain text - i.e. don’t start adding colours or fonts to this file to make it look ‘pretty’.

At the line output=surface, change this to read output=ddraw.

As we’re loading DOSBox, we’re wanting it to automatically mount our ~/DOS folder as its C:\ drive, load our scroll-fixing magic and then start up the application itself - so this is pretty straightforward.

After the line [autoexec], add the following:

mount c ~/DOS 
c: 
cd SCOR4 
scrolfix.com 
SCOR4 
exit

That should be it! Restart DOSBox and enjoy.

See also: Score Users’ List; Gordon Callon’s Score Links.