I have multiple pairs of rows of text.
I want that each pair of rows wrap together, and each character always stays above or below its counterpart, without sliding right or left.
Example: a songbook (my use-case)
E- A# G#7/9
these are the lyrics of my song
Db E-
if chords offset it's super-wrong
Is there a general / simple solution?
Since posting this question I found a way which requires a heavy use of the figure space (a non-breaking space, code: &numsp, result: > <). It's not general nor simple, but it's better than nothing, so I posted it below, as an answer (click here to jump to it).