lilypond-user
[Top][All Lists]
Advanced

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

Re: How do I do these chord symbols?


From: Kieren MacMillan
Subject: Re: How do I do these chord symbols?
Date: Mon, 21 Jan 2008 18:24:18 -0500

Father Gordon (et al.):

Even better!!
You can put them all in one list of exceptions -- see attached.
[Sorry... I'm just now climbing this particular learning curve.]

Kudos to the Lilypond team... AGAIN!!!  =)

Cheers,
Kieren.
_____________________________

\version "2.11.37"
\include "english.ly"

FGGChordNames =
{
        <c e g b d'>1-\markup { \super "maj9" }
        <c e g a d'>1-\markup { \super "6(add9)" }
}
chExceptions = #(append (sequential-music-to-chord-exceptions FGGChordNames #t) ignatzekExceptions)

chordStuff = \chordmode
{
        % standard names
        g1:maj9
        g1:6.9
        % names with FGG's custom exceptions
        \set chordNameExceptions = #chExceptions
        g1:maj9
        g1:6.9
}

\score
{
        \new ChordNames \chordStuff
}




reply via email to

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