On 4/1/26 12:43 AM, Lukas-Fabian Moser wrote:
Hi,
Am 01.04.26 um 06:37 schrieb Paul Scott:
From NR 2.5.3 Aligning bar numbers, I don't understand:
\overrideScore.BarNumber.self-alignment-X=
#(break-alignment-listCENTERRIGHTCENTER) How can I get all bar numbers at the end of the previous bar? I don'tknow how to extract a graphic file from copyrighted material to
attach an example. i.e. slightly left of the beginning of the
relevant bar. Thank you for any help with this.
It would really be easier to help you if you gave a short working
LilyPond example.
Thank you for your quick correct answer.!
I didn't know how to give any working example, minimal or otherwise.
\version "2.27.0"
{
\override Score.BarNumber.break-visibility = #end-of-line-invisible
\override Score.BarNumber.self-alignment-X = #RIGHT
\*20 a'1
}
I would have thought your code would have put the bar number at the end
of the bar that the number applied to.
Has 2.27.0 been released?
Paul