\version "2.18.2"
\language "deutsch"
#(ly:set-option 'point-and-click #f)

%--------------------
% Maintainer: Sven Kaiser / e-mail: noten(at)oemsel.de
% o-taeler-weit_mendelssohn.ly
% 2019-02-02


\header {
  title = "Abschied vom Walde"
  subtitle = "O Täler weit, o Höhen, Op. 59, № 3 (1843)"
  composer = "Felix Mendelssohn Bartholdy (1809 - 1847)"
  poet = "Joseph von Eichendorff (1788 - 1857)"
  tagline = \markup { \tiny \italic"Diese Noten sind gemeinfrei  -  Rev. 1  -  Notensatzprogrammierung S. Kaiser mit http://lilypond.org   -   Notendownload: www.oemsel.de/noten" }
}

#(set-global-staff-size 16.2)

\paper {
    paper-width = 21.0\cm
    paper-height = 29.7\cm
    top-margin = 0.8\cm
    bottom-margin = 1.3\cm
    left-margin = 2.0\cm
    right-margin = 2.0\cm
    print-page-number = ##f
    ragged-bottom = ##t
    markup-system-spacing = #'((basic-distance . 21) (padding . 0.0) (stretchability . 60.0))
    system-system-spacing #'basic-distance = #27
    ragged-right = ##f
    ragged-last = ##f
}

\layout {
  \context {
    \Score
    skipBars = ##t
  }
  \context {
    \Staff
    \RemoveEmptyStaves
    \override VerticalAxisGroup #'remove-first = ##t
    \with \settingsFrom { \accidentalStyle modern }
  }
}


global = {
  \key es \major \time 4/4
  \partial 4
  \autoBeamOff
  \dynamicUp
}
SopranoMusic =  {
  \clef "treble" \global  %
  \tempo "Andante non lento" 
  b'4 g'4 es'4 d'4. es'8 g'2 f'4  %
  es'4 as'4 g'4 c''4. c''8 b'2.  %
  b'4 es''4 b'4 as'4. g'8 g'2 f'4  %
  c''4 c''4 f'4 as'4. d'8 es'2 r4  %
  g'4 g'4. f'8 f'4  % #10
  f'4 as'2 g'2 
  
  \once \override TextScript #'padding = #8.5
  \once \override TextScript #'X-offset = #-4.0
  
  b'4 ^\markup{" "} b'8. b'16 b'4  %
  b'4 a'2.  %
  d''4 es''4 b'4 as'4  %
  g'4 g'2 f'4  %
  c''4 c''4. f'8 g'4  %
  as'4 g'2 r4  %
  b'4\f b'4 es''4 g''4. f''8 es''4( d''4) c''4  %
  h'4 c''4\(-. r4 f'4\)-.  % #20
  r4 as'2.
  d'4 es'1\fermata
  \bar "|."
}
dynamics = {
  \partial 4
  \dynamicUp
  s4\p
  s1
  s2. s4\<
  s1
  s2.\! s4\f
  s1
  s2. s4\p
  s1
  s1
  \crescTextCresc
  s4\< s2.\!
  s1
  s1\f 
  s2\> s2\pp
  s1*5
  \dimTextDim
  s2 s4\> s4\!
  s2 s2\p
}

LyricsOne = \lyricmode {
  \set stanza = "1."
  O Tä -- ler weit, o Hö -- hen,
  o schö -- ner, grü -- ner Wald,
  du mei -- ner Lust und We -- hen
  an -- dächt -- ger Auf -- ent -- halt!

  Da drau -- ßen, stets be -- tro -- gen,
  saust die ge -- schäft -- ge Welt,
  schlag noch ein -- mal die Bo --
}
SopranoMusicLyricsOne =  \lyricmode {
  \LyricsOne
  gen
  um mich, du grü -- nes Zelt,
  schlag noch ein -- mal die Bo -- gen
  um mich, du grü -- nes Zelt!
}
BassoMusicLyricsOne =  \lyricmode {
  \LyricsOne
  gen,
  schlag noch ein -- mal die Bo -- gen
  um mich, du grü -- nes Zelt!
}

