fix: increase verse spacing default from 4mm to 6mm (Closes #24) #27

Merged
shahondin1624 merged 1 commits from feature/issue-24-fix-verse-spacing into main 2026-03-17 14:52:50 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f183651f51 - Show all commits

View File

@@ -50,7 +50,7 @@ data class FontSpec(
data class LayoutConfig( data class LayoutConfig(
val margins: Margins = Margins(), val margins: Margins = Margins(),
val chordLineSpacing: Float = 1f, // mm gap between chord line and lyrics text val chordLineSpacing: Float = 1f, // mm gap between chord line and lyrics text
val verseSpacing: Float = 4f, // mm val verseSpacing: Float = 6f, // mm gap between consecutive song sections
val pageNumberPosition: String = "bottom-outer", val pageNumberPosition: String = "bottom-outer",
val metadataLabels: String = "abbreviated", // "abbreviated" (M:/T:) or "german" (Worte:/Weise:) val metadataLabels: String = "abbreviated", // "abbreviated" (M:/T:) or "german" (Worte:/Weise:)
val metadataPosition: String = "top" // "top" (after title) or "bottom" (bottom of last page) val metadataPosition: String = "top" // "top" (after title) or "bottom" (bottom of last page)

View File

@@ -22,8 +22,8 @@ fonts:
layout: layout:
margins: { top: 15, bottom: 15, inner: 20, outer: 12 } margins: { top: 15, bottom: 15, inner: 20, outer: 12 }
chord_line_spacing: 3 chord_line_spacing: 1
verse_spacing: 4 verse_spacing: 6
page_number_position: bottom-outer page_number_position: bottom-outer
images: images: