summaryrefslogtreecommitdiff
path: root/Zwischengesang/Zwischengesang.ly
blob: d30b2fce7c7a8a484678fb0cfa0b3e5bf6b6f0b3 (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
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

\pointAndClickOff

\header {
  title = "Zwischengesang"
  tagline = ##f
}
\paper {
  top-margin = 5
}

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = "melodie" { \global \melodie }
    >>
    ifdef(`STR_1',\new Lyrics \lyricsto "melodie" { \textI })
    ifdef(`STR_2',\new Lyrics \lyricsto "melodie" { \textII })
  >>
  \layout {
    indent = #0
  }
}