refactor include system
This commit is contained in:
35
private_includes/base/default_style.ily
Normal file
35
private_includes/base/default_style.ily
Normal file
@@ -0,0 +1,35 @@
|
||||
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 = "𝄇"
|
||||
customChordPrintings = {}
|
||||
|
||||
\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))
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user