erste lieder und Liederbuch konfig

This commit is contained in:
superrinus4
2025-09-27 12:36:25 +02:00
parent d10bbbb88d
commit cc49869b36
4 changed files with 50 additions and 30 deletions

View File

@@ -0,0 +1,44 @@
\version "2.25.27"
\include "../../lilypond-custom-includes/base_config.ily"
\include "../../lilypond-song-includes/liedbausteine/wohin_auch_das_auge_blicket_(die_moorsoldaten).ly"
HEADER = \bookpart {
\header {
\basicSongInfo
%infotext = ""
categories = ""
}
}
MUSIC = {
<<
\songChords
\new Staff = "firstStaff"
<<
\new Voice = "firstVoice" { \melodyVoice }
\addlyrics { \firstVerse \refLyrics }
\new Voice = "secondRefVoice" { \global \repeat unfold 15 { s2 } s4 \voiceOne \secondVoiceStyle \secondRefVoice }
>>
>>
}
TEXT = \markuplist {
\override #`(verse-chords . ,#{ \chords { \verseChords } #})
\override #`(verse-reference-voice . ,#{ \global \firstVoice #})
\override #`(verse-break-voice . ,verse-breaks)
\override #'(verse-cols . 2)
\group-verses {
\chordlyrics \secondVerse
\chordlyrics \thirdVerse
\chordlyrics \fourthVerse
\chordlyrics \fifthVerse
\chordlyrics \sixthVerse
\override #`(verse-chords . ,#{ \chords { \refChords } #})
\override #`(verse-reference-voice . ,#{ \global \firstRefVoice #})
\override #`(verse-break-voice . ,ref-breaks)
\chordlyrics \lastRefLyrics
}
}
\include "public_includes/layout_bottom.ily"

View File

@@ -3,7 +3,6 @@
% point and click blows up the pdf % point and click blows up the pdf
\pointAndClickOff \pointAndClickOff
imagePagePath = "categories"
songPath = "../../lieder" songPath = "../../lieder"
\include "../../lilypond-custom-includes/base_config.ily" \include "../../lilypond-custom-includes/base_config.ily"
@@ -14,9 +13,7 @@ songPath = "../../lieder"
%Liedteil -> hier werden alle Lieder inkludiert %Liedteil -> hier werden alle Lieder inkludiert
%Reihenfolge im Liederbuch: Von oben nach unten %Reihenfolge im Liederbuch: Von oben nach unten
\blankpage
\includeSong "vorlage_light"
\imagepage #125 "see.eps"
%Zur Übersichtlichkeit: %Zur Übersichtlichkeit:
%A %A
@@ -38,10 +35,12 @@ songPath = "../../lieder"
%Q %Q
%R %R
%S %S
\includeSong "schliess_aug_und_ohr"
%T %T
%U %U
%V %V
%W %W
\includeSong "wohin_auch_das_auge_blicket"
%X %X
%Y %Y
%Z %Z
@@ -49,11 +48,11 @@ songPath = "../../lieder"
\book { \book {
% Dateiname % Dateiname
\bookOutputName "beispiel_liederbuch" \bookOutputName "Geschili"
\header { \header {
pdfcomposer = "Irgendwer" pdfcomposer = "quentin"
pdftitle = "Beispielliederbuch ♫" % Unicode is geil! pdftitle = "Geschili ♫" % Unicode is geil!
pdfsubject = "Ein anspruchsvolles Liederbuch mit Noten und etwas Hintergrundinformationen zu den Liedern." pdfsubject = "Ein anspruchsvolles Liederbuch mit Noten und etwas Hintergrundinformationen zu den Liedern."
pdfkeywords = "Liederbuch, Pfadfinder, bündisch" pdfkeywords = "Liederbuch, Pfadfinder, bündisch"
} }
@@ -100,33 +99,11 @@ Hier steht lustiger Text"
} }
} }
} }
% muss drinbleiben, damit die Kategoriebildchen alle reingeladen und referenziert werden können:
\markuplist { \embed-category-images }
} }
% die Liederausgabe % die Liederausgabe
\songs \songs
%Kategorienverzeichnis
\bookpart {
\markuplist {
\index-in-columns-with-title #'categories \column {
\title-to-pdf-toc "Kategorienverzeichnis"
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis nach Kategorien" \null }
\vspace #1
}
}
}
\bookpart {
\markuplist {
\index-in-columns-with-title #'authors \column {
\title-to-pdf-toc "Autor*innenverzeichnis"
\fontsize #5 \sans \bold \fill-line { \null "Autor*innenverzeichnis" \null }
\vspace #1
}
}
}
% Inhaltsverzeichnis % Inhaltsverzeichnis
\bookpart { \bookpart {

View File

@@ -10,5 +10,4 @@
customStyleOverridesFile = "custom_style_overrides.ily" customStyleOverridesFile = "custom_style_overrides.ily"
\include "categories.ily"
\include "../lilypond-common-includes/public_includes/layout_top.ily" \include "../lilypond-common-includes/public_includes/layout_top.ily"