David Stocker wrote:
center the entire chord symbol (root and suffix) on its rhythmic axis?

#(define (centerCN grob) (ly:stencil-aligned-to (ly:text-interface::print grob) X CENTER ))

and then apply as
\override ChordNames.ChordName #'stencil = #centerCN


Cheers, Robin


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

Reply via email to