mirror of
https://github.com/sshlien/abcmidi.git
synced 2026-04-19 08:13:42 +00:00
2025.02.02
This commit is contained in:
2
store.c
2
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
|
/* [SS] 2024-03-02 2025-02-02 don't apply both clef->octave_offset and
|
||||||
v->octaveshift
|
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 */
|
if (v->octaveshift == 0) { /*[JA] 2021-05-21 */
|
||||||
octave = xoctave + clef->octave_offset;
|
octave = xoctave + clef->octave_offset;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user