It's not easy for my code to split a chord grid over multiple pages with how the chord grid parsing/processing is currently implemented (each line is not independent of the others). I'd rather not implement it that way, as it would require significant changes to the code. Instead, what I think I'm going to do is dynamically split apart grid sections if needed so that will insert a new {start_of_grid}/{end_of_grid} section with the remainder of the chord grid lines that couldn't fit on the current page. I'll have to do some testing, but I believe the end result will be the same if I do this.
Mike
Mike