On Fri, Oct 4, 2024 at 9:31 AM Walt North <waltno...@gmail.com> wrote:

> I have tried \noPageBreak at various places but none seem to have any
> impact on the automatic page break between book parts (\bookpart)..
>

Ah yes, book parts force a page break between parts.  Can you use just
\scores?  For example:

\version "2.24.4"

\bookpart {
  \score {
    { c'4 4 4 4 }
  }
  \score {
    { d'4 4 4 4 }
  }
}


--
Knute Snortum

Reply via email to