Re: Function which return the chords of the degrees of a mode

2017-05-18 Thread Manuela Gößnitzer
If have done some programing some time ago, a function that produces diatonic chords from a scale. Check it out, maybe you can combine it with Thomas' code. \version "2.19.37" \language "deutsch" %% create diatonic chords from a scale %% enter the steps of the scale as lily music %% and chose

Re: Function which return the chords of the degrees of a mode

2017-05-16 Thread daviau ewen
Oh ! This is wonderfull ! I am alays so surprised by your answears and your skills ! Thanks Thomas ! --- http://labodezao.fr/ --- Ewen d'Aviau 11 chemin de berrien 44600

Re: Function which return the chords of the degrees of a mode

2017-05-16 Thread Thomas Morley
2017-05-15 19:56 GMT+02:00 zaord : > 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 :

Re: Function which return the chords of the degrees of a mode

2017-05-16 Thread daviau ewen
Hi, In guile :) Best --- http://labodezao.fr/ --- Ewen d'Aviau 11 chemin de berrien 44600 Saint-Nazaire 06-02-37-53-22 2017-05-16 18:07 GMT+02:00 Jacques Menu Muzhic

Re: Function which return the chords of the degrees of a mode

2017-05-16 Thread Jacques Menu Muzhic
Hello zaord, In which language? JM > Le 15 mai 2017 à 19:56, zaord a écrit : > > 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 :

Function which return the chords of the degrees of a mode

2017-05-15 Thread zaord
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