Song verses are not visually separated by spacing #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Song stanzas/verses are not visually separated from each other in the rendered PDF. There should be a clear vertical gap between sections (verses, choruses, etc.) so readers can easily distinguish stanza boundaries.
The configuration
config.layout.verseSpacingexists with a default of 4mm, applied inPdfBookRenderer.ktafter each section. However, the rendered output does not show adequate separation between stanzas. This may be caused by:Acceptance Criteria
verseSpacingconfiguration value is correctly applied after each section during renderingRelevant Code
renderer-pdf/.../PdfBookRenderer.kt— verse spacing applied after section renderinglayout/.../MeasurementEngine.kt:70-71— verse spacing in height calculationmodel/.../BookConfig.kt—LayoutConfig.verseSpacingdefault (4mm)