Herr, deine Güte reicht so weit
Seite in Arbeit
<lilymidi> \version "2.10.33" <<
\new Staff { \key e \major \time 3/4 %%\tempo 4=??? << \new Voice = "first" { \voiceOne \relative g' { \repeat volta 2 { gis4^\markup { \italic"Einzelne. Vom Chor wiederholt"} gis gis b2 gis4 gis (a) fis gis2 e'4 dis2 fis4 b,2 cis4 fis, (b) ais b2 r4 } \repeat volta 2 { b4^\markup { \italic"Einzelne."} b b b2 ais4 ais ais ais a (gis) fis gis gis gis gis a b cis2 b4 ais4 (e') ais, b2 r4 %% {b4 (ais a)} {dis4 e fis} FIXME gis4^\markup { \italic"Chor."} gis gis b2 gis4 gis (a) fis gis2 e'4 dis2 fis4 b,2 e4 gis,4. (a8) fis (gis) } \alternative { {e2 r4} { \time 4/4 e4 gis^\markup { \italic"Chor."} gis gis} } a2. (fis4 gis4) e' e e fis2. (dis4 e) e e e e2 fis e dis e4 gis, gis gis a2. (fis4 gis) e' e e fis2. (dis4 e) e e e e2 fis e dis e r4 e dis2. dis4 e2 cis b dis e1 } %% /relative } %% /new Voice \new Voice = "second" { \voiceTwo \relative e' { e4 e e gis2 e4 e (fis) dis e2 gis4 fis2 a4 gis2 e4 dis2 e4 dis2 r4 %% :||: dis4 dis dis e2 e4 e e e fis (e) dis e e e e e e e2 e4 e2 e4 dis2 r 4 %% FIXME e4 e e gis2 e4 e (fis) dis e2 gis4 fis2 a4 gis4 (fis) e e2 dis4 e2 r4 %% :||: e4 e e e fis2. (dis4 e) gis gis gis a2. (fis4 gis) gis a b cis2 a gis fis gis4 e e e fis2. (dis4 e) gis gis gis a2. (fis4 gis) gis a b cis2 a gis fis gis r4 gis fis2. a4 gis2 a gis fis gis1 } %% /relative } %% /new Voice >> } %% /new Staff
\new Lyrics \lyricsto "first" { Herr, dei -- ne Gü -- te reicht so weit, so weit, so weit der Him -- mel ist, und dei -- ne Wahr -- heit, und dei -- ne Wahr -- heit, und dei -- ne Wahr -- heit so weit die Wol -- ken gehn. Herr, dei -- ne Gü -- te reicht so weit, so weit, so weit der Him -- mel ist. ist. Al -- le -- lu -- ja, Al -- le -- lu -- ja, Al -- le -- lu -- ja, Al -- le -- lu -- ja, Al -- le -- lu -- ja, Al -- le -- lu -- ja, Al -- le -- lu -- ja, Al -- le -- lu -- ja! Al -- le -- lu -- ja, Al -- le -- lu -- ja! }
\new Staff { \clef bass \key e \major \time 3/4 << \new Voice = "third" { \voiceOne \relative b { b4^\markup { \italic"Einzelne."} b b b2 b4 b2 b4 b2 b4 b2 b4 b (e) cis dis2 cis4 b2 r4 %% :||: b^\markup { \italic"Einzeln."} b b cis2 cis4 cis cis cis b2 b4 b b b %% voice 3 ? b cis b a2 b4 cis2 cis4 b2 r4 %% voice 3 ? %% r2. r r r r r r r r b4_\markup { \italic"Chor."} b b b2 b4 b2 b4 b2 b4 b2 b4 b (a) gis b2 a4 gis2 r4 gis r4 r2 r4^\markup { \italic"Chor"} b b b b r4 r2 r4 b b b b b cis b a2 a b b b r r4 b b b b r r2 r4 b b b b b cis b a2 a b b b r4 b4 b2. b4 e2 e b b b1 } %% /relative } %% /new Voice \new Voice = "fourth" { \voiceTwo \relative e { e4 e e e2 e4 b2 b4 e2 e4 b'2 dis,4 e2 e4 fis2 fis4 b,2 r4 r2. r r r r r r r r e4 e e e2 e4 b2 b4 e2 e4 b'2 dis,4 e2 e4 b2 b4 e2 r4 e4 r r2 r4 b b b e r r2 r4 b b b e e e e a2 fis b b, e r r4 b b b e r r2 r4 b b b e e e e a2 fis b b, e r4 e b'2. b4 cis2 a b b e,1 } %% /relative } %% /new Voice >> } %% /new Staff
\new Lyrics \lyricsto "third" { %% \repeat unfold 80 { \skip 4 } %% 25 × (3/4) + (5/4) \repeat unfold 54 {\skip 1} Al -- le -- lu -- ja, Al -- le -- lu -- ja, \repeat unfold 8 {\skip 1} Al -- le -- lu -- ja, Al -- le -- lu -- ja, }
>> </lilymidi>
This work is in the Public Domain because of its age. |
Test
<lilymidi> \version "2.10.33" \new ChoirStaff <<
\new Staff { \new Voice = "voice1" { f f f f f }
%% \new Voice = "voice2" { %% c c c c c %% }
} \new Lyrics = "voice1" \new Lyrics = "voice3" \new Staff { \new Voice = "voice3" { a a a a a }
%% \new Voice = "voice4" { %% c c c c c %% }
} \context Lyrics = "voice1" { \lyricsto "voice3" { Foo foo foo } } \context Lyrics = "voice3" { \lyricsto "voice3" { Bar bar bar } }
>> %% /new ChoirStaff </lilymidi>