Function for letter noteheads

2023-10-04 Thread Leo Correia de Verdier
Dear List! I am trying to put custom notation for a piece for typewriter and electronics together and have devised a function for merging text and rhythm. It works fine as long as nothing else is involved, but interferes in some way with scripts and dynamics. Could any of you figure how and

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