\version "2.19.49" \language "deutsch" \header { title = "Sing Jubilate Deo" composer = "T. u. M. Jerry Estes" tagline = "gesetzt von Bernhard Kleine 2017" } \layout { \context { \Voice \consists "Melody_engraver" \override Stem #'neutral-direction = #'() } } global = { \key b \major \time 4/4 \tempo "With excitement" 4 = 138-144 } soprano = \relative c'' { \global \autoBeamOff % Die Noten folgen hier. s1 s1 \repeat volta 2 { s1 s1 h8\rest f8 \autoBeamOn f b b4 f | g8 (f es) f~ f2 | \autoBeamOff b8\rest es, \autoBeamOn es f f4 d | e8 (f g) a~ a4 h\rest | h8\rest \autoBeamOff f8 \autoBeamOn f b b4 f | g8 (f es) f~ f2 | h8\rest \autoBeamOff es,8 \autoBeamOn f g f4 a } \alternative { { b1~ | b2. h4\rest } { b1~ | } } b2 h2\rest } alto = \relative c' { \global \autoBeamOff % Die Noten folgen hier. s1 s1 \repeat volta 2 { s1 s1 h8\rest d8 \autoBeamOn d f f4 d | es8 (d c) d~ d2 | \autoBeamOff s8 c \autoBeamOn c c f4 d | e8 (d e) f~ f4 s4 | h8\rest \autoBeamOff d,8 \autoBeamOn d f f4 d | es8 (d c) d~ d2 | s8 \autoBeamOff es8 \autoBeamOn f g f4 a } \alternative { { b1~ | b2. s4 } { b1~ } } b2 s2 } tenor = \relative c' { \global % Die Noten folgen hier. } bass = \relative c' { \global \autoBeamOff % Die Noten folgen hier. s1 s1 \repeat volta 2 { s1 s1 h8\rest b8 \autoBeamOn b c c4 b | b4. b8~ b2 | \autoBeamOff d,8\rest g \autoBeamOn g a b4 b | c4. c8~ c2 | h8\rest \autoBeamOff b8 \autoBeamOn b c c4 b | b4. b8~ b2 | d,8\rest \autoBeamOff g8 \autoBeamOn a b a4 a } \alternative { { b1~ | b2. d,4\rest } { b'1~ } } b2 d,2\rest } sopranoVerse = \lyricmode { % Liedtext folgt hier. \repeat volta 2 { Sing Ju -- bi -- la -- te de -- o come and re -- joice with glad -- ness Sing Ju -- bi -- la -- te de -- o come sing a joy -- ful } \alternative { { song } { song } } } altoVerse = \lyricmode { % Liedtext folgt hier. } tenorVerse = \lyricmode { % Liedtext folgt hier. } bassVerse = \lyricmode { % Liedtext folgt hier. \repeat volta 2 { Sing Ju -- bi -- la -- te de -- o come and re -- joice with glad -- ness Sing Ju -- bi -- la -- te de -- o come sing a joy -- ful } \alternative { { song } { song } } } % rightOne = \relative c' { \global \tiny % Die Noten folgen hier. 8_>\f _> | _> \repeat volta 2 { 8_>\f _> | _> \break 2 4 4 | 4. 8 \autoBeamOn d f b | b4. a8 4 f | e8 f g c, f a | 2 4 4 | 4. 8 \autoBeamOn d f b | 2 } \alternative { { 8_> _> | _> } { 8_> _> | } } _> } rightTwo = \relative c' { \global \tiny s1 s1 \repeat volta 2 { s1 s1 s1 s1 2 b2 | c4. s8 s2| s1 s1 s1 | } \alternative { { s1 s1 } { s1 } } } left = \relative c { \global \tiny % Die Noten folgen hier. 8_> d\rest d\rest _> d2\rest 8_> d\rest d\rest _> d4\rest d8\rest f,8 \repeat volta 2 { 8_> d\rest d\rest _> d2\rest 8_> d\rest d\rest _> d4\rest d8\rest f,8 2 2 | 4. 8 2 | 2 | c,8 d e f~ f4 a | 2 2 | 4. 8 2 | 2 f, } \alternative { { 8_> d\rest d\rest _> d2\rest 8_> d\rest d\rest _> d4\rest d8\rest f,8 } { 8_> d\rest d\rest _> d2\rest } } } choirPart = \new ChoirStaff << \new Staff = "sa" \with { midiInstrument = "choir aahs" instrumentName = \markup \center-column { "S" "A" } } << \new Voice = "soprano" { \voiceOne \soprano } \new Voice = "alto" { \voiceTwo \alto } >> \new Lyrics \with { alignBelowContext = "sa" \override VerticalAxisGroup #'staff-affinity = #DOWN } \lyricsto "soprano" \sopranoVerse \new Staff = "tb" \with { midiInstrument = "choir aahs" instrumentName = \markup \center-column { "M" } } << \clef bass \new Voice = "bass" { \voiceTwo \bass } >> \new Lyrics \with { alignBelowContext = "tb" \override VerticalAxisGroup #'staff-affinity = #DOWN } \lyricsto "bass" \bassVerse >> pianoPart = \new PianoStaff << \new Staff = "right" << \rightOne \\ \rightTwo >> \new Staff = "left" { \clef bass \left } >> \score { << \choirPart \pianoPart >> \layout { } }