\version "2.18" global = { \time 4/4 \key d \major \autoBeamOff } pausen = { R1*3 | r2. s4 | \bar "||" s1*3 | s2 r4 s | s1*3 | s2 r4 s | s1*3 | s2 r4 s | \repeat volta 2 { s1 | s2 r4 s | s1 | s2 r4 s | s1 | s2 r4 s | s1 | } \alternative { { s2 r4 s | } { s2 r4 s | \bar "|." } } } melodieAnfang = \relative a' { s1*3 | s2. a4 | \bar "||" \mark \markup { \musicglyph #"scripts.segno" } \repeat unfold 2 { a2~ a8 g fis e | e d d2 d4 | h'2~ h8 e, e h' | h[ a] a4 s a | } b4 b8 b b4 c8[ g] | a4( g) f4. f8 | g4 g8 g g4 b8 b~( | b a) a4 s a8 a | } sopranMelodie = \relative d'' { \melodieAnfang \repeat volta 2 { d4-> d-. cis8 cis cis a | h4-> h-. s a | h a g h |a2 s4 a8 a | d4-> d-. cis8 cis cis a | h4-> h-. s a | g fis e4. d8 | } \alternative { { d2 s4 a'8 a | } { d,2^\fermata s4 a'4^\markup { Dal \tiny \raise #1 \musicglyph #"scripts.segno" (ad. lib.) } | \bar "|." } } } altMelodie = \relative a' { \melodieAnfang \repeat volta 2 { a4 a a8 a a fis | g4 g s fis | g fis e fis | e2 s4 e8 e | a4 a a8 a a fis | g4 g s d | e d cis4. h8 | } \alternative { { a2 s4 a'8 a | } { a,2 s4 a'4 | \bar "|." } } } tenorMelodie = \relative fis' { \transpose c' c \melodieAnfang \repeat volta 2 { fis fis e8 e e d | d4 d s d | e d h d | d2( cis4) cis8 cis | fis4 fis e8 e e d | d4 d s d | h h a4. g8 | } \alternative { { fis2 s4 a8 a | } { fis2 s4 a | \bar "|." } } } bassMelodie = \relative d' { \transpose c' c \melodieAnfang \repeat volta 2 { d4-> d-. a8 a a a | g4-> g-. s fis | e fis g h | a2 s4 a8 a | d4-> d-. a8 a a a | g4-> g-. s fis | e e a,4. a8 | } \alternative { { d2 s4 a'8 a | } { d,2_\fermata s4 a' | \bar "|." } } } klavierRechts = \relative a { 4 8 << { \voiceOne e'8 d4 d8~ | } \new Voice { \voiceTwo r4 a | } >> \oneVoice 2 << { \voiceOne e8 d4 d8~ | } \new Voice { \voiceTwo r4 | } >> \oneVoice 2 fis8 e 4 | 16 8. 4 < a e cis> | \bar "||" | | | | | | | < a fis d c> | | | 8 g, b d | << { \voiceOne b' a } \new Voice { \voiceTwo e4 } >> \oneVoice 4 | \repeat volta 2 { | | | 2 4 8 | 4 8 fis16 g 4 | | << { \voiceOne e4. d8 | } \new Voice { \voiceTwo 4 | } >> } \alternative { { << { \voiceOne d2( } \new Voice { \voiceTwo 4 } >> \oneVoice 4) | } { ^\fermata ^\markup { Dal \tiny \raise #1 \musicglyph #"scripts.segno" (ad. lib.) } | \bar "|." } } } klavierLinks = \relative fis, { fis4 fis8 fis r4 fis | g4 g8 g r2 | h4 h8 h r2 | a8. a16 a'8. a16 a,4 a | d4. d8 cis4. cis8 | h4. h8 a4. a8 | g4. g8 gis4. gis8 | a4. a8 a4 a | d4. d8 cis4. cis8 | h4. h8 a4. a8 | g4. g8 gis4. gis8 | a4. a8 d4 d8 a | g4 g'8 g, e4 e'8 e, | f4 e d d'8 d, | e4. e8 d4. d8 | cis4 cis'8 cis, 4 | \repeat volta 2 { d8 d, fis4 fis'8 fis, | g4 g'8 g, g4 | fis, g gis | a4. e8 a,4 a'8 a, | d4 d'8 d,16 e fis4 fis'8 fis, | g4 g'8 g, g4 fis | e8 e, a4. a8 | } \alternative { { d,4 d'8. d,16 a'8 a8. a16 a8 | } { d,4_\fermata d'8. d,16 a'4 a | \bar "|." } } }