Re: revising documentation for proportional spacing

2024-03-21 Thread Werner LEMBERG
> While revising the documentation for proportional spacing [...] This is now available as https://gitlab.com/lilypond/lilypond/-/merge_requests/2279 Werner

Re: revising documentation for proportional spacing

2024-03-21 Thread Werner LEMBERG
>> ``` >> \override PaperColumn.used = ##t >> ``` > > I see in Spacing_engraver::stop_translation_timestep(): > > SCM proportional = get_property (this, "proportionalNotationDuration"); > if (unsmob (proportional)) > { > set_property (musical_column, "shortest-playing-duration", >

Re: revising documentation for proportional spacing

2024-03-21 Thread Jean Abou Samra
> While revising the documentation for proportional spacing in the NR I > stumbled upon > > ``` > \override PaperColumn.used = ##t > ``` > > that gets mentioned without any explanation.  Looking up some > discussion in `lilypond-user` from 2006 > >  

revising documentation for proportional spacing

2024-03-21 Thread Werner LEMBERG
While revising the documentation for proportional spacing in the NR I stumbled upon ``` \override PaperColumn.used = ##t ``` that gets mentioned without any explanation. Looking up some discussion in `lilypond-user` from 2006