/* basically it is possiple to increase this value up to MAXTRACKS if a new version of */
/* tex will support that */
int CURRENTMAXTRACKS = 9; /* because of tex there is no possibility to generate */
/* notes of more than 9 tracks */
short INTERFACTEUR = 17; /* space between two instruments */
short BOTTOMFACTEUR = 14; /* space between the lines */
short MUSICSIZE = 16; /* size of music may also be set to 20 */
short PAGENUMBERS = 1; /* print page numbers (not -> 0) */
short MEASURENUMBERS = 0; /* print measure numbers (not -> 0; yes -> 1) */
short LINEBREAKER = 15; /* force a line breaking after more than LINEBREAKER notes or rests */
short INNERBARMAX = 8; /* force a line breaking after a bar longer than INNERBARMAX */
short INNERBARZ = 18; /* allow line breaking in the middle of a takt because of many events */
/* the following constants specify the position of their events */
char *BASSLYRICPOSITION = "L";
char *VIOLINELYRICPOSITION = "!g";
char *BASSLOUDNESSPOSITION = "I";
char *VIOLINELOUDNESSPOSITION = "!j";