Comment 1 for bug 1576148

Revision history for this message
Azaziah (suutari-olli) wrote :

Hello Andrew and thank you for reporting.

Optional split means that the song will be only split if it does not fit one slide.
If you want to force the split, you should duplicate the verse tag (EG. Verse1)

I've started working on "Force split" which will always split the verse.
I'll see if I can make it work.

 Example of Optional splitting:

Theme supports max 4 lines of text
A
B
<split>
C
D

Output:
A
B
C
D

Theme supports max 3 lines of text

A
B
<split>
C
D

Output:
A
B

New slide
C
D

If no split is used, the output will be:
A
B
C

New slide
D

The meaning of optional split is confusing,