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