lilypond-user
[Top][All Lists]
Advanced

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

Re: guitar chord: add9 - how?


From: Chip Wiegand
Subject: Re: guitar chord: add9 - how?
Date: Mon, 04 Oct 2010 18:30:08 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

On 10/4/2010 6:23 PM, Jack Cooper wrote:
There's a snippet for this, but here's a rebroadcast:

chExceptionMusic =  {
<c e g d'>1-\markup { \super "add9" }
}

chExceptions = #(append
(sequential-music-to-chord-exceptions chExceptionMusic #t)
ignatzekExceptions)
 
Chords =  
\chordmode {
\set chordNameExceptions = #chExceptions
d1:9^7
}
Got it - I noticed you put a carot between the 9 and 7, so I did that and nothing else, and now the chord names displays as I would expect it to - Aadd9
Thanks,
Chip

The exceptions you define applies to any chord of that voicing, regardless of the key.  I do
all of my exceptions in the key of C, for clarity.


--
Jack Cooper, BerLen Music


reply via email to

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