lilypond-user
[Top][All Lists]
Advanced

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

Re: guitar chord: add9 - how?


From: Jack Cooper
Subject: Re: guitar chord: add9 - how?
Date: Mon, 4 Oct 2010 18:23:46 -0700 (PDT)

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
}
 

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
www.berlenmusic.com
www.jack-cooper.com

reply via email to

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