Problem with period and chords
Problem with period and chords
Use of the period to increase note length of chords appears not to work. If I use "h.a" for instance, I get the note "a" playing for one and a half half notes (or 3 quarter note beats). But if I use it with a chord, for example "h.(ceg)", it only plays the chord for a half note (or two quarter note beats). I'd be happy to hear from anyone with advice on this.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Problem with period and chords
Dot affects next note but not next chord.
You have to write:
You have to write:
Code: Select all
NOTES SET "h(.c.e.g)"
Re: Problem with period and chords
Thanks very much! Works fine now.