
\version "2.18.0"

#(ly:set-option 'point-and-click #f)

%--------------------
% Maintainer: Sven Kaiser / e-mail: noten(at)oemsel.de
% singet_dem_herrn_ein_neues_lied_psalm-96_schuetz.ly
% 2014-09-07

\header {
    poet =  "Text: Hans Bernoulli"
    composer = "Heinrich Schütz (1585 - 1672)"
    title = "Singet dem Herrn ein neues Lied"
    subtitle = "Psalm 96 - SWV 194"
    tagline = \markup { \tiny \italic"Rev. 1  -  Notensatzprogrammierung S. Kaiser mit http://lilypond.org   -   Notendownload: www.oemsel.de/noten" }
}

#(set-global-staff-size 20)

\paper {
    paper-width = 21.0\cm
    paper-height = 29.7\cm
    top-margin = 0.8\cm
    bottom-margin = 1.3\cm
    left-margin = 1.8\cm
    right-margin = 1.8\cm
    print-page-number = ##f
    markup-system-spacing = #'((basic-distance . 20) (padding . 0.5) (stretchability . 30))
    system-system-spacing #'basic-distance = #25
}
%\layout {
 %   \context { \Score
 %       autoBeaming = ##f
 %       }
 %   }
 
PartPOneVoiceOne =  \relative c'' {
    \clef "treble" \key c \major \time 6/4 
    c4  c4  \partial 4 c4
    b2 b4 a2 b8 [ a8 ] | % 2
    gis2. a4  c4 d4 | \break % 3
    e2 c4 c4 b2 | % 4
    c2. g4 g4 g4 | % 5
    d'2 d4 c2 d8 [ c8 ] | \break % 6
    b2. a4 c4 d4 | % 7
    e2 a,4 d4 b2 | % 8
    a2. \bar "|."
    }

PartPOneVoiceOneLyricsOne =  \lyricmode { \set stanza = "1."
  Sin -- get dem 
  Herrn ein neu -- es _ 
  Lied, die gan -- ze
  Welt sing fröh -- lich
  mit. Den Völ -- kern
  al -- len sa -- get _ 
  an, was un -- ser
  Gott für uns ge -- 
  tan. }

PartPOneVoiceOneLyricsTwo =  \lyricmode { \set stanza = "2." 
  Schau -- et die 
  Wun -- der sei -- ner _
  Hand: Ho -- heit und 
  Pracht sind sein Ge -- wand.
  Was er er -- 
  schuf, lebt ihm zum _
  Ruhm; al -- les ist
  Got -- tes Ei -- gen -- 
  tum. }

PartPOneVoiceOneLyricsThree =  \lyricmode { Gnä -- dig und recht ist
    sein Ge -- "richt." Fest steht der "3.Erd" -- "kreis," wan -- ket
    "nicht." Hö -- "ret," ihr Völ -- ker nah und "3.fern:" Gott ist der
    Kö -- "nig." Dient ihm "gern!" }

PartPOneVoiceOneLyricsFour =  \lyricmode { Ei -- let her -- bei aus Ost
    und "West," be -- tet ihn "4.an," ge -- schmückt " zum" "Fest." Op
    -- fert mit "Dank," was ihm ge -- "4.fällt:" Schen -- ket euch
    selbst dem Herrn der "Welt." }

PartPOneVoiceOneLyricsFive =  \lyricmode { \set stanza = "5." 
    Him -- mel und
    Er -- de, freu dich _ 
    sehr; brau -- se mit 
    Macht, du wei -- tes 
    Meer. Jauchz't eu -- rem
    Schöp -- fer, Feld und _
    Wald; jub -- le, du 
    Mensch: Der Herr kommt 
    bald! }

PartPOneVoiceTwo =  \relative e' {
    \clef "treble" \key c \major \time 6/4
    e4  e4  \partial 4 fis4 
    g2 e4 e2 d4 | % 2
    e2.  c4 f8 [ e8 ] d4 | % 3
    g2 g4 f2 f4 
    e2. e4 e4 g4
    g2 g4 g2 fis4
    g2. c,4 f8 [e ] d4
    g2 f4 f4 e2
    e2. \bar "|."
    }

PartPTwoVoiceOne =  \relative c' {
    \clef "bass" \key c \major \time 6/4 
    c4 c4 c4
    d2 b4 c2 a4 | % 2
    b2. a4 a4 a4 | % 3
    b2 c4 d2 d4 | % 4
    g,2. c4 c4 e4 | % 5
    d2 b4 c2 a4 | % 6
    d2. a4 a4 a4 | % 7
    b4 ( c4 ) d4 a2 gis4 | % 7
    a2. \bar "|."
    }

PartPTwoVoiceTwo =  \relative a {
    \clef "bass" \key c \major \time 6/4
    a4 a4 a4
    g2 g4 f2 f4 | % 2
    e2. f4 f4 f4 | % 3
    e2 e4 d2 d4 | % 4
    c2. c'4 c4 c4 | % 5
    b2 b4 a2 a4 | % 6
    g2. f4 f4 f4 | % 7
    e2 d8 [ e8 ] f8 [ d8 ] e2 | % 8
    a,2. \bar "|."
    }


% The score definition
\score {
    <<
        \new StaffGroup <<
            \new Staff <<
            \set Staff.instrumentName = \markup { \center-column { \line {"S"} \line {"A"} } }
                \context Staff << 
                    \context Voice = "PartPOneVoiceOne" { \voiceOne \PartPOneVoiceOne }
                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsOne
                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsTwo
%                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsThree
%                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsFour
                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsFive
                    \context Voice = "PartPOneVoiceTwo" { \voiceTwo \PartPOneVoiceTwo }
                    >>
                >>
            \new Staff <<
            \set Staff.instrumentName = \markup { \center-column { \line {"T"} \line {"B"} } }
                \context Staff << 
                    \context Voice = "PartPTwoVoiceOne" { \voiceOne \PartPTwoVoiceOne }
                    \context Voice = "PartPTwoVoiceTwo" { \voiceTwo \PartPTwoVoiceTwo }
                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsOne
                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsTwo
%                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsThree
%                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsFour
                    \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsFive

                >>
                >>
            >>
        >>
        \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 = "Sopran" { \autoBeamOff \PartPOneVoiceOne }
\new Voice = "Alt" { \autoBeamOff \PartPOneVoiceTwo }
\new Voice = "Tenor" { \autoBeamOff \PartPTwoVoiceOne }
\new Voice = "Bass" { \autoBeamOff \PartPTwoVoiceTwo }
>>
\midi { }
}