\version "2.16.1"

%% additional definitions required by the score:
%\language "=deutsch"

%#(ly:set-option 'point-and-click #f)


%--------------------
% Maintainer: Sven Kaiser / e-mail: noten(at)oemsel.de
% freu_dich_erd_und_sternenzelt.ly
% 2013-10-31
\header {
    title ="Freu' dich Erd' und Sternenzelt"
    poet ="Herausgegeben von Carl Riedel (1827 - 1888)"
    composer ="Neue Ausgabe revidiert von Franz Mayerhoff (1864 - 1938)"
    dedication ="Herrn Rudolph Wachsmuth" % Der Vorname ist in der Vorlage ohne "L" geschrieben worden
    subtitle = "Altböhmisches Weihnachtlied"
    breakbefore = ##f
    tagline = \markup { \tiny \italic"Rev. 5  -  Notensatzprogrammierung S. Kaiser mit http://lilypond.org   -   Notendownload: www.oemsel.de/noten" }}


#(set-global-staff-size 16)
\paper {
    paper-width = 21.0\cm
    paper-height = 29.7\cm
    top-margin = 0.8\cm
    bottom-margin = 1.3\cm
    left-margin = 1.9\cm
    right-margin = 1.0\cm
    print-page-number = ##f
}
\layout {
    \context { \Score
        skipBars = ##t
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative c'' {
    % Dicke der Taktlinien
    \override Score.BarLine #'hair-thickness = #1.2
    % Dicke des dicken Striches (End-, Wiederholungstaktlinien
    \override Score.BarLine #'thick-thickness = #3.6
    \overrideProperty #"Score.NonMusicalPaperColumn"
      #'line-break-system-details #'((Y-offset . 18) )
    \clef "treble" \key g \major \time 2/4
    \once \override TextScript #'X-offset = #-3.0
    g8 \mf \< ^\markup{ \bold\italic {Sanft und anmutig}} a8 b8 c8 \! |
    d8 \> d8 d4 \! |
    c8 \f \> d8 e4 \! |
    d4. \mf r8 |
    d8 \< d8 c8 \! c8 |
    b8 \> b8 \! \<  a4 \! -^  |
    b8 \p c8 a4 g4.  \mf r8  |
    \overrideProperty #"Score.NonMusicalPaperColumn"
     #'line-break-system-details #'((Y-offset . 112) )
    b8 ^\markup{{" "}} \p a8 \< b8 c8 \! |
    \override Hairpin #'to-barline = ##f
    d4. \mf  ( \> c8)
    b4 \! r4 |
    b8 \mf a8 \< b8 c8 \! |
    d4. \f \> ( c8) \! |
    b4 r4 |
    r2
    g4 -\markup{ \bold \left-align {"espr."}} \< e'4 \! |
    d8 \f \> b8 a4 \! |
    g2 \p |
    \bar "|."
    }

PartPOneVoiceOneLyricsOne =  \lyricmode {  \set stanza = "1."
   Freu' dich Erd' und Ster -- nen -- zelt, Al -- le -- lu -- ja!
   Got -- tes Sohn kam in die Welt, Al -- le -- lu -- ja!
%   Uns zum Heil er -- ko -- ren ward er heut' ge -- bo -- ren,
%   ward uns heut' ge -- bo -- ren.
}

PartPOneVoiceOneLyricsTwo =  \lyricmode { \set stanza = "2." 
   Seh't der schön -- sten Ro -- se Flor, Al -- le -- lu -- ja!
   sprießt aus Jes -- ses Zweig em -- por, Al -- le -- lu -- ja!
   \set stanza = "  1. - 3." Uns zum Heil er -- ko -- ren ward er heut' ge -- bo -- ren,
   ward uns heut' ge -- bo -- ren.   
}
PartPOneVoiceOneLyricsThree =  \lyricmode { \set stanza = "3." 
   Er, das mensch -- ge -- word' -- ne Wort, Al -- le -- lu -- ja!
   Je -- sus Chris -- tus, un -- ser Hort, Al -- le -- lu -- ja!
}

PartPTwoVoiceOne =  \relative c'' {
    \clef "treble" \key g \major \time 2/4
    \once \override TextScript #'padding = #3.5
    g8 ^\markup{{" "}} \mf \< d8 d8 g8 \! |
    fis8 \> g8 fis4 \! |
    e8 \f \>g8 g8([ fis8]) \! |
    g4. \mf r8 |
    g8 \< g8 e8 \! e8 |
    fis8 \> fis8 \! \< a4 \! -^ |
    g8 \p g8 g8([ fis8]) |
    g4. \mf r8 |
    \once \override TextScript #'padding = #4.5
    d8 ^\markup{{" "}} \p d8 \< g8 g8 \! |
    d4 \mf \> ( e8[ fis8]) |
    g4  \! r4 |
    g8 \mf a8 \< fis8 a8 \! |
    b4\f \> ( a4) \! |
    g4 r4 |
    d4 -\markup{ \bold \left-align {" espr."}} g4 |
    g4 \< g4 \! |
    fis8 \f \>g8 a8([ fis8]) \! |
    d2 \p |
    \bar "|."
    }

PartPTwoVoiceOneLyricsOne =  \lyricmode {  \set stanza = "1." 
   Freu' dich Erd' und Ster -- nen -- zelt, Al -- le -- lu -- ja!
   Got -- tes Sohn kam in die Welt, Al -- le -- lu -- ja!
%   Uns zum Heil er -- ko -- ren ward er heut' ge -- bo -- ren,
%   ward uns heut', uns heut' ge -- bo -- ren.
}
PartPTwoVoiceOneLyricsTwo =  \lyricmode {  \set stanza = "2." 
   Seh't der schön -- sten Ro -- se Flor, Al -- le -- lu -- ja!
   sprießt aus Jes -- ses Zweig em -- por, Al -- le -- lu -- ja!
   \set stanza = "  1. - 3." Uns zum Heil er -- ko -- ren ward er heut' ge -- bo -- ren,
   ward uns heut', uns heut' ge -- bo -- ren.
}
PartPTwoVoiceOneLyricsThree =  \lyricmode {  \set stanza = "3." 
   Er, das mensch -- ge -- word' -- ne Wort, Al -- le -- lu -- ja!
   Je -- sus Chris -- tus, un -- ser Hort, Al -- le -- lu -- ja!
}

PartPThreeVoiceOne =  \relative c' {
    \clef "treble_8" \key g \major \time 2/4
    \once \override TextScript #'padding = #3.5
    d8 ^\markup{{" "}} \mf \< a8 g8 g8 \! |
    a8 \> b8 a4 \! |
    a8 \f \> b8 c4 \! |
    b4. \mf r8 |
    g'8 \< d8 e8 \! a,8 |
    d8 \> d8 \! \< e4 \! -^ |
    d8 e8 d8([ a8]) |
    b4. r8 |
    \once \override TextScript #'padding = #4.5
    g8 ^\markup{{" "}} \p a8 \< g8 e8 \! |
    fis4 \mf \>( a8[ d8]) |
    d4  \! r4 |
    e8 \p e8 \< dis8 e8 \! |
    g4 \f \>( e4) \! |
    e4 \p r4 |
    b4 -\markup{ \right-align \dynamic {"mf"} \center-align \bold {"espr."}} e4 d4 \< c4 \! |
    a8 \f \> g8 e'8([ d16 c16]) \! |
    b2 \p |
    \bar "|."
    }

PartPThreeVoiceOneLyricsOne =  \lyricmode { \set stanza = "1."  
   Freu' dich Erd' und Ster -- nen -- zelt, Al -- le -- lu -- ja!
   Got -- tes Sohn kam in die Welt, Al -- le -- lu -- ja!
%   Uns zum Heil er -- ko -- ren ward er heut' ge -- bo -- ren,
%   ward uns heut', uns heut' ge -- bo -- ren.
}
PartPThreeVoiceOneLyricsTwo =  \lyricmode { \set stanza = "2."  
   Seh't der schön -- sten Ro -- se Flor, Al -- le -- lu -- ja!
   sprießt aus Jes -- ses Zweig em -- por, Al -- le -- lu -- ja!
   \set stanza = "  1. - 3." Uns zum Heil er -- ko -- ren ward er heut' ge -- bo -- ren,
   ward uns heut', uns heut' ge -- bo -- ren.
}
PartPThreeVoiceOneLyricsThree =  \lyricmode { \set stanza = "3." 
   Er, das mensch -- ge -- word' -- ne Wort, Al -- le -- lu -- ja!
   Je -- sus Chris -- tus, un -- ser Hort, Al -- le -- lu -- ja!
}

PartPFourVoiceOne =  \relative c' {
    \clef "bass" \key g \major \time 2/4
    \once \override TextScript #'padding = #3.5
    b8 ^\markup{{" "}} \mf \< fis8 g8 e8 \! |
    d8 \> g8 d4 \! |
    a'8 \f \> g8 c,4 \! |
    g'4. \mf r8 |
    b8 \< b,8 c8 \! c8 |
    d8 \> b'8 \! \< c4 \! -^ |
    g8 c,8 d4 |
    g,4. r8 |
    \once \override TextScript #'padding = #4.5
    g'8 ^\markup{{" "}} \p fis8 \< e8 c8 \! |
    \override Hairpin #'to-barline = ##f
    b4 \mf \> ( a4) |
    g4 \! r4 |
    e'8 \mf c'8 \< b8 a8 \! |
    g4 \f \>( a4) \! |
    e4 r4 |
    g4 c,4 |
    b4 \< c4 \! |
    d8 \f \> e8 c8([ d8]) \! |
    g,2 \mf |
    \bar "|."
    }

PartPFourVoiceOneLyricsOne =  \lyricmode {  \set stanza = "1."  
   Freu' dich Erd' und Ster -- nen -- zelt, Al -- le -- lu -- ja!
   Got -- tes Sohn kam in die Welt, Al -- le -- lu -- ja!
%   Uns zum Heil er -- ko -- ren ward er heut' ge -- bo -- ren,
%   ward uns heut', uns heut' ge -- bo -- ren.
}
PartPFourVoiceOneLyricsTwo =  \lyricmode {  \set stanza = "2."  
   Seh't der schön -- sten Ro -- se Flor, Al -- le -- lu -- ja!
   sprießt aus Jes -- ses Zweig em -- por, Al -- le -- lu -- ja!
   \set stanza = "  1. - 3." Uns zum Heil er -- ko -- ren ward er heut' ge -- bo -- ren,
   ward uns heut', uns heut' ge -- bo -- ren.
}   
PartPFourVoiceOneLyricsThree =  \lyricmode {  \set stanza = "3." 
   Er, das mensch -- ge -- word' -- ne Wort, Al -- le -- lu -- ja!
   Je -- sus Chris -- tus, un -- ser Hort, Al -- le -- lu -- ja!
}



% The score definition
\score {
    <<
        \new ChoirStaff \with { \override SpanBar #'transparent = ##t }
        <<
            \new Staff <<
                \set Staff.instrumentName = " Sopran "
                \context Staff << 
                  \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsOne
                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsTwo
                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsThree
                    >>
                >>
            \new Staff <<
                \set Staff.instrumentName = " Alt "
                \context Staff << 
                    \context Voice = "PartPTwoVoiceOne" { \PartPTwoVoiceOne }
                    \new Lyrics \lyricsto "PartPTwoVoiceOne" \PartPTwoVoiceOneLyricsOne
                    \new Lyrics \lyricsto "PartPTwoVoiceOne" \PartPTwoVoiceOneLyricsTwo
                    \new Lyrics \lyricsto "PartPTwoVoiceOne" \PartPTwoVoiceOneLyricsThree
                    >>
                >>
            \new Staff <<
                \set Staff.instrumentName = " Tenor "
                \context Staff << 
                    \context Voice = "PartPThreeVoiceOne" { \PartPThreeVoiceOne }
                    \new Lyrics \lyricsto "PartPThreeVoiceOne" \PartPThreeVoiceOneLyricsOne
                    \new Lyrics \lyricsto "PartPThreeVoiceOne" \PartPThreeVoiceOneLyricsTwo
                    \new Lyrics \lyricsto "PartPThreeVoiceOne" \PartPThreeVoiceOneLyricsThree
                    >>
                >>
            \new Staff <<
                \set Staff.instrumentName = " Bass "
                \context Staff << 
                    \context Voice = "PartPFourVoiceOne" { \PartPFourVoiceOne }
                    \new Lyrics \lyricsto "PartPFourVoiceOne" \PartPFourVoiceOneLyricsOne
                    \new Lyrics \lyricsto "PartPFourVoiceOne" \PartPFourVoiceOneLyricsTwo
                    \new Lyrics \lyricsto "PartPFourVoiceOne" \PartPFourVoiceOneLyricsThree
                    >>
                >>
            
            >>
       
      >>


       \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 = #8
    }

}

\score {
<<
\new Voice = "Sopran " { \autoBeamOff \PartPOneVoiceOne }
\new Voice = "Alt" { \autoBeamOff \PartPTwoVoiceOne }
\new Voice = "Tenor" { \autoBeamOff \PartPThreeVoiceOne }
\new Voice = "Bass" { \autoBeamOff \PartPFourVoiceOne }
>>
\midi { }
}