%some settings% vim: ai sw=2 lbr nu et \version "2.18" global = { \key d \major %\override Staff.TimeSignature #'style = #'() \time 4/4 \autoBeamOff } klavierRechtsMotiv = \relative a { r8 << { \voiceOne fis' e e4 | } \new Voice { \voiceTwo 4 | } >> | \oneVoice } % Die Stimmen pausen = { R1*4 | \bar "||" s1*4 | \repeat volta 3 { s1*4 | } \alternative { { s1 | } { s1 | \bar "||" } { s1 | } } R1*3 | \bar "|." } melodieSopran = \relative fis' { s1*4 | \bar "||" fis8 fis fis fis e4 e8 e | g g g g fis4 fis | fis8 fis fis g a-> d, g fis | e2 fis4 a8 a | \repeat volta 3 { d d d d cis4 cis8 cis | h h a g a4 a8 g | fis e d g4 fis8 e a~ | a2 g8 fis e4 | } \alternative { { d2 d4 a'8 a | } { d,2 d | \bar "||" } { d d | } } s1*3 | \bar "|." } melodieAlt = \relative d' { s1*4 | \bar "||" d8 d d d cis4 cis8 cis | e e e e d4 d | d8 d d d d d d d | d4( cis) d e8 e | \repeat volta 3 { d d d d d4 d8 d | d d d d cis4 cis8 cis | d d d d4 d8 d d~ | d2 d8 d cis4 | } \alternative { { a2 a4 e'8 e | } { d2 d | \bar "||" } { d d | } } s1*3 | \bar "|." } melodieTenor = \relative a { s1*4 | \bar "||" a8 a a a a4 a8 a | h h h h h4 h | h8 h h h a a h h | e,4( a) a a8 a | \repeat volta 3 { fis fis fis fis a4 a8 a | h h h h a4 a8 a | a a a h4 h8 h a~ | a2 h8 a g4 | } \alternative { { fis2 fis4 a8 a | } { fis2 d | \bar "||" } { fis d | } } s1*3 | \bar "|." } melodieBass = \relative d { s1*4 | \bar "||" d8 d d d a4 a8 a | e' e e e h4 h | h8 h a g fis << { fis e e | } \new CueVoice { \voiceFour \autoBeamOff fis' e e | } >> | a,2 d4 cis8 cis | \repeat volta 3 { h h h h fis'4 fis8 fis | g g g fis e4 a,8 a | d2 e4 e | fis2 e8 e a,4 | } \alternative { { d2 d4 cis8 cis | } { d2 d | \bar "||" } { d d | } } s1*3 | \bar "|." } klavierRechts = \relative g' { \klavierRechtsMotiv \klavierRechtsMotiv \klavierRechtsMotiv << { \voiceOne g8 fis d e~ e2 | } \new Voice { \voiceTwo 4 d8 ~ 2 | } >> | \bar "||" \oneVoice 8 4 8 | 8 4 | 8 | << { \voiceOne e2 fis4 } \new Voice { \voiceTwo d8 cis16 h cis4 d } >> \oneVoice 8 | \repeat volta 3 { 4 8 | 8 4 8 | 4 8 ~ | << { \voiceOne 2 } \new Voice { \voiceTwo 4 } >> \oneVoice 8 4 | } \alternative { { 2 4 8 | } { \klavierRechtsMotiv | \bar "||" } { \klavierRechtsMotiv | } } \klavierRechtsMotiv \klavierRechtsMotiv << { \voiceOne g8 fis } \new Voice { \voiceTwo 4 } >> \oneVoice 2 | \bar "|." } klavierLinks = \relative d, { d4.. d'16 g,4. g8 | d4.. d'16 g,4. g8 | d4.. d'16 g,4. g8 | e4 e a a | \bar "||" d,4.. d'16 a4. a8 | e4.. e'16 h4. h8 | h4 a8 g fis4 e | << { \voiceOne e' a a a | } \new Voice { \voiceTwo a,2 d4 e | } >> \oneVoice \repeat volta 3 { 4.. d16 4 | 4. 8 4 | | 4. 8 4 a | } \alternative { { 2 4 | } { d,4.. d'16^\markup { "Dal " \tiny \raise #1 \musicglyph #"scripts.segno" " 2. Strophe" } g,4. g8 | \bar "||" } { d4.. d'16 g,4. g8 | } } d4.. d'16 g,4. g8 | d4.. d'16 g,4. g8 | e4 a d,2 | \bar "|." }