mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2021.06.24
This commit is contained in:
17
store.c
17
store.c
@@ -186,7 +186,7 @@ int main()
|
||||
|
||||
*/
|
||||
|
||||
#define VERSION "4.57 May 25 2021 abc2midi"
|
||||
#define VERSION "4.58 June 24 2021 abc2midi"
|
||||
|
||||
/* enables reading V: indication in header */
|
||||
#define XTEN1 1
|
||||
@@ -5957,11 +5957,13 @@ int explict;
|
||||
copymap(&global);
|
||||
sf = sharps;
|
||||
mi = minor;
|
||||
headerprocess();
|
||||
|
||||
v = getvoicecontext(1);
|
||||
if (!inbody) v1index = notes; /* save position in case of split voice */
|
||||
};
|
||||
/* [SS] 2021-06-24
|
||||
***headerprocess();
|
||||
|
||||
***v = getvoicecontext(1);
|
||||
***if (!inbody) v1index = notes; /* save position in case of split voice */
|
||||
|
||||
if (gotclef)
|
||||
{
|
||||
event_octave(clef->octave_offset, 0);
|
||||
@@ -5969,6 +5971,11 @@ int explict;
|
||||
if (gotoctave) {
|
||||
event_octave(octave,0);
|
||||
};
|
||||
/* [SS] 2021-06-24 */
|
||||
headerprocess();
|
||||
v = getvoicecontext(1);
|
||||
if (!inbody) v1index = notes; /* save position in case of split voice */
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user