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.

\version "2.27.0"

{
  \override Score.BarNumber.break-visibility = #end-of-line-invisible
  \override Score.BarNumber.self-alignment-X = #RIGHT
  \*20 a'1
}

Lukas

Reply via email to