generated from boernel/lilypond-vorlagen
27 lines
680 B
Plaintext
27 lines
680 B
Plaintext
\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" |