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

#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
#(set-default-paper-size "kindle")

\pointAndClickOff

\header {
  title = "Der Mond ist aufgegangen"
  poet = "Text: Matthias Claudius, 1779"
  composer = "Melodie: Abraham Peter Schulz, 1790"
  arranger = "Satz: Max Reger (1873 - 1916)"
  tagline = ""
}
\paper {
  top-margin = 5
}

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = frauen   { \global \oneVoice \pausen }
      \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 Lyrics = textV            { }
    \new Lyrics = textVI           { }
    \new Lyrics = textVII          { }
    \new Staff <<
      \new Voice = maenner  { \global \clef "bass" \oneVoice \pausen }
      \new Voice = tenor    { \global \clef "bass" \voiceOne \melodieTenor }
      \new Voice = bass     { \global \clef "bass" \voiceTwo \melodieBass }
    >>
    \new Lyrics = textBass        { }

    \context Lyrics = textI      \lyricsto tenor    { \textI }
    \context Lyrics = textII     \lyricsto tenor    { \textII }
    \context Lyrics = textIII    \lyricsto tenor    { \textIII }
    \context Lyrics = textIV     \lyricsto tenor    { \textIV }
    \context Lyrics = textV      \lyricsto tenor    { \textV }
    \context Lyrics = textVI     \lyricsto tenor    { \textVI }
    \context Lyrics = textVII    \lyricsto tenor    { \textVII }
  >>
  \layout {
    indent = #0
    \context {
      \Staff
      \RemoveEmptyStaves
      \override VerticalAxisGroup #'remove-first = ##t
    }
  }
}