adapted maher's veni immanuel to new format
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user