lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Custom guitar chords


From: Robin Bannister
Subject: Re: Custom guitar chords
Date: Wed, 15 Apr 2009 21:18:21 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]