\version "2.18.2"

\include "deutsch.ly" 

#(ly:set-option 'point-and-click #f)

#(set-global-staff-size 17) 

%--------------------
% Maintainer: Sven Kaiser / e-mail: noten(at)oemsel.de
% der_mond_ist_aufgegangen_adolf_seifert.ly
% 2017-05-29

\header {
%  dedication ="Der lieben Regina"
  title ="Der Mond ist aufgegangen"
  poet =  "Text: Matthias Claudius (1746 - 1815)"
  composer = \markup { \right-column 
                       {\line {"Musik: Johann Abraham Peter Schulz (1747 - 1800)"}
                       \line {"Satz: Adolf Seifert (1902 - 1945)"}}}
  tagline = \markup { \tiny \italic"Diese Noten sind gemeinfrei  -  Rev. 3  -  Notensatzprogrammierung S. Kaiser mit http://lilypond.org   -   Notendownload: www.oemsel.de/noten" }
}

\paper {
    paper-width = 21.0\cm
    paper-height = 29.7\cm
    top-margin = 0.7\cm
    bottom-margin = 0.8\cm
    left-margin = 2.0\cm
    right-margin = 2.0\cm
    print-page-number = ##f
    ragged-bottom = ##t
    markup-system-spacing = #'((basic-distance . 17) (padding . 1) (stretchability . 0))
    system-system-spacing #'basic-distance = #26
    ragged-right = ##f
    ragged-last = ##f
    annotate-spacing = ##f
}

global = { \key d \minor \time 4/4 } 

SopNote = \relative c'
{ 
  \clef "treble"
  \partial 4 f4 |
  g f b a |
  g2 f4 a |
  a a d c|  
  b2 a4 a4 \break |
  a a b a |
  g2. f4 |
  g f b a |
  g2 f4 a \break |
  a a d c|
  b2 a4 a |
  a a b a |
  g g f \fermata
  \bar "|."
} 

AltNote = \relative c' 
{ \autoBeamOff
  \clef "treble"
  \partial 4 c4 |
  d c f f |
  f( e) f c |
  d e f8[ g] a4 |
  f8([ d] e4) f f |
  f4. e8 d4 f |
  f( e2) f4|
  c c8[ d] d[ e] f4 |
  d( c8[ b]) a4 c|
  f e8[ f] f[ g] a4 |
  f( e) f f |
  g a g f  |
  f e c
} 

TenNote = \relative c' 
{ 
  \clef "bass"
  \partial 4 a4 |
  b a b c |
  d( c8[ b]) a4 f |
  f8[ g] a4 a8[ b] c[ f,] b4( c) c f,8[ g] |
  a8[ b] c4 a8( g4) f8 |
  c'2. a4 |
  g a g f  |
  f( e) f f8[ g] |
  a[ b] c4 d8[ e] f4 |
  d( c) c d |
  e f d c |
  d c8[ b] a4 \fermata
} 

BasNote = \relative c 
{ \autoBeamOff
  \clef "bass"
  \partial 4 f4 |
   f f d c |
   b( c) f f8[ e] |
   d4 c b a |
   g( c) f, f'8[ e] |
   d4 c b h |
   c2. f4 |
   e f g, a |
   b( c) d f |
   d a b a |
   g( c) f d|
   cis d g, a |
   b c f,
} 

TxtLnA = \lyricmode {
\set stanza = "1. " 
Der Mond ist auf -- ge -- gan -- gen,
die gold -- nen Stern -- lein pran -- gen
am Him -- mel hell und klar;
der Wald steht schwarz und schwei -- get,
und aus den Wie -- sen stei -- get
der wei -- ße Ne -- bel wun -- der -- bar.
} 

TxtLnB = \lyricmode {
\set stanza = "2. " 
Wie ist die Welt so stil -- le,
und in der Dämm -- rung Hül -- le
so trau -- lich und so hold!
Als ei -- ne stil -- le Kam -- mer,
wo ihr des Ta -- ges Jam -- mer
ver -- schla -- fen und ver -- ges -- sen sollt.
} 

