musescore / musescore/MuseScore
[MU4 Issue] Exported PDF files can have slightly wrong page size
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
When exporting a PDF file from MuseScore, the resulting PDF file can have a slightly wrong page size. For example, A4 is 210x297mm, but the exported file has 209,9x297mm. With Letter this seems to not occur.
(Could it be the case that MuseScore calculates page size in inches instead of milimeters?)
Tested in MuseScore 4 beta. Also happens in 3.6.2. Windows 10.
Steps to reprodute:
- Open MuseScore
- Create an empty score
- Set page size
- Export to PDF
- Open the PDF file in a PDF reader that can show file properties
Why is this important?
This can be problematic (or at least not ideal) if you're assembling pages from different sources. For example, I'm assembling a teaching material with parts made in other apps, and a central part with scores from MuseScore. When merging the various PDF files, they'll have slightly different page sizes.
Reported also in https://musescore.org/en/node/337069 for MuseScore 3.6.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.