35 lines
917 B
Plaintext
35 lines
917 B
Plaintext
songFormatAndSize = "a5"
|
|
songMargin = 5
|
|
songInfoFontSize = 0
|
|
songInfoLineWidthFraction = 0.9
|
|
songTitleSize = 6
|
|
songTitleFont = "Liberation Sans"
|
|
songChordFont = "Liberation Sans"
|
|
songLyricFont = "Liberation Sans"
|
|
songChordFontSeries = #'bold
|
|
songTextChordAlignment = #'left
|
|
songScoreChordFontSize = 2
|
|
songTextChordFontSize = \songScoreChordFontSize
|
|
songTextChordDistance = 2.8
|
|
songTextLineHeigth = 5.8
|
|
songTocColumns = 3
|
|
globalSize = 15
|
|
lyricSize = 1.6
|
|
stanzaFormat = "~a."
|
|
romanStanzaFormat = "~@r."
|
|
refString = "Ref.:"
|
|
refStringWithNumbers = "Ref. ~a:"
|
|
% hübsche Wiederholungszeichen für den Liedtext
|
|
repStart = "𝄆"
|
|
repStop = "𝄇"
|
|
|
|
\paper {
|
|
cueMarkup = \markup {
|
|
\italic
|
|
#(make-on-the-fly-markup (lambda (layout props m)
|
|
(interpret-markup layout props
|
|
(string-join (map (lambda (n) (format #f "~@r." n)) (chain-assoc-get 'cues props)) ", ")))
|
|
(make-null-markup))
|
|
}
|
|
}
|