summaryrefslogtreecommitdiff
path: root/Die_beste_Zeit_im_Jahr_ist_mein_/Die_beste_Zeit_im_Jahr_ist_mein_.ly
blob: 9e9986e968462c7ebc61da0f886036a376831b1d (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
51
52
53
54
55
56
57
58
59
60
61
62
63
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

%spezifisch%

\pointAndClickOff

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

\score {
  \header {
    title = "Die beste Zeit im Jahr ist mein"
    poet = "Text: Martin Luther (1483 - 1546)"
    composer = "Weise: Straßburg 1572"
    arranger = "Satz: Willi Kuhbrodt"
    tagline = ""
  }

  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = frauen   { \global \oneVoice \pausenFrauen }
      \new Voice = sopran   { \global \voiceOne \melodieSopran }
      \new Voice = alt      { \global \voiceTwo \melodieAlt }
    >>
    \new Lyrics = textI            { }
    \new Lyrics = textII           { }
    \new Lyrics = textIII          { }
    \new Lyrics = textIV           { }
    \new Staff <<
      \new Voice = maenner  { \global \clef "bass" \oneVoice \melodieMaenner }
    >>
    \new Lyrics = textMaennerI     { }
    \new Lyrics = textMaennerII    { }
    \new Lyrics = textMaennerIII   { }
    \new Lyrics = textMaennerIV    { }

    \context Lyrics = textI          \lyricsto alt       { \textI }
    \context Lyrics = textII         \lyricsto alt       { \textII }
    \context Lyrics = textIII        \lyricsto alt       { \textIII }
    \context Lyrics = textIV         \lyricsto alt       { \textIV }
    \context Lyrics = textMaennerI   \lyricsto maenner   { \textI }
    \context Lyrics = textMaennerII  \lyricsto maenner   { \textII }
    \context Lyrics = textMaennerIII \lyricsto maenner   { \textIII }
    \context Lyrics = textMaennerIV  \lyricsto maenner   { \textIV }
  >>
  \layout {
    indent = #0
    \context {
      \Staff
      \RemoveEmptyStaves
      \override VerticalAxisGroup #'remove-first = ##t
    }
  }
}