lilypond-user
[Top][All Lists]
Advanced

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

Function which return the chords of the degrees of a mode


From: zaord
Subject: Function which return the chords of the degrees of a mode
Date: Mon, 15 May 2017 10:56:39 -0700 (MST)

Hi Here,

I'am trying to make a function which is returning a list of 7 chords
corresponding of each degree of a mode.

Exemple :

In X Major, we knows that  the chords are  :


degree 1 : Maj
degree 2 : min
degree 3 : min
degree 4 : Maj
degree 5 : Maj
degree 6 : min
degree 7 : dim

So in C Maj scale, the function will return a list of <c e g > <d f a> <e g
b > <f a c> < g b d >   *.

In A minor the function will return a list of <   * c e g > <d f a> <e g b >
<f a c> < g b d >.

Do you have any idea to make this function simple to code ?

Best,

And thanks





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Function-which-return-the-chords-of-the-degrees-of-a-mode-tp203140.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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