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

\pointAndClickOff

\header {
  tagline = ""
}
\paper {
  top-margin = 5
  print-all-headers = ##t
}

\score {
  \header {
    title = "Schmückt das Fest mit Maien"
    poet = "Text: Benjamin Schmolck, 1715"
    composer = "Melodie: bei Christian Friedrich Witt 1715"
  }
  \new ChoirStaff <<
    \new Staff <<
      \new Voice = "sopran" { \global \melodie }
      ifdef(`STR_1', \new Lyrics \lyricsto "sopran" \textI, )
      ifdef(`STR_2', \new Lyrics \lyricsto "sopran" \textII, )
      ifdef(`STR_3', \new Lyrics \lyricsto "sopran" \textIII, )
      ifdef(`STR_4', \new Lyrics \lyricsto "sopran" \textIV, )
    >>
  >>
  \layout {
    indent = #0
  }
}