Re: vertical spacing of top-level `\markup` and `\bookpart`

2023-10-04 Thread Valentin Petzel
> >> If I activate the `\bookpart` block, the stretchability is > >> completely lost – both inside and outside of `\bookpart`. Is this > >> expected? How can I control the stretchability for global markups > >> section-wise (e.g., in `\bookparts`)? > > > > > > If you add ragged-last-bottom =

Re: vertical spacing of top-level `\markup` and `\bookpart`

2023-10-04 Thread Werner LEMBERG
>> If I activate the `\bookpart` block, the stretchability is >> completely lost – both inside and outside of `\bookpart`. Is this >> expected? How can I control the stretchability for global markups >> section-wise (e.g., in `\bookparts`)? > > If you add ragged-last-bottom = ##f in your

Re: vertical spacing of top-level `\markup` and `\bookpart`

2023-10-04 Thread Xavier Scheuer
On Wed, 4 Oct 2023 at 09:17, Werner LEMBERG wrote: > > If I activate the `\bookpart` block, the stretchability is completely > lost – both inside and outside of `\bookpart`. Is this expected? How > can I control the stretchability for global markups section-wise > (e.g., in `\bookparts`)?

vertical spacing of top-level `\markup` and `\bookpart`

2023-10-04 Thread Werner LEMBERG
Consider this example. ``` \paper { markup-markup-spacing.stretchability = 1000 tagline = ##f } \markup "top" \markup "middle" \markup "bottom" \pageBreak %\bookpart { { c' } \markup "top" \markup "middle" \markup "bottom" %} ``` If I activate the `\bookpart` block, the