Initial commit

This commit is contained in:
2025-05-21 20:38:13 +02:00
commit 54db49a5b1
16 changed files with 2030 additions and 0 deletions

View 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"

View 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"))

View 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" }
}