blob: a99bae36b8570713daa83787cae2271e2b6ead78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
\include "deutsch.ly"
\include "stimmen.ly"
\include "texte.ly"
%spezifisch%
\pointAndClickOff
\header {
title = "Gloria (Kanon)"
composer = "Musik: Paul Kickstat"
tagline = ""
}
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff <<
\new Voice = melodieI { \global \oneVoice \melodieI }
>>
\new Lyrics \lyricsto melodieI { \textI }
\new Staff <<
\new Voice = melodieII { \global \oneVoice \melodieII }
>>
\new Lyrics \lyricsto melodieII { \textII }
\new Staff <<
\new Voice = melodieIII { \global \oneVoice \melodieIII }
>>
\new Lyrics \lyricsto melodieIII { \textIII }
\new Staff <<
\clef "bass"
\new Voice = ostinato { \global \oneVoice \melodieOstinato }
>>
\new Lyrics \lyricsto ostinato { \textOstinato }
>>
|