Sometimes the final words in a paragraph are on either side of page, because of following note inside p. Can we use p and p rend="no-indent" to correct, or is that too granular?
The easiest way to fix this is to add an <lb/> before the <note> that follows right after this issue. See screen shot. As far as I can see, this doesn't actually add an extra line of empty space (that's good, i.e., it's not messing up formatting) but it does resolve the issue. I haven't implemented this (you'll need to in all cases), but it's an easy fix.
Sometimes the final words in a paragraph are on either side of page, because of following note inside p. Can we use p and p rend="no-indent" to correct, or is that too granular?
The easiest way to fix this is to add an

<lb/>
before the <note> that follows right after this issue. See screen shot. As far as I can see, this doesn't actually add an extra line of empty space (that's good, i.e., it's not messing up formatting) but it does resolve the issue. I haven't implemented this (you'll need to in all cases), but it's an easy fix.