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

%spezifisch%

\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 }
      %STR_1% \new Lyrics \lyricsto "sopran" \textI
      %STR_2% \new Lyrics \lyricsto "sopran" \textII
      %STR_3% \new Lyrics \lyricsto "sopran" \textIII
      %STR_4% \new Lyrics \lyricsto "sopran" \textIV
    >>
  >>
  \layout {
    indent = #0
  }
}