2022.07.22

This commit is contained in:
Seymour Shlien
2022-07-31 12:16:26 -04:00
parent ff3200286b
commit e74fd94609
7 changed files with 20 additions and 4 deletions

View File

@@ -49,7 +49,8 @@ typedef enum basic_cleftype {
basic_clef_undefined, /* for when we didn't find a clef */
basic_clef_auto, /* drawing program has free choice of clef */
basic_clef_perc, /* percussion */
basic_clef_none /* from abc standard 2.2 what does this mean ? */
basic_clef_none, /* from abc standard 2.2 what does this mean ? */
tablature_not_implemented /* [SS] 2022.07.31 */
} basic_cleftype_t;
typedef struct new_cleftype {