On Wed, Mar 20, 2024 at 8:01 AM Aaron Hill <[email protected]> wrote:
> ly:separation-item::print no longer exists, as all grobs support the > properties show-horizontal-skylines and show-vertical-skylines. > > So, swap out that \override with: > > %%%% > \override NonMusicalPaperColumn.show-horizontal-skylines = ##t > %%%% > > Ah, I see this is just for debugging. Thank you. Your solution helps when put into my bigger project. Some -- but not all -- of the bars are now wide enough.
