PDF export of parts doesn't have correct title metadata
MuseScore 98e51d9928 and 2.0.3
- Create a score for piano, extract the part
- File > Export parts -> PDF
The resulting PDF file for the part has a title metadata "Piano" while it should be "Title - Piano" or something similar.
Comments
And if title is "Some Piece", and filename is "Some_Piece.pdf", the meta data for title is "Some_Piece" rather than "Some Piece", so derived from the filename rather than the title.
See also https://musescore.org/en/node/86996 and https://musescore.org/en/node/52991.
It would really be nice to have all the other meta data from score properities available in the PDFs too. Unfortunatly Qt doesn't seem to provide the APIs for this.
See https://github.com/musescore/MuseScore/pull/2944
Fixed in branch master, commit cd8d23766b
fix #153671: PDF export of parts doesn't have correct title metadata
For master and 2.1
Fixed in branch 2.1, commit f611b005de
fix #153671: PDF export of parts doesn't have correct title metadata
Automatically closed -- issue fixed for 2 weeks with no activity.