diff options
author | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
commit | cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch) | |
tree | 25be2d35abeec51d18d0204e199f3bdbf66826b1 /Kanons/Ich_singe_dir/Ich_singe_dir.ly | |
download | Musik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz |
initialer Commit
Diffstat (limited to 'Kanons/Ich_singe_dir/Ich_singe_dir.ly')
-rw-r--r-- | Kanons/Ich_singe_dir/Ich_singe_dir.ly | 30 |
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 |