On Sun, 10 Nov 2024 at 23:58, Maria Kireva <[email protected]> wrote:
>
> Thank you very much, Xaver. I tried this and and it works for this
bookpart but the next bookpart starts with the wrong page number witch is
the next pagenumber of the previous bookpart. How can I fix this?
Hello,
The following code does work as intended with versions 2.24 and 2.25.
Please provide a MWE showing the issue.
\paper {
bookpart-level-page-numbering = ##t
}
\bookpart {
\score {
\repeat unfold 256 c'1
}
}
\bookpart {
\score {
\repeat unfold 256 c'1
}
}
\bookpart {
\score {
\repeat unfold 256 c'1
}
}
Kind regards,
Xavier