generated from boernel/lilypond-vorlagen
Schließ Aug und Ohr
This commit is contained in:
27
lieder/schliess_aug_und_ohr/schliess_aug_und_ohr.ly
Normal file
27
lieder/schliess_aug_und_ohr/schliess_aug_und_ohr.ly
Normal 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"
|
Reference in New Issue
Block a user