LyricsTwo = \lyricmode {
  \set stanza = "2."
  Wenn es be -- ginnt zu ta -- gen, die Er -- de dampft und blinkt,
  die Vö -- gel lus -- tig schla -- gen, dass dir dein Herz er -- klingt:
  da mag ver -- gehn, ver -- we -- hen das trü -- be Er -- den -- leid,
  da sollst du auf -- er -- ste --
}

SopranoMusicLyricsTwo =  \lyricmode {
  \LyricsTwo
  hen
  in jun -- ger Herr -- lich -- keit,
  da sollst du auf -- er -- ste -- hen in jun -- ger Herr -- lich -- keit!
}
BassoMusicLyricsTwo =  \lyricmode {
  \LyricsTwo
  hen,
  da sollst du auf -- er -- ste -- hen in jun -- ger Herr -- lich -- keit!
}

LyricsThree = \lyricmode {
  \set stanza = "3."
  Im Wal -- de steht ge -- schrie -- ben,
  ein stil -- les, erns -- tes Wort
  von rech -- tem Tun und Lie -- ben,
  und was des Men -- schen Hort.

  Ich ha -- be treu ge -- le -- sen
  die Wor -- te, schlicht und wahr,
  und durch mein gan -- zes We --
}
SopranoMusicLyricsThree =  \lyricmode {
  \LyricsThree
  sen
  ward’s un -- aus -- sprech -- lich klar,
  und durch mein gan -- zes We -- sen
  ward’s un -- aus -- sprech -- lich klar.
}
BassoMusicLyricsThree =  \lyricmode {
  \LyricsThree
  sen,
  und durch mein gan -- zes We -- sen
  ward’s un -- aus -- sprech -- lich klar.
}


