summaryrefslogtreecommitdiff
path: root/Schmueckt_das_Fest_mit_Maien/Schmueckt_das_Fest_mit_Maien.ly
blob: 353e3f0060430c1be9df1b184cdd38fe597e4ea1 (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"
#(ly:set-option 'relative-includes #t)
\include "stimmen.ly"
\include "texte.ly"
#(ly:set-option 'relative-includes #f)

\pointAndClickOff

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

\score {
  \header {
    title = "Schmückt das Fest mit Maien"
  }
  \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
  }
}