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:
@@ -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:)
|
||||||
|
|||||||
Reference in New Issue
Block a user