Hi Shamus,

You're very welcome. :-) BTW, while that will work you still have to put
a \popChords thing into your chord block, so it's still not 100%
automatic the way language files are. If someone could tell me how to
make this happen I'd be more than happy to code it. :-)

Try adding the following to the bottom of pop-chords.ly

chordNamesPop = #(append
    (sequential-music-to-chord-exceptions exceptionsPop #t)
    ignatzekExceptions)

\layout
{
  \context
  {
    \Score
    chordNameExceptions = #chordNamesPop
  }
}

where exceptionsPop is the name of the variable containing your pop- chords definitions.

HTH!
Kieren.


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

Reply via email to