LyricsFour = \lyricmode {
  \set stanza = "4."
  Bald werd ich dich ver -- las -- sen, fremd in der Frem -- de gehn,
  auf bunt -- be -- weg -- ten Gas -- sen
  des Le -- bens Schau -- spiel sehn;
  und mit -- ten in dem Le -- ben
  wird dei -- nes Ernst’s Ge -- walt

  mich Ein -- sa -- men er -- he -- ben,
}
SopranoMusicLyricsFour =  \lyricmode {
  \LyricsFour
  so wird mein Herz nicht alt,
  mich Ein -- sa -- men er -- he -- ben, so wird mein Herz nicht alt.
}
BassoMusicLyricsFour =  \lyricmode {
  \LyricsFour
  mich Ein -- sa -- men er -- he -- ben, so wird mein Herz nicht alt.
}
AltoMusic =  {
  \clef "treble" \global 
  b'4 g'4
  es'4 d'4. es'8 es'2 d'4  %
  b4 es'4 es'4 f'4. f'8 b'2.  %
  as'4 g'4 es'4 es'4. es'8 es'2 es'4  %
  es'4 es'4 es'4 d'4.  b8 b4 b4 es'4  %
  d'4  c'2( f'4) % #10
  f'4 d'2 g'2 e'4 e'8. e'16 e'4  %
  e'4 a'2 fis'2 g'4 es'4 es'4  %
  es'4 es'2 es'4  %
  es'4 es'4. d'8 d'4  %
  d'4 es'2 r4  %
  f'4\f g'4 es'4 d'4. d'8 g'4( f'4) es'4  %
  f'4 es'1 ~  % #20
  es'4 d'4 c'4  
  b4 b1\fermata
}

TenoreMusic =  {
  \clef "G_8" \global 
  b4 g4 es4
  d4. es8 b2 as4  %
  g4  c'4 b4 d'4. d'8 es'2.  %
  d'4 es'4 es'4 c'4. c'8 c'2 c'4  %
  as4 f4 f4 f4. as8 g4 g4 c'4  %
  b4 a2( b4) 
  b4 h2  c'2 cis'4 cis'8. cis'16 cis'4 cis'4 %
  d'2 c'2  b4 b4 b4  %
  b4 c'2 c'4  %
  f4 as4. as8 g4  %
  f4 es4 r2  %
  d'4\f es'4 b4 h4. h8 h2 c'4  %
  d'4 c'4\(-. r4 c'4\)-.  % #20
  r4 f2.  %
  as4 g1\fermata
}

BassoMusic =  {
  \clef "bass" \global 
  b4 g4 es4
  d4. es8 b,2 b,4  %
  b,4 b,4 b,4 as4. as8 g2.  %
  f4 es4 g4 c'4. b8 as2 as4  %
  as4 as,4 as,4 b,4. b,8 es2 r2  %
  r4 es4 d4  % #10
  d4 f4. f8 es4  %
  es4 g4 g8. g16 g4  %
  g4 fis2 d2 g4 g,4 g,4  %
  g,4 as,1 b,2 r4  %
  \crescTextCresc
  b,4 es4\< g4\! b4.\sf as8
  g1\f g2.  %
  g,4 c4\(-. r4 as,4\)-.  % #20
  r4 b,2.  %
  b,4 <es, es>1\fermata
}


% The score definition
\score {
  \new ChoirStaff <<
    \new Dynamics \dynamics
    \new Staff \with { \consists "Ambitus_engraver"} <<
      \set Staff.instrumentName = "Sopran"
      \new Voice = "SopranoMusic" { \SopranoMusic }
      \new Lyrics \lyricsto "SopranoMusic" \SopranoMusicLyricsOne
      \new Lyrics \lyricsto "SopranoMusic" \SopranoMusicLyricsTwo
      \new Lyrics \lyricsto "SopranoMusic" \SopranoMusicLyricsThree
      \new Lyrics \lyricsto "SopranoMusic" \SopranoMusicLyricsFour
    >>
    \new Dynamics \dynamics
    \new Staff  \with { \consists "Ambitus_engraver"} <<
      \set Staff.instrumentName = "Alt"
      \new Voice = "AltoMusic" { \AltoMusic }
      \new Lyrics \lyricsto "AltoMusic" \SopranoMusicLyricsOne
      \new Lyrics \lyricsto "AltoMusic" \SopranoMusicLyricsTwo
      \new Lyrics \lyricsto "AltoMusic" \SopranoMusicLyricsThree
      \new Lyrics \lyricsto "AltoMusic" \SopranoMusicLyricsFour
    >>
    \new Dynamics \dynamics
    \new Staff  \with { \consists "Ambitus_engraver"} <<
      \set Staff.instrumentName = "Tenor"
      \new Voice = "TenoreMusic" { \TenoreMusic }
      \new Lyrics \lyricsto "TenoreMusic" \SopranoMusicLyricsOne
      \new Lyrics \lyricsto "TenoreMusic" \SopranoMusicLyricsTwo
      \new Lyrics \lyricsto "TenoreMusic" \SopranoMusicLyricsThree
      \new Lyrics \lyricsto "TenoreMusic" \SopranoMusicLyricsFour
    >>
    \new Dynamics \dynamics
    \new Staff  \with { \consists "Ambitus_engraver"} <<
      \set Staff.instrumentName = "Bass"
      \new Voice = "BassoMusic" { \BassoMusic }
      \new Lyrics \lyricsto "BassoMusic" \BassoMusicLyricsOne
      \new Lyrics \lyricsto "BassoMusic" \BassoMusicLyricsTwo
      \new Lyrics \lyricsto "BassoMusic" \BassoMusicLyricsThree
      \new Lyrics \lyricsto "BassoMusic" \BassoMusicLyricsFour
    >>
  >>
        \layout { 
  	% Steuert die Hoehe der Taktnummerierung ueber dem System        
        \context { \Score \override BarNumber.padding = #2.0 } 
        % steuert die Einrueckung des ersten Systems; Standardwert = automatisch eingerÃ¼ckt
        indent = #10
    }   
}

\score {
<<
\new Voice = "Sopran" { \autoBeamOff \SopranoMusic }
\new Voice = "Alt" { \autoBeamOff \AltoMusic }
\new Voice = "Tenor" { \autoBeamOff \TenoreMusic }
\new Voice = "Bass" { \autoBeamOff \BassoMusic }
>>
\midi { }
}
