Alle Vögel sind schon da

Alle Vögel sind schon da

AlleVoegelsindschonda.png

Text August Heinrich Hoffmann von Fallersleben (1798–1874), 1843
Melodie schlesische Volksweise
Urheberrecht
Melodie und Liedtext sind Gemeinfrei. Sie können beliebig vervielfältigt und weitergegeben werden.

Mehr dieser Lieder findest du in unserem JuLiBu.

Liederbücher
Codex x
Bulibu I x
Bulibu II x
Liederbock x
Das Ding x -y
Datei:Alle Vögel sind schon da.pdf
Lied als PDF im Format A4

Ebersberger Liedersammlung



\language "deutsch"
\version "2.18.2"
#(set-global-staff-size 16)
\header {
  tagline = ""
}
%% Voice 1
firstvoice=
\relative c' {
  \time 4/4
  \key c \major
  \voiceOne
  \autoBeamOff
  c4. e8 g4 c a c8 ( a ) g2 f4. g8 e4 c d2 c4
  \oneVoice r
  \voiceOne
  g' g f f e g8 ( e ) d2 g4 g f f e g8 ( e ) d2 \breathe
  c4. e8 g4 c a c8 ( a ) g2 f4. g8 e4 c d2 c4
  \oneVoice r
  \bar "|."
}

%% Voice 2
secondvoice =
\relative c' {
  \autoBeamOff
  \voiceTwo
  c4. c8 e4 e f a8 ( f ) e2 d4. e8 c4 c h2 c4 s
  e e d d c e8 ( c ) h2 e4 e d d c e8 ( c ) h2
  c4. c8 e4 e f a8 ( f ) e2 d4. e8 c4 c h2 c4
}

%% Chords
songchords =
\chordmode {
  c1 f2 c g8:7 \parenthesize d4.:m c2 g c
  c g:7 c g:7 c g:7 c g:7
  c1 f2 c g8:7 \parenthesize d4.:m c2 g c
}

%% Song Lyrics
firstverse =
\lyricmode {
  \set stanza = #"1."
  Al -- le Vög -- lein sind schon da, al -- le Vög -- lein, al -- le!
  Welch ein Sin -- gen, Mu -- si -- ziern,
  Pfei -- fen, Zwit -- schern, Ti -- ri -- liern!
  Früh -- ling will nun ein -- mar -- schiern,
  kommt mit Sang und Schal -- le.
}


secondverse = \lyricmode {
  \set stanza = #"2."
  \override LyricText.font-shape = #'italic
  Wie sie al -- le lus -- tig sind,
  flink und froh sich re -- gen!
  Am -- sel, Dros -- sel, Fink und Star
  und die gan -- ze Vo -- gel -- schar
  wün -- schen dir ein fro -- hes Jahr,
  lau -- ter Heil und Se -- gen.
}

thirdverse = \lyricmode {
  \set stanza = #"3."
  Was sie uns ver -- kün -- den nun,
  neh -- men wir zur Her -- zen:
  al -- le wolln wir lus -- tig sein,
  lus -- tig wie die Vö -- ge -- lein,
  hier und dort, feld -- aus, feld -- ein,
  sin -- gen, sprin -- gen, scher -- zen.
}

\score
{
  <<
    \new ChordNames \songchords
    \new Staff="leadsheet"
    <<
      \new Voice="melody" \firstvoice
      \new Voice \secondvoice
    >>
    \new Lyrics \lyricsto "melody" \firstverse
    \new Lyrics \lyricsto "melody" \secondverse
    \new Lyrics \lyricsto "melody" \thirdverse
  >>
  \midi {
    \context {
      \Staff
      \remove "Staff_performer"
    }
    \context {
      \ChordNames
      \remove "Staff_performer"
    }
    \context {
      \Voice
      \consists "Staff_performer"
    }
    \tempo 2 = 66
  }
  \layout {}
}