Initial commit

This commit is contained in:
2025-09-27 11:17:35 +02:00
commit ab85939b4e
17 changed files with 2123 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#(ly:set-option 'relative-includes #t)
#(define include-path-unextended (if (defined? 'include-path-unextended) include-path-unextended #t))
#(if include-path-unextended
(let* ((custom-include-dir (dirname (current-filename)))
(project-dir (dirname custom-include-dir))
(pool-dir (string-append project-dir file-name-separator-string "lilypond-song-includes")))
(ly:parser-append-to-include-path custom-include-dir)
(ly:parser-append-to-include-path pool-dir))
(set! include-path-unextended #f))
customStyleOverridesFile = "custom_style_overrides.ily"
\include "categories.ily"
\include "../lilypond-common-includes/public_includes/layout_top.ily"

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