You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/abcmidi/files/abcmidi-2016.05.05-fno-comm...

24 lines
745 B

--- a/drawtune.c
+++ b/drawtune.c
@@ -75,7 +75,8 @@
int rootstem;
int fontsize, fontnum;
int donemeter;
-int ingrace, inchord;
+extern int ingrace;
+int inchord;
int chordcount;
struct feature* chordhead;
--- a/toabc.c
+++ b/toabc.c
@@ -85,7 +85,7 @@
int new_key_number; /* used for gchord transposition */
int oldtable[7], newtable[7]; /* for handling transposition */
int inchord; /* are we in a chord [ ] ? */
-int ingrace; /* are we in a grace note set { } ? */
+extern int ingrace; /* are we in a grace note set { } ? */
int chordcount; /* number of notes or rests in current chord */
int inlinefield; /* boolean - are we in [<field>: ] ? */
int cleanup; /* boolean to indicate -u option (update notation) */