\include "deutsch.ly"
#(set-global-staff-size 17)
\version "2.8"
global = { \key a \major \time 4/4 }
SDeutschesWeihelied = \relative a'
{
\partial 4
e4-.\f a4.-> e8-. a4-. h-. cis4.-> h8-. a4-.
h4-. cis-. h-. cis-. d-. e2-> cis4-.
a4-. fis'4.-> d8-. a4-. fis'4-. e4.-> cis8-. a4-.
e4-. fis-. gis-. a-. d-. cis2( h) a \oneVoice r4
\bar "|."
}
ADeutschesWeihelied = \relative a'
{
\partial 4
e4 a4. e8 e4 e e4. e8 e4
e4 e gis a a a2 a4
a4 a4. a8 a4 a4 a4. a8 a4
e4 fis gis a a a2( gis) e s4
\bar "|."
}
TDeutschesWeihelied = \relative a
{
\partial 4
e4 a4. e8 e4 gis a4. gis8 a4
gis4 a e' e e e2 e4
a,4 d4. a8 a4 d4 cis4. e8 a4
e4 d d e <> e'2.( d4) cis2 \oneVoice r4
\bar "|."
}
BDeutschesWeihelied = \relative a
{
\partial 4
e4-.\f a4.-> e8-. cis4-. e-. a,4.-> e'8-. cis4-.
e4-. a-. e-. a-. h-. cis2-> a4-.
a4-. d,4.-> fis8-. a4-. d,4-. < a'4.>> a8-. a4-.
cis-. d-. h-. cis-. fis,-. e1 <> s4
\bar "|."
}
LDeutschesWeiheliedA = \lyricmode {
\set stanza = "1. "
Stimmt an mit hel -- lem, ho -- hem Klang,
stimmt an das Lied der Lie -- der,
des Va -- ter -- lan -- des Hoch -- ge -- sang!
Das Wald -- tal hall es wie -- der.
}
LDeutschesWeiheliedB = \lyricmode {
\set stanza = "2. "
Der al -- ten Bar -- den Va -- ter -- land,
dem Va -- ter -- land der Treu -- e,
dir, frei -- es, un -- be -- zwung -- nes Land,
dir weihn wir uns aufs neu -- e.
}
LDeutschesWeiheliedC = \lyricmode {
\set stanza = "3. "
Zur Ah -- nen -- tu -- gend wir uns weihn,
zum Schut -- ze dei -- ner Hüt -- ten;
wir lie -- ben deut -- sches Fröh -- lich sein
und al -- te deut -- sche Sit -- ten.
}
LDeutschesWeiheliedD = \lyricmode {
\set stanza = "4. "
Die Bar -- den sol -- len Lieb und Wein,
doch öf -- ter Tu -- gend prei -- sen
und sol -- len bie -- dre Män -- ner sein
in Ta -- ten und in Wei -- sen.
}
LDeutschesWeiheliedE = \lyricmode {
\set stanza = "5. "
Ihr Kraft -- ge -- sang soll him -- mel -- an
mit Un -- ge -- stüm sich rei -- ßen,
und je -- der ech -- te deut -- sche Mann
soll Freund und Bru -- der hei -- ßen.
}
%--------------------
\header {
kaisernumber = "148"
comment = ""
title = "Deutsches Weihelied"
subtitle = ""
composer = "Albert Methfessel (1785-1869), 1811"
opus = ""
meter = \markup {Frisch und kräftig (\italic {alla Marcia})}
arranger = "Friedrich Ernst Koch (1862-1927)"
poet = "Matthias Claudius (1740-1815), 1772"
mutopiatitle = "Deutsches Weihelied"
mutopiacomposer = "MethfesselA"
mutopiapoet = "M. Claudius (1740-1815)"
mutopiaopus = ""
mutopiainstrument = "Voice (SATB)"
date = "1811"
source = "Leipzig : C. F. Peters, 1915"
style = "Romantic"
copyright = "Creative Commons Attribution 2.5"
maintainer = "Klaus Rettinghaus"
lastupdated = "2006/April/06"
footer = "Mutopia-2006/04/09-631"
tagline = \markup { \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-align { \small \line { Sheet music from \with-url #"http://www.MutopiaProject.org" \line { \teeny www. \hspace #-1.0 MutopiaProject \hspace #-1.0 \teeny .org \hspace #0.5 } • \hspace #0.5 \italic Free to download, with the \italic freedom to distribute, modify and perform. } \line { \small \line { Typeset using \with-url #"http://www.LilyPond.org" \line { \teeny www. \hspace #-1.0 LilyPond \hspace #-1.0 \teeny .org } by \maintainer \hspace #-1.0 . \hspace #0.5 Copyright © 2006. \hspace #0.5 Reference: \footer } } \line { \teeny \line { Licensed under the Creative Commons Attribution 2.5 License, for details see: \hspace #-0.5 \with-url #"http://creativecommons.org/licenses/by/2.5" http://creativecommons.org/licenses/by/2.5 } } } }
}
\score {
{
\context ChoirStaff
<<
\context Staff = women
<<
\set Staff.midiInstrument = "voice oohs"
\clef "G"
\context Voice = Sopran { \voiceOne
<<
\autoBeamOff
\dynamicUp
{ \global \SDeutschesWeihelied }
>> }
\context Voice = Alt { \voiceTwo
<<
\autoBeamOff
{ \global \ADeutschesWeihelied }
>> }
>>
\context Lyrics = verseone
\context Lyrics = versetwo
\context Lyrics = versethree
\context Lyrics = versefour
\context Lyrics = versefive
\context Staff = men
<<
\set Staff.midiInstrument = "voice oohs"
\clef "F"
\context Voice = Tenor { \voiceOne
<<
\autoBeamOff
{ \global \TDeutschesWeihelied }
>> }
\context Voice = Bass { \voiceTwo
<<
\autoBeamOff
\dynamicDown
{ \global \BDeutschesWeihelied }
>> }
>>
\context Lyrics = verseone \lyricsto Sopran \LDeutschesWeiheliedA
\context Lyrics = versetwo \lyricsto Sopran \LDeutschesWeiheliedB
\context Lyrics = versethree \lyricsto Sopran \LDeutschesWeiheliedC
\context Lyrics = versefour \lyricsto Sopran \LDeutschesWeiheliedD
\context Lyrics = versefive \lyricsto Sopran \LDeutschesWeiheliedE
>>
}
\layout { \context {\Score \remove "Bar_number_engraver"} \context {\Staff \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3) } }
\midi { \tempo 4 = 90 }
}