fix: reduce chord-to-lyrics gap from 3mm to 1mm (Closes #23) #26

Merged
shahondin1624 merged 1 commits from feature/issue-23-reduce-chord-lyrics-gap into main 2026-03-17 14:41:05 +01:00

View File

@@ -49,7 +49,7 @@ data class FontSpec(
data class LayoutConfig( data class LayoutConfig(
val margins: Margins = Margins(), val margins: Margins = Margins(),
val chordLineSpacing: Float = 3f, // mm val chordLineSpacing: Float = 1f, // mm gap between chord line and lyrics text
val verseSpacing: Float = 4f, // mm val verseSpacing: Float = 4f, // mm
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:)