Hi Knute,

> First, I'd be interested in knowing why the following snippet doesn't work.  
> (I expected it to restart numbering on Score Two)

You have to explicitly set bookpart-level-page-numbering, right?

%%%  BEGIN
\version "2.24.4"

\bookpart {
  \markup "Score One"
  \score {
    \new Staff { \repeat unfold 256 { c'1 } }
  }
}

\bookpart {
  % This doesn't work
  \paper {
    bookpart-level-page-numbering = ##t
    first-page-number = #1
    print-first-page-number = ##t
  }
  \markup "Score Two"
  \score {
    \new Staff { \repeat unfold 256 { c'1 } }
  }
}

\bookpart {
  \markup "Score Three"
  \score {
    \new Staff { \repeat unfold 256 { c'1 } }
  }
}
%%%  END

Hope that helps!
Kieren.
______________________________________________

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.


Reply via email to