Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Last active February 17, 2026 04:13
Show Gist options
  • Select an option

  • Save peteristhegreat/62c23bdda7e46e369f67bf97f4ec08bb to your computer and use it in GitHub Desktop.

Select an option

Save peteristhegreat/62c23bdda7e46e369f67bf97f4ec08bb to your computer and use it in GitHub Desktop.
Finale MUS file open on MacOS

Setup Wine + Winetricks

brew install wine winetricks
export WINEPREFIX=$HOME/.wine-finale
wineboot
winetricks

Download ancient version of Finale

https://archive.org/details/finale2003version2003.r2windows2002

Double click the iso for it to get mounted under /Volumes

Run the installer

wine "Z:\\Volumes\\Finale 2003\\SETUP.exe"

Click through the installer

export WINEPREFIX=$HOME/.wine-finale
wine ~/.wine-finale/drive_c/Program\ Files\ (x86)/Finale\ 2003/FINALE.EXE

Export to Music XML

Plug-ins > MusicXML Export...

Import into MuseScore 4

Opens easily, and works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment