\include "deutsch.ly" #(set-global-staff-size 17.82) \version "2.6.4" global = { \key d \major \time 4/4 } SLutherHimmelB = \relative d'' { \partial 4 d4\mf cis\< h cis\! a h cis d d d a a fis a\< g\> fis\! \setTextCresc fis h\< h a cis d h a \setTextDim d\f cis h a h\> g8[ fis] e4 d\p\fermata \bar "|." } ALutherHimmelB = \relative d'' { \partial 4 a4 a8[ g] fis4 g fis8[ e] d4 e fis g fis a8[ g] fis[ e] d[ cis] h( fis'4) e8 dis4 d d8[ e] f4 e8[ fis] g4 fis8[ gis16 a] gis4 a a gis8[ eis] fis[ gis] a[ g] fis4 e8[ d] cis4 a \bar "|." } TLutherHimmelB = \relative d' { \partial 4 fis4 e4. d8 cis4 d8[ cis] h[ a] g4 a h h8[ d] e[ d] cis4 a fis h h d!8[ cis] h4 cis8[ d] cis4 e d e8[ d] cis4 a8[ h] cis4 cis cis d8[ c] h4. a16[ g] fis4 \bar "|." } BLutherHimmelB = \relative d { \partial 4 d4\mf a'\< h e,\! fis g8[ fis] e4 d g, h cis8[ h] a4 d dis\< e\> h\! \setTextCresc h'8[ a] g4\< gis a4. ais8 h4 e, a \setTextDim fis\f eis8[ cis] dis[ eis] fis[ e]\> d4 e8[ g,] a4 d\p\fermata \bar "|." } LLHBA = \lyricmode { \set stanza = "1. " Vom Him -- mel hoch, da komm ich her, ich bring euch gu -- te neu -- e Mär; der gu -- ten Mär bring ich so viel, da -- von ich singn und sa -- gen will. } LLHBB = \lyricmode { \set stanza = "2. " Euch ist ein Kind -- lein heut ge -- born von ei -- ner Jung -- frau aus -- er -- korn, ein Kin -- de -- lein so zart und fein, das soll eur Freud und Won -- ne sein. } LLHBC = \lyricmode { \set stanza = "3. " Es ist der Herr Christ un -- ser Gott, der will euch führn aus al -- ler Not; er will eur Hei -- land sel -- ber sein, von al -- len Sün -- den ma -- chen rein. } LLHBD = \lyricmode { \set stanza = "4. " Des laßt uns al -- le fröh -- lich sein und mit den Hir -- ten gehn hin -- ein, zu sehn, was Gott uns hat be -- schert, mit sei -- nem lie -- ben Sohn ver -- ehrt! } %-------------------- \header { title = "Vom Himmel hoch, da komm ich her" subtitle = "" composer = "Martin Luther (1483-1546), 1539" opus = "" piece = "" meter = "Freudig" arranger = "Gustav Schreck (1849-1918)" poet = "Martin Luther (1483-1546), 1534" kaisernumber = "5b" comment = "" mutopiatitle = "Vom Himmel hoch, da komm ich her" mutopiacomposer = "SchreckG" mutopiapoet = "M. Luther (1483-1546)" mutopiaopus = "" mutopiainstrument = "Voice (SATB)" mutopiaarranger = "M. Luther (1483-1546), arranged by G. Schreck (1849-1918)" mutopiameter = "" date = "1910s" source = "Leipzig (Peters), 1915" style = "Romantic" copyright = "Creative Commons Attribution 2.5" maintainer = "Klaus Rettinghaus" lastupdated = "2004/November/8" footer = "Mutopia-2005/11/19-630" 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 © 2005. \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 \SLutherHimmelB } >> } \context Voice = Alt { \voiceTwo << \autoBeamOff { \global \ALutherHimmelB } >> } >> \context Lyrics = verseone \context Lyrics = versetwo \context Lyrics = versethree \context Lyrics = versefour \context Staff = men << \set Staff.midiInstrument = "voice oohs" \clef "F" \context Voice = Tenor { \voiceOne << \autoBeamOff { \global \TLutherHimmelB } >> } \context Voice = Bass { \voiceTwo << \autoBeamOff \dynamicDown { \global \BLutherHimmelB } >> } >> \context Lyrics = verseone \lyricsto Sopran \LLHBA \context Lyrics = versetwo \lyricsto Sopran \LLHBB \context Lyrics = versethree \lyricsto Sopran \LLHBC \context Lyrics = versefour \lyricsto Sopran \LLHBD >> \midi { \tempo 4 = 60 } \layout { \context {\Staff minimumVerticalExtent = #'(-3 . 3) } } }