2020.10.19

This commit is contained in:
Seymour Shlien
2020-10-20 11:52:56 -04:00
parent a1f745bb30
commit 5a81dc34fe
29 changed files with 2355 additions and 664 deletions

View File

@@ -14,7 +14,7 @@ void showfeature(struct feature *ft)
struct rest* arest;
struct tuple* atuple;
struct note* anote;
struct aclef* theclef;
cleftype_t* theclef; /* [JA] 2020-10-19 */
switch (ft->type) {
case SINGLE_BAR: printf("SINGLE_BAR\n");
break;
@@ -181,8 +181,7 @@ struct voice* v;
struct fract* afract;
struct rest* arest;
struct tuple* atuple;
struct aclef* theclef;
*/
cleftype_t* theclef; /* [JA] 2020-10-19 */
int sharps;
struct chord* thischord;
int chordcount;