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"