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

%spezifisch%

\pointAndClickOff

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

\score {
  \header {
    title = "Fröhlichkeit und leichtes Leben"
    composer = "Text und Satz (nach einer Vorlage von Felice Giardini um 1760): Josef Michel 1978"
    tagline = ""
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = sopran  { \global \sopranMelodie }
    >>
    \new Lyrics \lyricsto sopran { \textAs }
    \new Lyrics \lyricsto sopran { \textBs }
    \new Staff <<
      \new Voice = alt     { \global \altMelodie }
    >>
    \new Lyrics \lyricsto alt { \textAa }
    \new Lyrics \lyricsto alt { \textBa }
    \new Staff <<
      \new Voice = maenner { \global \clef "bass" \maennerMelodie }
    >>
    \new Lyrics \lyricsto maenner { \textAm }
    \new Lyrics \lyricsto maenner { \textBm }
  >>
  \layout {
    indent = #0
  }
  \midi { 
    \context {
      \Score
        tempoWholesPerMinute = #(ly:make-moment 72 2)
    }
  }
}