summaryrefslogtreecommitdiff
path: root/Kanons/Ich_singe_dir/Ich_singe_dir.ly
blob: 24aefaf127d8e4e1407fce09d5049048db86bed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\include "deutsch.ly"

#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
#(set-default-paper-size "kindle")

\pointAndClickOff

\header {
  tagline = ""
  title = "Ich singe dir"
}
\paper {
  top-margin = 5
}

\score {
 \new Staff {
  \time 4/4 \key c \major \autoBeamOff \relative c' {
   \repeat volta 2 {
   \partial 4 c4^"1." | g' g g8[ a] g[ f] | e[ d] e[ f] g4 g | a g8[ a] h4 a8[ h] | c2.^\fermata
   c4^"2." | g e f d | c8[ h] c[ d] e4 e | f f g g | e2.^\fermata
   c4^"3." | c2 h4 d | d2 c4 c | c' h8[ a] g[ f] e[ d] | g4 e g^\fermata
   e^"4." | e2 d4 f | f2 e4 c' | d, d d g | c,2.^\fermata
   }
  }
 }
 \addlyrics {
  Ich sin -- ge dir mir Herz und Mund, Herr mei -- nes Her -- zens Lust,
  ich sing und mach auf Er -- den kund, was mir von dir be -- wusst.
  Ich sin -- ge, ich sin -- ge, Herr, mei -- _ _ nes Her -- zens Lust,
  ich sin -- ge, ich sin -- ge, was mir von dir be -- wusst.
 }
}