summaryrefslogtreecommitdiff
path: root/Kanons/Ich_singe_dir/Ich_singe_dir.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Kanons/Ich_singe_dir/Ich_singe_dir.ly')
-rw-r--r--Kanons/Ich_singe_dir/Ich_singe_dir.ly30
1 files changed, 30 insertions, 0 deletions
diff --git a/Kanons/Ich_singe_dir/Ich_singe_dir.ly b/Kanons/Ich_singe_dir/Ich_singe_dir.ly
new file mode 100644
index 0000000..d7e0480
--- /dev/null
+++ b/Kanons/Ich_singe_dir/Ich_singe_dir.ly
@@ -0,0 +1,30 @@
+\include "deutsch.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\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.
+ }
+} \ No newline at end of file