generated from boernel/lilypond-vorlagen
Initial commit
This commit is contained in:
6
lilypond-custom-includes/base_config.ly
Normal file
6
lilypond-custom-includes/base_config.ly
Normal file
@ -0,0 +1,6 @@
|
||||
#(ly:set-option 'relative-includes #t)
|
||||
|
||||
customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly"
|
||||
|
||||
\include "categories.ly"
|
||||
\include "../lilypond-common-includes/general_include.ly"
|
9
lilypond-custom-includes/categories.ly
Normal file
9
lilypond-custom-includes/categories.ly
Normal file
@ -0,0 +1,9 @@
|
||||
#(define category-names '(
|
||||
(see "See und\nPiraten")
|
||||
;(categoriekey "Titel der Kategorie")
|
||||
))
|
||||
|
||||
%% Path to Category images
|
||||
#(define-public (category-image-path category)
|
||||
(string-append "../../liederbuecher/beispiel_liederbuch/categories/"
|
||||
category ".eps"))
|
28
lilypond-custom-includes/custom_style_overrides.ly
Normal file
28
lilypond-custom-includes/custom_style_overrides.ly
Normal file
@ -0,0 +1,28 @@
|
||||
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 = {
|
||||
<c g>-\markup { \super "4" }
|
||||
}
|
Reference in New Issue
Block a user