Textakkordabstands finetuning
This commit is contained in:
		| @@ -95,8 +95,6 @@ generalLayout = \layout { | ||||
|     chordNoteNamer = #bassnote-name->german-markup-nosym | ||||
|     majorSevenSymbol = "maj7" | ||||
|     chordNameExceptions = \chordNameExceptions | ||||
|     % der baseline-skip der Akkorde beeinflusst, wie hoch die Hochstellung ist | ||||
|     \override ChordName.baseline-skip = #1.0 | ||||
|   } | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -8,6 +8,7 @@ songChordFontSeries = #'bold | ||||
| songTextChordAlignment = #'left | ||||
| songScoreChordFontSize = 2 | ||||
| songTextChordFontSize = \songScoreChordFontSize | ||||
| songTextChordDistance = 3 | ||||
| songTextLineHeigth = 5.3 | ||||
| songTocColumns = 3 | ||||
| globalSize = 15 | ||||
|   | ||||
| @@ -233,6 +233,7 @@ | ||||
|                  (verse-reference-voice #{#}) | ||||
|                  (verse-break-voice #{#}) | ||||
|                  (verse-line-height songTextLineHeigth) | ||||
|                  (verse-text-chord-distance songTextChordDistance) | ||||
|                  (intraverse-vspace 0) | ||||
|                  (transposition (cons #f #f)) | ||||
|                  (verselayout generalLayout)) | ||||
| @@ -258,7 +259,7 @@ | ||||
|             } | ||||
|             \context { | ||||
|               \Lyrics | ||||
|               \override VerticalAxisGroup.nonstaff-relatedstaff-spacing.basic-distance = #(- (- songTextLineHeigth songTextChordFontSize) 1) | ||||
|               \override VerticalAxisGroup.nonstaff-relatedstaff-spacing.basic-distance = #verse-text-chord-distance | ||||
|               \override LyricText.parent-alignment-X = #LEFT | ||||
|               \override LyricText.self-alignment-X = #LEFT | ||||
|               \override LyricText.word-space = 0.8 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user