summaryrefslogtreecommitdiff
path: root/Kanons/Komm_Herr_Jesu_sei_du_unser_Gast/stimmen.ly
blob: 002bea6563ffafe52548de2ecfbe5c04f1b8f902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
global = {
  \key b \major
  \time 4/4
  \autoBeamOff
}

melodie = \relative b' {
  \repeat volta 2 {
    b4^\markup "1." a g a8 b |
    c4 b8 a b4.^\fermata\breathe f8 |
    d'4^\markup "2." c8 c b4 f8 f |
    g4 f f2^\fermata |
    b4^\markup "3." f g d |
    es( c) b2 |
  }
  \clef "G_8"
  b4 c d f |
  es8[( d] es4) d2 | \bar "|."
}