Hi Douglas,

Another minor issue I'm not going to worry about for
now is how to get the g:aug7 chord to display as "G+7"
instead of "G7/#5"....is it easy or do I have to dive
into the chord naming code

Both!  ;-)

Hope this helps.
Kieren.
______________________

\version "2.11.37"
\include "english.ly"

DougsChordNames =
{
        <c e gs bf>1-\markup { \super "+7" }
}
chExceptions = #(append (sequential-music-to-chord-exceptions DougsChordNames #t) ignatzekExceptions)

chordStuff = \chordmode
{
        % standard names
        g1:aug7
% names with custom exceptions (maybe do this at the \context { \Score } level instead?)
        \set chordNameExceptions = #chExceptions
        g1:aug7
}

\score
{
        \new ChordNames \chordStuff
}


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to