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

This commit was merged in pull request #26.
This commit is contained in:
2026-03-17 14:41:05 +01:00
parent d733e83cb1
commit 077b3c027e

View File

@@ -49,7 +49,7 @@ data class FontSpec(
data class LayoutConfig(
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 pageNumberPosition: String = "bottom-outer",
val metadataLabels: String = "abbreviated", // "abbreviated" (M:/T:) or "german" (Worte:/Weise:)