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

The default chordLineSpacing of 3mm created too much vertical distance
between guitar chords and their associated lyrics text. Reducing to 1mm
keeps chords visually connected to the lyrics they belong to.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shahondin1624
2026-03-17 14:40:46 +01:00
parent d733e83cb1
commit 446b8d3922

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:)