Invalid/incorrectly named files named when using export
I am using MuseScore 6d6448e which I downloaded and compiled today from git.
My previous version I was using last week, exported .wav and .mp3 files correctly.
This version, when I export a file as .wav, the file ends up with a filename as: filename.wav.ly. This file is unplayable.
When exported as an mp3 file, the filename is filename.mp3.ogg. This file is playable.
Something changed in the export processing?
Comments
yes it did (by accident it seems). I'll dig up the details later...
[EDIT] I beleive these are the culprits:
fc7fc3aff3 added a new file format and 65790b2e hides LilyPond export as being experimental, removed that other format but didn't update the list of extension.
In reply to That does indeed seem to be the case by Jojo-Schmitz
Should be fixed in 932f2e0ab1
In reply to Should be fixed in by [DELETED] 5
Yes, I did a git pull, recompiled and tested.
Export of mp3 and wav working fine now. Thanks!