Compare commits

..

2 Commits

Author SHA1 Message Date
superrinus4
cc49869b36 erste lieder und Liederbuch konfig 2025-09-27 12:36:25 +02:00
tux
d10bbbb88d Schließ Aug und Ohr 2025-09-27 11:48:09 +02:00
5 changed files with 77 additions and 30 deletions

View File

@@ -0,0 +1,27 @@
\version "2.25.27"
\include "../../lilypond-custom-includes/base_config.ily"
\include "../../lilypond-song-includes/liedbausteine/schliess_aug_und_ohr.ly"
MUSIC = {
<<
\songChords
\new ChoirStaff = "firstStaff"
<<
\new Voice = "firstVoice" { \global \firstVoiceZersungen }
\addlyrics { \firstVerse }
>>
>>
}
TEXT = \markuplist {
\override #`(verse-chords . ,#{ \chords { \songChords } #})
\override #`(verse-reference-voice . ,#{ \global \firstVoiceZersungen #})
\override #`(verse-break-voice . ,verse-breaks)
\group-verses {
\chordlyrics \secondVerse
\chordlyrics \thirdVerse
}
}
\include "public_includes/layout_bottom.ily"

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
\pointAndClickOff
imagePagePath = "categories"
songPath = "../../lieder"
\include "../../lilypond-custom-includes/base_config.ily"
@@ -14,9 +13,7 @@ songPath = "../../lieder"
%Liedteil -> hier werden alle Lieder inkludiert
%Reihenfolge im Liederbuch: Von oben nach unten
\blankpage
\includeSong "vorlage_light"
\imagepage #125 "see.eps"
%Zur Übersichtlichkeit:
%A
@@ -38,10 +35,12 @@ songPath = "../../lieder"
%Q
%R
%S
\includeSong "schliess_aug_und_ohr"
%T
%U
%V
%W
\includeSong "wohin_auch_das_auge_blicket"
%X
%Y
%Z
@@ -49,11 +48,11 @@ songPath = "../../lieder"
\book {
% Dateiname
\bookOutputName "beispiel_liederbuch"
\bookOutputName "Geschili"
\header {
pdfcomposer = "Irgendwer"
pdftitle = "Beispielliederbuch ♫" % Unicode is geil!
pdfcomposer = "quentin"
pdftitle = "Geschili ♫" % Unicode is geil!
pdfsubject = "Ein anspruchsvolles Liederbuch mit Noten und etwas Hintergrundinformationen zu den Liedern."
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
\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
\bookpart {

View File

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