For some reason, if I have two slides for a verse, the print out puts a large gap between the two slides on the print out. It only seems to affect verses, not other types and it's not there between say verse & chorus, which would at least make sense. I figured it may have to do with the addition of the new slide break code, so I tried changing the 2nd verse id to it and the problem I have there is that I want it to break, but it doesn't anymore.
Comments
Hello,
Thank you for the report. This is indeed a bug. I filed a bug: https://bugs.launchpad.net/openlp/+bug/789618
Cheers
Thanks, working with another FOSS project, I'm hesitant to file bugs unless I know it's really a bug and not a feature, wanted to make sure it wasn't something I was overlooking or a bug in my CSS.
Hello mhalbrook,
If you are not sure about a bug/feature, you can check our launchpad bug tracker. You also can pop in our IRC channel and ask there.
Anyway, I fixed this bug. But, you will need to modify your CSS file (otherwise you will not have any space between verses).
.itemText {margin-top: 10px;}
Cheers
Thanks, seems to have solved the issue.