mirror of
https://github.com/sshlien/abcmidi.git
synced 2026-04-15 22:33:42 +00:00
2024.02.22
This commit is contained in:
@@ -688,7 +688,7 @@ int isclef (char *s, cleftype_t * new_clef,
|
||||
int gotclef;
|
||||
|
||||
gotclef = 0;
|
||||
new_clef->octave_offset = 0;
|
||||
/*new_clef->octave_offset = 0; [SS] 2024-02.22 */
|
||||
gotclef = get_standard_clef (s, new_clef);
|
||||
if (!gotclef && expect_clef) {
|
||||
/* do we have a clef in letter format ? e.g. C1, F3, G3 */
|
||||
|
||||
Reference in New Issue
Block a user