When chord names are included, the bar numbers are positioned above the chord 
name. This is particularly noticeable if a fret diagram is also included. The 
bar numbers should be positioned immediately above the staff.
In this example, the chord name forces the second measure bar number out of 
position compared to other bars.

\version "2.20.0"
<<
  \chords { c1 c1 }
  \new Staff {
    \override Score.BarNumber.break-visibility = ##(#t #t #t)
    r1 r1 ^ \markup { \fret-diagram "" }
  }
>>

Aidan

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

Reply via email to