Hi Julien,
Julien Cubizolles wrote
> Is there a way to define
> such a chord and name it (with the "full" suffix for example) so that in
> chordmode one could use g:full, c:full and so on ?
you can define your chord by assembling the six "real" pitches:
% ------------------------------------------------------
g_full = #(define-music-function (parser location) ()
#{
<g, d g b d' g'>
#})
{
\new TabStaff {
\chordmode {
g1 \g_full g
}
}
}
% ------------------------------------------------------
Cheers,
Klaus
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/adding-common-guitar-chords-tp200057p200058.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user