Alle Vögel sind schon da
{{{1}}}
<score raw = "1" vorbis = "1">
\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 {}
} </score>