initial commit

This commit is contained in:
2024-10-17 16:42:32 +02:00
parent b25433b567
commit bd94c7b65e
119 changed files with 3666 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
\version "2.22.4"
\language deutsch
\include "../../../lilypond_songsheet_paper.ly"
\include "veni_immanuel_vars.ly"
\score{
<<
\new Staff {
\key d \minor
\time 2/2
\partial 4
\fixed c' {
\repeat volta 3 {
\new Voice = "verse" {\Song.Voice.Verse}
\new Voice = "chorus" {\Song.Voice.Chorus}
\alternative {
\volta 2 {\new Voice = "MaherChorus" \repeat volta 2 {\Song.Voice.MaherChorus
\Song.Voice.Chorus \bar ":|."}}
}
}}}
\new Lyrics <<
\lyricsto "verse" {\Song.Lyrics.English.VerseI}
\lyricsto "chorus" {\Song.Lyrics.English.Chorus}
\lyricsto "MaherChorus" {\Song.Lyrics.English.MaherChorus \Song.Lyrics.English.Chorus}
>>
\new Lyrics \lyricsto "verse" {\Song.Lyrics.English.VerseII}
\new Lyrics \lyricsto "verse" {\Song.Lyrics.English.VerseIII}
>>
% Deutscher Text
% <<
% \new Staff {
% \key d \minor
% \time 2/2
% \partial 4
% \fixed c' {
% \new Voice = "verse" {\Song.Voice.Verse}
% \new Voice = "chorus" {\Song.Voice.Chorus \bar "|."}
% }}
% \new Lyrics <<
% \lyricsto "verse" {\Song.Lyrics.German.VerseI }
% \lyricsto "chorus" {\Song.Lyrics.Latin.Chorus}
% >>
% \new Lyrics \lyricsto "verse" {\Song.Lyrics.German.VerseII}
% \new Lyrics \lyricsto "verse" {\Song.Lyrics.German.VerseIII}
% >>
\layout {
\context {
\Score
\omit BarNumber
}
}
}