mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2020.10.27
This commit is contained in:
@@ -148,11 +148,11 @@ static void advance(struct voice* v, int phase, int* items, double* itemspace, d
|
||||
*itemspace = *itemspace + p->xleft + p->xright;
|
||||
*items = *items + 1;
|
||||
if (p->type == REST) {
|
||||
arest = p->item;
|
||||
arest = p->item.voidptr;
|
||||
addfract(&v->time, arest->len.num, arest->len.denom);
|
||||
};
|
||||
if ((p->type == NOTE) && (!v->ingrace)) {
|
||||
anote = p->item;
|
||||
anote = p->item.voidptr;
|
||||
notelen = anote->len;
|
||||
|
||||
if (anote->tuplenotes >0) {
|
||||
|
||||
Reference in New Issue
Block a user