Skip to content

Commit

Permalink
Merge pull request #1472 from sararocks/fix-windows-musescore
Browse files Browse the repository at this point in the history
updated location of Musescore in Windows to match updated installer
  • Loading branch information
mscuthbert authored Oct 26, 2022
2 parents 6cb71e7 + 0930657 commit 4bac761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions music21/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,10 @@ def _loadDefaults(self, forcePlatform=None):
for name, value in [
('lilypondPath', 'lilypond'),
('musicxmlPath',
common.cleanpath(r'%PROGRAMFILES%\MuseScore 3\MuseScore.exe')
common.cleanpath(r'%PROGRAMFILES%\MuseScore 3\bin\MuseScore3.exe')
),
('musescoreDirectPNGPath',
common.cleanpath(r'%PROGRAMFILES%\MuseScore 3\MuseScore.exe')
common.cleanpath(r'%PROGRAMFILES%\MuseScore 3\bin\MuseScore3.exe')
),
]:
self[name] = value # use for key checking
Expand Down

0 comments on commit 4bac761

Please sign in to comment.