home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-22 | 581 b | 23 lines | [TEXT/MSWD] |
- get-chord-inversions chords &optional (scale 'chromatic)
- scale can be any scale
-
-
- lists the different inversions of each chord in close
- positioning after scale which defaults to chromatic
- chord must be without transposed symbols
- If you have transposed material you can use convert-to-chromatic and when your done change-to-new-tonality
- to fix this.
-
-
-
- (get-chord-inversions '(abcd efgh) 'messiaen3)
- ->((abcd bcdj cdjk djkl) (efgh fghn ghno hnop))
-
- (get-chord-inversions '(abcd efgh) 'major)
- ->((abcd bcdh cdhi dhij) (efgh fghl ghlm hlmn))
-
-
-
- see also select-inverted-chords-rnd
-
-