diff --git a/chordsheet/rlStylesheet.py b/chordsheet/rlStylesheet.py index 44cc1b7..95eb3e6 100644 --- a/chordsheet/rlStylesheet.py +++ b/chordsheet/rlStylesheet.py @@ -44,7 +44,8 @@ def getStyleSheet(csStyle): fontSize=csStyle.headingFontSize, alignment=TA_LEFT, parent=stylesheet['Master'], - spaceAfter=2*mm) + spaceAfter=2*mm, + keepWithNext=1) ) return stylesheet \ No newline at end of file