Father Gordon (et al.):
Even better!!
You can put them all in one list of exceptions -- see attached.
[Sorry... I'm just now climbing this particular learning curve.]
Kudos to the Lilypond team... AGAIN!!! =)
Cheers,
Kieren.
_____________________________
\version "2.11.37"
\include "english.ly"
FGGChordNames =
{
<c e g b d'>1-\markup { \super "maj9" }
<c e g a d'>1-\markup { \super "6(add9)" }
}
chExceptions = #(append (sequential-music-to-chord-exceptions
FGGChordNames #t) ignatzekExceptions)
chordStuff = \chordmode
{
% standard names
g1:maj9
g1:6.9
% names with FGG's custom exceptions
\set chordNameExceptions = #chExceptions
g1:maj9
g1:6.9
}
\score
{
\new ChordNames \chordStuff
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user