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

%spezifisch%

\pointAndClickOff

\header {
  title = "Abend wird es wieder"
  subtitle = "(Abendlied)"
  poet = "Text: August Heinrich Hoffmann von Fallersleben 1837"
  composer = "Satz: Georg L. Sothilander 2014"
  meter = "Melodie: Christian Heinrich Rinck 1827"
  tagline = ""
}
\paper {
  top-margin = 5
}

\score {
  \new ChoirStaff <<
    \new Staff <<
      \new Voice = pausen       { \global \oneVoice \pausen }
      \new Voice = erste        { \global \voiceOne \melodieI }
      \new Voice = zweite       { \global \voiceTwo \melodieII }
    >>
    ifdef(`STR_1',`\new Lyrics \lyricsto erste { \textI }')
    ifdef(`STR_2',`\new Lyrics \lyricsto erste { \textII }')
    ifdef(`STR_3',`\new Lyrics \lyricsto erste { \textIII }')
    ifdef(`STR_4',`\new Lyrics \lyricsto erste { \textIV }')
  >>
  \layout {
    indent = #0
    \context { \Staff \RemoveEmptyStaves }
  }
}