summaryrefslogtreecommitdiff
path: root/Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly
blob: 7e0c46d737e0ec49d9ea4bedaa38a8e553bbc811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\include "deutsch.ly"
\include "stimmen.ly"
\include "texte.ly"

%spezifisch%

\pointAndClickOff

\header {
  title = "Du bist mein, ich bin dein"
  poet = "Text: 12. Jahrhundert"
  composer = "Kanon zu zwei Stimmen: Gottfried Wolters (1910 - 1989)"
  tagline = ""
}

\new ChoirStaff <<
  \set Score.skipBars = ##t
  \new Staff <<
    \new Voice = melodie { \global \oneVoice \melodie }
  >>
  \new Lyrics \lyricsto melodie { \text }
>>