summaryrefslogtreecommitdiff
path: root/Weil_ich_Jesu_Schaeflein_bin/satz.ly
blob: 5c697f1f2e989e7ef568fbb04510389a3543d89c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\score {
  \header {
    title = "Weil ich Jesu Schäflein bin"
    composer = "Melodie: Christian Gregor 1784"
    poet = "Text: Henriette Marie Luise v. Hayn 1778"
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new ChordNames {
      \global \germanChords \akkorde
    }
    \new Staff <<
      \new Voice = melodie { \global \oneVoice \melodie }
    >>
    %STR_1% \new Lyrics \lyricsto melodie { \textI }
    %STR_2% \new Lyrics \lyricsto melodie { \textII }
    %STR_3% \new Lyrics \lyricsto melodie { \textIII }
  >>
  \layout {
    indent = #0
  }
}