yupingso / numbered-musical-notation

10 stars 2 forks source link

2nd line in a slide page may overflow to the next page #14

Open yupingso opened 1 year ago

yupingso commented 1 year ago

When the 2 lines in a page take up too much vertical space, the 2nd line may be moved to the next page by Latex, leaving only one line in the current page. This is not desirable.

Currently each line is a tikzpicture graphic. Consider merging the 2 lines within a page to a single graphic.

We may further control the overflow behavior. IMO "hidden" is better than "overflowing to the next page".

https://www.overleaf.com/learn/latex/TikZ_package