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

%spezifisch%

\pointAndClickOff

\header {
  title = "Denn jeder braucht mal eine Pause"
  composer = "Pasquale Thibaut"
  tagline = ""
}
\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = tenor   { \global \oneVoice \clef "G_8" \tenorPausen }
      \new Voice = tenorI  { \global \voiceOne \clef "G_8" \tenorIMelodie }
      \new Voice = tenorII { \global \voiceTwo \clef "G_8" \tenorIIMelodie }
    >>
    \new Lyrics \lyricsto tenorII { \text }
    \new Staff <<
      \new Voice = bass   { \global \oneVoice \clef "bass" \bassPausen }
      \new Voice = bassI  { \global \voiceOne \clef "bass" \bassIMelodie }
      \new Voice = bassII { \global \voiceTwo \clef "bass" \bassIIMelodie }
    >>
  >>
  \layout {
    indent = #0
  }
}