On Thu, Oct 29, 2015 at 2:00 AM, Andrew Bernard <andrew.bern...@gmail.com> wrote:
> Experimenting, I see that this started happening when I introduced the > following into the layout context for Score: > > \override NonMusicalPaperColumn.line-break-permission = ##f > > Leaving this out, one gets bar numbers, every eight bars. Putting this > line in, on a minimal example I don’t even get that log line of output at > all. Is this to be expected? > > The [8][16]... output is created by lily/paper-column-engraver.cc, and it represents an ongoing count of breakable columns. Apparently, they are organized in groups of 8 as a progress indication. Your override makes paper columns unbreakable, so there's nothing to count. David
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user