Page numbering on export parts for PDF is continuous for *-Score_and_Parts.pdf

• Jan 29, 2015 - 09:35
Type
Functional
Severity
S4 - Minor
Status
closed
Project

When exporting parts as PDF, a 'combined' file, <scoreName>-Score_and_Parts.pdf gets generated, along with PDFs for the individual parts, <ScoreName>-<partName>.pdf.
Those individual parts start page numbering with their own page offset settings, as does the exposrt score.
The *Score_andParts.pdf though honours the parge offset only for the score part, i.e. the 1st page, but then continuously numbers all subsequent pages.
The code implies that this is on purpose, so this may be a feature request rather than a bug.
However, IMHO that 'combined' Score_and_Parts.pdf should not be different from Score or Parts exported separately.

A fix would be fairly easy, basically just removing a couple lines from mscore/file.cpp


Comments