lilypond-devel
[Top][All Lists]
Advanced

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

Re: Why don't we get rid of \chordmode?


From: Carl Sorensen
Subject: Re: Why don't we get rid of \chordmode?
Date: Thu, 29 Apr 2010 08:55:13 -0600



On 4/29/10 7:12 AM, "Werner LEMBERG" <address@hidden> wrote:

> 
> 
>>> <c 3 5>
> 
> I like this

Why <c 3 5> instead of <c e g>?

> 
>>   c\chord #'(1 3 5 7 11)
> 
> I like this too.

I think I really like this.  It allows a transparent definition of what is
meant by a chord that is really easy to override.

But we'll need to be sure it handles things like

c\chord #'(1 3- 5-)

And inversions could be handled, too.

c\chord #'(3 5 1)

or

c\chord #'(5 1 3)


We could even do bass notes

c\chord #'(4 1 3 5)

Chord structures could then be referenced easily (e.g. for adding to
exceptions) with the scheme list #'(4 1 3- 5-) instead of with notes, which
can cause some confusion.

Thanks,

Carl





reply via email to

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