From ad766b00967b8a947a68613396ce71954a894893 Mon Sep 17 00:00:00 2001 From: sshlien Date: Sun, 2 Feb 2025 08:59:06 -0500 Subject: [PATCH] 2025.02.02 --- store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store.c b/store.c index 2fcb232..59d53ce 100755 --- a/store.c +++ b/store.c @@ -4302,7 +4302,7 @@ int xoctave, n, m; /* [SS] 2024-03-02 2025-02-02 don't apply both clef->octave_offset and v->octaveshift */ - //printf("clef->octave_offset = %d v->octaveshift = %d\n",clef->octave_offset,v->octaveshift); + /*printf("clef->octave_offset = %d v->octaveshift = %d\n",clef->octave_offset,v->octaveshift);*/ if (v->octaveshift == 0) { /*[JA] 2021-05-21 */ octave = xoctave + clef->octave_offset; } else {