For example I was hoping to change the system system spacing and or the system separator between different sections. These are in the paper block. Different sections have have varying number of lyric stanza lines and the automatic spacing does not seem to adjust for these. Refer to my original post for one such example.
On Fri, Oct 4, 2024, 10:18 AM Knute Snortum <ksnor...@gmail.com> wrote: > 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 > > >