That prints the numbers high - I think the OP wants to avoid that. Have a look at this from the list, a possible answer.
https://lists.gnu.org/archive/html/lilypond-user/2017-06/msg00382.html Andrew On 7 April 2018 at 23:22, Knute Snortum <[email protected]> wrote: > Try this: > > \version "2.19.80" > chordsone = \chordmode { c1:7 f1:7 c1:7 } > one = > \relative c { > \override Score.BarNumber.break-visibility = #all-visible > \clef "bass_8" > c,4 g' c, ges' | f c' f, des |c g' c, as' | > } > > \score { > << > \new ChordNames { \chordsone } > \new Staff > \one > >> > } > >
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
