Limit to alarms in TimeAlarms.h

I need seven different time signals. I have just started with the TimeAlarms library. Everything works fine with six alarms. When I try seven it compiles OK but it won't work. Is there a six-alarm limit to this library?

From TimeAlarms.h:

#define dtNBR_ALARMS 6   // max is 255

Thanks

NP