%some settings% vim: ai sw=2 lbr nu et \version "2.12" global = { \key c \major %\override Staff.TimeSignature #'style = #'() \time 4/4 \autoBeamOff } % Die Stimmen akkorde = \chordmode { c1 | g | a2:m f4 g8 c | c1 | c1 | g | d2:m a4.:m g8:sus4 | g2:sus4 g | c1 f | d2:m g4:sus4 g8 c | c1 | a:m | e:m f2..:m g8:sus4 | g2.:sus4 g4 | a1:m e:m | f2.. g8:sus4 | g2:sus4 g | } klavierRechtsA = \relative e' { \voiceOne e4 g8 g~ g2 | a4 g8 g~ g2 | a4 c s2 | s1 | \bar "||" s1*8 | \bar "||" s1*8 | \bar "||" } klavierRechtsB = \relative e' { \voiceTwo e1 | d | c2 s | s1 | \bar "||" s1*8 | \bar "||" s1*8 | \bar "||" } klavierRechts = \relative f' { \oneVoice s1*2 | s2 4 8 ~ | 1 | \bar "||" R1*8 | \bar "||" R1*8 | \bar "||" } klavierLinks = \relative c { 1 | | 2 4 8 ~ | 1 | \bar "||" R1*8 | \bar "||" R1*8 | \bar "||" } pausen = { R1*4 | \bar "||" s1 | s2. r4 | s1 | s2. r4 | s1 | s2. r4 | s1 | s2. r4 | \bar "||" s1 | s2 s8 r s4 | s1 | s2 r4 s | s1 | s2 s8 r s4 | s1 | s2. r4 | \bar "||" } sopranMelodie = \relative e' { s1*4 | \bar "||" e4\( g8 g~ g2 | a4 g8 g~ g4\) s | f f e8[( f]) g d~ | d2. s4 | e4\( g8 g~ g2 | a4 h8 c~ c4\) s | d c c h8 c~ | c2. s4^"Fine" | \bar "||" c c8 c c4 c | h a8 h4 s8 g4 | a a g f8 g~ | g2 s4 g | c c c c | h a8 h4 s8 g4 | a g f e8 d~ | d2. s4 | \bar "||" } altMelodie = \relative e' { s1*4 | \bar "||" e4 e8 e~ e2 | d4 d8 d~ d4 s | d d e c8 c~ | c2( h4) s | e g8 g~ g2 | f4 f8 f~ f4 s | a4 a g g8 g~ | g2. s4 | \bar "||" e e8 e e4 a | g g8 g4 s8 g4 | f f d d8 d~ | d2 s4 d | e e e a | g g8 g4 s8 e4 | c c c c8 c~ | c2( h4) s^"D.C." | \bar "||" } tenorMelodie = \relative g { s1*4 | \bar "||" g4 g8 g~ g2 | g4 g8 g~ g4 s | a a a a8 g~ | g2. s4 | g c8 c~ c2 | c4 c8 c~ c4 s | d d d d8 e~ | e2. s4 | \bar "||" a, a8 h c4 e | d c8 h4 s8 e4 | c c d c8 c~ | c2 s4 h | a h c e | d c8 h4 s8 h4 | a a a a8 g~ | g2. s4 | \bar "||" } bassMelodie = \relative c { s1*4 | \bar "||" c4\( c8 c~ c2 | h4 h8 h~ h4\) s | d d c8[( d]) e g~ | g2. s4 | c,\( e8 e~ e2 | f4 g8 a~ a4\) s | f f g g8 c,~ | c2. s4 | \bar "||" a' a8 a a4 a | e4 e8 e4 s8 e4 | f f d d8 g~ | g2 s4 g | a4 a a a | e4 e8 e4 s8 e4 | f e d f8 g~ | g2. s4 | \bar "||" }