On 26.06.2018 09:11, Richard Shann wrote:
In this connection, I noticed that LilyPond skips printing the bar
number at the beginning of each line if the bar is being split over a
line.

That’s configurable:

%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.80"

\layout {
  \context {
    \Score
    barNumberVisibility = #(every-nth-bar-number-visible 1)
    \override BarNumber.break-visibility = #begin-of-line-visible
  }
}

{
  1 2 \bar "" \break 2
}
%%%%%%%%%%%%%%%%%%%%%%%

Best, Simon

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to