lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Accidental style in presence of mid-bar line breaks.


From: Simon Albrecht
Subject: Re: Accidental style in presence of mid-bar line breaks.
Date: Wed, 27 Jun 2018 17:00:35 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]