Miklos Vajna wrote:
First, currently the output has "Bm" for my chord,
but actually I would like to have it as 'Bm \super "omit3"/A'.

Like this?  (verbatim)

replaceCN = #(define-music-function (parser location new) (markup?) #{\once \override ChordNames.ChordName #'stencil = #(lambda (grob) (grob-interpret-markup grob $new)) #}) BmsusA = \markup {Bm \super "omit3"/A}
\chords { e1:sus4 g e:m \replaceCN \BmsusA b:m }


Cheers,
Robin


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

Reply via email to