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

%spezifisch%

\version "2.19.80"

\pointAndClickOff

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

#(set-global-staff-size 31)

\score {
  \header {
    title = "Was noch frisch und jung an Jahren"
    composer = "Worte und Weise: mündlich überliefert aus dem 18. Jahrhundert"
  }
  \new Staff <<
    \new ChordNames { \akkorde }
    \set Score.skipBars = ##t
    \new ChoirStaff <<
      \new Staff <<
        \new Voice = melodie       { \global \oneVoice \melodie }
      >>
      \new Lyrics \lyricsto melodie { \textI }
      \new Lyrics \lyricsto melodie { \textIb }
      \new Lyrics \lyricsto melodie { \textII }
      \new Lyrics \lyricsto melodie { \textIIb }
      \new Lyrics \lyricsto melodie { \textIII }
      \new Lyrics \lyricsto melodie { \textIIIb }
      \new Lyrics \lyricsto melodie { \textIV }
      \new Lyrics \lyricsto melodie { \textIVb }
    >>
  >>
  \layout {
    indent = #0
    \context {
      \Staff
      \RemoveEmptyStaves
      \override VerticalAxisGroup #'remove-first = ##t
    }
  }
}