Re: Chord names collide with span bar
Knute Snortum <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <CALmeJxQ+XC1=eiLLqJ00SX7DHkCk9R8auSEz5RO1Ttrx6axBaQ@mail.gmail.com> |
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.