summaryrefslogtreecommitdiff
path: root/Froehlich_soll_mein_Herze_springen_/satz.ly
blob: 8b245e78096eca33091ee3b9af105ec0d974370d (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\score {
  \header {
    title = "Fröhlich soll mein Herze springen"
    poet = "Paul Gerhardt (1607-1676)"
    composer = "Melodie: Johann Crüger: 1656"
  }
  \new ChoirStaff \transpose es e <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = "erste"     { \global \melodieErste }
    >>
    %STR_1%  \new Lyrics = "textErsteI"    {}
    %STR_2%  \new Lyrics = "textErsteII"   {}
    %STR_3%  \new Lyrics = "textErsteIII"  {}
    %STR_5%  \new Lyrics = "textErsteV"    {}
    %STR_6%  \new Lyrics = "textErsteVI"   {}
    %STR_7%  \new Lyrics = "textErsteVII"  {}
    %STR_9%  \new Lyrics = "textErsteIX"   {}
    ifdef(`STR_11',`\new Lyrics = "textErsteXI"   {}')
    \new Staff <<
      \new Voice = "zweite"    { \global \melodieZweite }
    >>
    \new Staff <<
      \new Voice = "dritte"    { \global \melodieDritte }
    >>
    %STR_1%  \new Lyrics = "textDritteI"   {}
    %STR_2%  \new Lyrics = "textDritteII"  {}
    %STR_3%  \new Lyrics = "textDritteIII" {}
    %STR_5%  \new Lyrics = "textDritteV"   {}
    %STR_6%  \new Lyrics = "textDritteVI"  {}
    %STR_7%  \new Lyrics = "textDritteVII" {}
    %STR_9%  \new Lyrics = "textDritteIX"  {}
    ifdef(`STR_11',`\new Lyrics = "textDritteXI"  {}')
    %STR_1%  \context Lyrics = "textErsteI"    \lyricsto "erste"  \textI
    %STR_2%  \context Lyrics = "textErsteII"   \lyricsto "erste"  \textII
    %STR_3%  \context Lyrics = "textErsteIII"  \lyricsto "erste"  \textIII
    %STR_5%  \context Lyrics = "textErsteV"    \lyricsto "erste"  \textV
    %STR_6%  \context Lyrics = "textErsteVI"   \lyricsto "erste"  \textVI
    %STR_7%  \context Lyrics = "textErsteVII"  \lyricsto "erste"  \textVII
    %STR_9%  \context Lyrics = "textErsteIX"   \lyricsto "erste"  \textIX
    ifdef(`STR_11',`\context Lyrics = "textErsteXI"   \lyricsto "erste"  \textXI')
    %STR_1%  \context Lyrics = "textDritteI"   \lyricsto "dritte" \textI
    %STR_2%  \context Lyrics = "textDritteII"  \lyricsto "dritte" \textII
    %STR_3%  \context Lyrics = "textDritteIII" \lyricsto "dritte" \textIII
    %STR_5%  \context Lyrics = "textDritteV"   \lyricsto "dritte" \textV
    %STR_6%  \context Lyrics = "textDritteVI"  \lyricsto "dritte" \textVI
    %STR_7%  \context Lyrics = "textDritteVII" \lyricsto "dritte" \textVII
    %STR_9%  \context Lyrics = "textDritteIX"  \lyricsto "dritte" \textIX
    ifdef(`STR_11',`\context Lyrics = "textDritteXI"  \lyricsto "dritte" \textXI')
  >>
  \layout {
    indent = #0
  }
}