TxtLnC = \lyricmode {
\set stanza = "3. " 
Seht ihr den Mond dort ste -- hen?
Er ist nur halb zu se -- hen,
und ist doch rund und schön!
So sind wohl man -- che Sa -- chen,
die wir ge -- trost be -- la -- chen,
weil uns -- re Au -- gen sie nicht sehn.
} 

TxtLnD = \lyricmode {
\set stanza = "4. " 
Wir stol -- zen Men -- schen -- kin -- der
sind ei -- tel ar -- me Sün -- der
und wis -- sen gar nicht viel;
wir spin -- nen Luft -- ge -- spins -- te
und su -- chen vie -- le Kün -- ste
und kom -- men wei -- ter von dem Ziel.
} 

TxtLnE = \lyricmode {
\set stanza = "5. " 
Gott, laß uns dein Heil schau -- en,
auf nichts Ver -- gäng -- lichs trau -- en,
nicht Ei -- tel -- keit uns freun!
Laß uns ein -- fäl -- tig wer -- den
und vor dir hier auf Er -- den
wie Kin -- der fromm und fröh -- lich sein!
} 

TxtLnF = \lyricmode {
\set stanza = "6. " 
Wollst end -- lich son -- der Grä -- men
aus die -- ser Welt uns neh -- men
durch ei -- nen sanf -- ten Tod!
Und, wenn du uns ge -- nom -- men,
laß uns in Him -- mel kom -- men,
du un -- ser Herr und un -- ser Gott!
} 

TxtLnG = \lyricmode {
\set stanza = "7. " 
So legt euch denn, ihr Brü -- der,
in Got -- tes Na -- men nie -- der;
kalt ist der A -- bend -- hauch.
Ver -- schon uns, Gott! mit Stra -- fen,
und laß uns ru -- hig schla -- fen!
und un -- sern kran -- ken Nach -- barn auch!
} 

% Aufbau SATB mit SA- und TB-Notenzeilen und (mehrstrophigen) Text zwischen den Notenzeilen
\score {
    <<
        \new ChoirStaff <<
            \new Voice <<
            \set Staff.instrumentName = \markup { \center-column { \line {"S"} \line {"A"} } }
                \context Staff << 
                    \context Voice = "SopNote" { \voiceOne \SopNote }
                    \context Voice = "AltNote" { \voiceTwo \AltNote }
                    \new Lyrics \lyricsto "AltNote" \TxtLnA
                    \new Lyrics \lyricsto "AltNote" \TxtLnB
                    \new Lyrics \lyricsto "AltNote" \TxtLnC
%                    \new Lyrics \lyricsto "AltNote" \TxtLnD
%                    \new Lyrics \lyricsto "AltNote" \TxtLnE
%                    \new Lyrics \lyricsto "AltNote" \TxtLnF
                    \new Lyrics \lyricsto "AltNote" \TxtLnG
                    >>
                >>
            \new Voice <<
            \set Staff.instrumentName = \markup { \center-column { \line {"T"} \line {"B"} } }
                \context Staff << 
                    \context Voice = "TenNote" { \voiceOne \TenNote }
                    \context Voice = "BasNote" { \voiceTwo \BasNote }
                    \new Lyrics \lyricsto "BasNote" \TxtLnA
                    \new Lyrics \lyricsto "BasNote" \TxtLnB
                    \new Lyrics \lyricsto "BasNote" \TxtLnC
%                    \new Lyrics \lyricsto "BasNote" \TxtLnD
%                    \new Lyrics \lyricsto "BasNote" \TxtLnE
%                    \new Lyrics \lyricsto "BasNote" \TxtLnF
                    \new Lyrics \lyricsto "BasNote" \TxtLnG

                >>
                >>
            >>
        >>
        \layout { 
  	% Steuert die Höhe der Taktnummerierung über dem System        
        \context { \Score \override BarNumber.padding = #2.0 } 
        % steuert die Einrückung des ersten Systems; Standardwert = automatisch eingerückt
        indent = #4
    }   

}
\score {
  <<
    \new Voice = "SopNote" \SopNote
    \new Voice = "AltNote" \AltNote    
    \new Voice = "TenNote" \TenNote
    \new Voice = "BasNote" \BasNote
  >>
  \midi { }
}