auf vielen Straßen

This commit is contained in:
tux 2025-03-01 18:03:04 +01:00
parent 3bc4bc4b14
commit 59cc04cbe3
2 changed files with 57 additions and 1 deletions

View File

@ -0,0 +1,40 @@
\version "2.25.8"
\include "../../lilypond-custom-includes/base_config.ly"
\include "../../lilypond-song-includes/liedbausteine/auf_vielen_strassen.ly"
MUSIC = {
\keepWithTag #'repeat
<<
\songChords
\new ChoirStaff
<<
\new Staff <<
\new Voice { \voiceOne \melodyVoice }
\addlyrics { \firstVerseWithRepeat }
\new Voice { \voiceTwo \global \secondVoice }
>>
\new Staff <<
\new Voice { \voiceTwo \global \thirdVoice }
\addlyrics { \keepWithTag #'thirdVoice \firstVerseWithRepeat }
\new Voice { \voiceOne \global \fourthVoice }
>>
>>
>>
}
verse-chords = \chords { \removeWithTag #'repeat \verseChords }
verse-voice = { \removeWithTag #'repeat \melodyVoice }
verse-breaks = { s4. s1 s s s2 s8 \break }
TEXT = \markuplist {
\override #`(verse-chords . ,verse-chords)
\override #`(verse-reference-voice . ,verse-voice)
\override #`(verse-break-voice . ,verse-breaks)
\group-verses {
\chordlyrics \secondVerse
\chordlyrics \thirdVerse
}
}
\include "../../lilypond-common-includes/standalone_output.ly"

View File

@ -1,5 +1,21 @@
songFormatAndSize = "a6landscape"
songMargin = 8
songInfoFontSize = -1.5
%songTitleFont = "Britannic T. custom"
%songChordFont = "TimesNewRomanPS"
%songLyricFont = "Arial"
songChordFontSeries = #'normal
songTextChordAlignment = #'left
songScoreChordFontSize = 3
songTextChordFontSize = 2
songTextLineHeigth = 5.5
songTocColumns = 3
globalSize = 15
lyricSize = 1.6
stanzaFormat = "~a)"
romanStanzaFormat = "~@r)"
customChordPrintings = {
<h dis' fis' e''>-\markup { \small "add11" }
<a cis' gis' h'>-\markup { \small "maj9" }
}
songFormatAndSize = "a4"