%{ kommentare %} \version "2.10.29" \include "deutsch.ly" \header{ title = "Joy to the World" subtitle = " " meter = "Giocoso" poet = "Isaac Watts" composer = "Georg Friedrich Händel (1685 - 1759)" % tagline = "hallo matt" arranger = "H. G. Heumann" } % --- upper / lower ------------------------------------------------------------ upper = \relative c'' { \clef treble \key c \major \time 4/4 c2-5\(\mf h4. a8 | g2.\) f4-1\( | e2-3 d2 | c2.\) g'4-1\( %\break a2. a4 | h2. h4 | c2.\)\fermata c4\(\mp | c4 h a g-2 | g4.-3 f8 e4\) c'\( % \break c h a g | g4. f8 e4\) e-3\( | e e e e8 f | g2.\) f8\( e | d4 d d d8 e % \break f2.\) e8\<\( d | c4\mf c'2 a4-3 | g4. f8-1 e4-3\) f-4\( | e2 d | c2.\) r4 \bar "|." % Dynamikzeichen: für \< auch \cr bzw. \decr bis \! bzw. abs. dyn. } lower = \relative c { \clef bass \key c \major \time 4/4 c4\( e4 g4. f8 | e2.\) f4\( | g2 | 2.\) e4\( f2. f4 | g2. 4 | 2.\)\fermata r4 | c2\( f4 e c2.\) r4 | c2\( f4 e | c2.\) r4 | 2. 4 | c c\( e g\) g2. g4 | d d\( f g\) | c,2\( e4 f | e d c\) f\( | g2 | 2.\) r4 } % --- text ------------------------------------------------------------ text = \lyricmode { Joy to the world! The Lord is come; Let earth re -- ceive her King; Let ev - 'ry - heart - - pre -- pa -- re Hi -- m ro - om, And heav'n and na -- ture - sing, And - heav'n and na -- ture - sing, And - hea -- ven and hea - ven and na -- ture sing. } % --------------------------------------------------------------- \score { \new GrandStaff << \new Staff = upper { \new Voice = "singer" \upper } \new Lyrics \lyricsto "singer" \text \new Staff = lower { \clef bass \lower } >> \layout { \context { \GrandStaff \accepts "Lyrics" } \context { \Lyrics \consists "Bar_engraver" } } }