This commit was merged in pull request #27.
This commit is contained in:
@@ -50,7 +50,7 @@ data class FontSpec(
|
||||
data class LayoutConfig(
|
||||
val margins: Margins = Margins(),
|
||||
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 metadataLabels: String = "abbreviated", // "abbreviated" (M:/T:) or "german" (Worte:/Weise:)
|
||||
val metadataPosition: String = "top" // "top" (after title) or "bottom" (bottom of last page)
|
||||
|
||||
@@ -22,8 +22,8 @@ fonts:
|
||||
|
||||
layout:
|
||||
margins: { top: 15, bottom: 15, inner: 20, outer: 12 }
|
||||
chord_line_spacing: 3
|
||||
verse_spacing: 4
|
||||
chord_line_spacing: 1
|
||||
verse_spacing: 6
|
||||
page_number_position: bottom-outer
|
||||
|
||||
images:
|
||||
|
||||
Reference in New Issue
Block a user