lilypond-user
[Top][All Lists]
Advanced

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

Re: display chords (Ami7(b5))


From: Kieren MacMillan
Subject: Re: display chords (Ami7(b5))
Date: Thu, 26 Feb 2009 10:34:05 -0500

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.




reply via email to

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