Members
(inner) expandChords
Convert a chord names sequence into a chord notes sequence
- Source:
Methods
(inner) chords(meter, measures, a)
Create a chord names sequence
Parameters:
Name | Type | Description |
---|---|---|
meter |
String | the meter used in the measures |
measures |
String | the chords |
a |
Sequence | sequence of chords |
- Source:
Examples
score.chords('4/4', 'C6 | Dm7 G7 | Cmaj7')
score(['chords', '4/4', 'Cmaj7 | Dm7 G7'])
(inner) harmony()
Create a harmony sequence
- Source: