Thanks for the info. I am afraid there is not much that can be done automatically. Wrapping the title would overflow into the subtitle and eventually affect almost every aspect of the layout.
Some remarks.
Using "\r\n
" in strings is currently not supported.
Instead of writing "<b>Verse 1</b>
" it is easier to use one of the comment forms, e.g "{cb: Verse 1}
" (and imagine that cb
stands for comment bold ☺). Of course, you must adjust the font definition:
"comment_box" : {
"name" : "Verdana-bold",
"size" : 12,
"frame": 0
},
It makes it easier to change all your Verse lines simultaneously.