Hello,
I have this project on github 
https://github.com/georgeyanev/pesnarka_bd_2012/tree/master/sheets/bg-new
I like to separate the roman page numbering from the arabic, so that the arabic 
numbering starts at page page number 1. Is this possible for my project 
structure?

Best regards,
Maria

Xavier Scheuer <x.sche...@gmail.com> schrieb am Montag, 11. November 2024 um 
19:42:

> On Sun, 10 Nov 2024 at 23:58, Maria Kireva <kir...@proton.me> 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

Reply via email to