lilypond-user
[Top][All Lists]
Advanced

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

Re: Added ninth chord (symbol)


From: Henry Law
Subject: Re: Added ninth chord (symbol)
Date: Sat, 30 Apr 2016 13:49:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

On 29/04/16 18:59, Malte Meyn wrote:
The magic is called additionalPitchPrefix. It can be found f. e. at
section 2.7.2 of the Notation Reference. The following code prints “C9
C9 Cadd9 C9”.

%%%%%
\version "2.18.2"

\new ChordNames {
   <c e g d'>
   <c e g bes d'>
   \set additionalPitchPrefix = "add"
   <c e g d'>
   <c e g bes d'>
}

I had trouble with pop-chords.ly: first I couldn't find it, and then when I found something that purported to be it I zigged when I should have zagged and couldn't make it work.

But this additionalPitchPrefix thing works beautifully. And, for those who come behind me, it works fine with \chordmode too:

\version "2.18.2"

\new ChordNames {
  \set additionalPitchPrefix = "add"
  \chordmode { c:5.9 c:m7.5- c:5+.9- }
  <c e g d'>
  <c e g bes d'>
}

(Gives Cadd9 Cø C#5addb9 Cadd9 C9, exactly as required.)

--

Henry Law            Manchester, England



reply via email to

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