I have checked the NR
http://lilypond.org/doc/v2.18/Documentation/notation/bars . Indeed,
there is not any problem, as long as you do not use chord names. 

May be, there is another chapter in the NR concerning this case of
interfering with chord names? If any please point me to that. Thanks.

BB


Am 22.06.2017 um 17:12 schrieb Andrew Bernard:
> Hello BB,
>
> But this is in the NR in the section on bar numbers, is it not?
>
> Andrew
>
> ==
>
> \relative c' {
>   \set Score.currentBarNumber = #111
>   \override Score.BarNumber.break-visibility = #all-visible
>   % Increase the size of the bar number by 2
>   \override Score.BarNumber.font-size = #2
>   % Print a bar number every second measure
>   \set Score.barNumberVisibility = #(every-nth-bar-number-visible 2)
>   c1 | c1
>   % Center-align bar numbers
>   \override Score.BarNumber.self-alignment-X = #CENTER
>   c1 | c1
>   % Left-align bar numbers
>   \override Score.BarNumber.self-alignment-X = #LEFT
>   c1 | c1
> }

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

Reply via email to