lilypond-user
[Top][All Lists]
Advanced

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

Re: Modify chord names


From: keith Luke
Subject: Re: Modify chord names
Date: Thu, 2 Jun 2011 10:28:20 -1000

Check out Customizing Chord Names - Chord Name Exceptions in the notation guide.

For example:

% modify maj9 and 6(add9)
% Exception music is chords with markups
chExceptionMusic = {
<c e g b d'>1-\markup { \super "maj9" }
<c e g a d'>1-\markup { \super "6(add9)" }
}

On Thu, Jun 2, 2011 at 8:51 AM, Robert Schmaus <address@hidden> wrote:
Hi everyone,

I've been using Lilypond for a couple of weeks now, and I have to say that I absolutely love it! And the magnitude of knowledge and helpfulness in this mailinglist is just amazing.

I have a - possibly rather trivial - problem with chord names.
If I enter e.g. "g:13" and "bes:maj7.11+" in chordmode, the ChordNames staff prints "G9/add13" and "Bb^/add#11" (where the "^" is the Delta-symbol). What I would like to change (i.e. get rid of) are the "add"s.
Is there a way to e.g. override them with an empty string, something similar to the "majorSevenSymbol" attribute?

I can't find it in the manuals ...

Thanks a lot in advance!
Best


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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