Exporting multiple parts with dot in filename results in filename being cut at the dot

• Jan 4, 2023 - 03:00
Reported version
4.0
Type
Functional
Frequency
Few
Severity
S3 - Major
Reproducibility
Always
Status
GitHub issue
Regression
Yes
Workaround
No
Project

Steps to reproduce the issue:

  1. create/open a score with multiple Parts, e.g. Voice and Piano (template)
  2. save it with a dot in the file name, e.g. "sheet xyz Version 1.0.mscz"
  3. export it, e.g. as a PDF
  4. see the naming is as following:
    • "sheet xyz Version 1.0.mscz"
    • "sheet xyz Version 1.pdf"
    • "sheet xyz Version 1-Piano.pdf" (for example, if you selected Piano)

Desired result (step 4.):
- "sheet xyz Version 1.0.mscz"
- "sheet xyz Version 1.0.pdf"
- "sheet xyz Version 1.0-Piano.pdf"


I found issue #14537 from 2012, which describes a very simmilar problem but was marked as solved:
https://musescore.org/en/node/14537

Also the reported MuseScore version is not 4.x-dev but the latest 4 release (version: 4.0.0-223472200 revision: 5485621).

Please excuse me if I filled in a metadata field incorrectly.


Comments