summaryrefslogtreecommitdiff
path: root/Auf_Seele_Gott_zu_loben
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
committerErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
commitcd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch)
tree25be2d35abeec51d18d0204e199f3bdbf66826b1 /Auf_Seele_Gott_zu_loben
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Auf_Seele_Gott_zu_loben')
-rw-r--r--Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly38
-rw-r--r--Auf_Seele_Gott_zu_loben/stimmen.ly38
-rw-r--r--Auf_Seele_Gott_zu_loben/texte.ly33
3 files changed, 109 insertions, 0 deletions
diff --git a/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly b/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly
new file mode 100644
index 0000000..a1a94f1
--- /dev/null
+++ b/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly
@@ -0,0 +1,38 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.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 ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ <<
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ }
+ \new Lyrics \lyricsto sopran { \textI }
+ \new Lyrics \lyricsto sopran { \textIa }
+ \new Lyrics \lyricsto sopran { \textII }
+ \new Lyrics \lyricsto sopran { \textIIa }
+ \new Lyrics \lyricsto sopran { \textIII }
+ \new Lyrics \lyricsto sopran { \textIIIa }
+ \new Staff <<
+ \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Auf_Seele_Gott_zu_loben/stimmen.ly b/Auf_Seele_Gott_zu_loben/stimmen.ly
new file mode 100644
index 0000000..4938c30
--- /dev/null
+++ b/Auf_Seele_Gott_zu_loben/stimmen.ly
@@ -0,0 +1,38 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key a \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ \partial 4
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative e' {
+ \repeat volta 2 { e4 | a8[ h] cis[ d] cis[ h] a[ gis] | fis2 fis4 fis | e a a gis | a2. }
+ cis4 | cis cis cis a | h2 h4 h | a8[ h] cis[ d] cis[ h] a[ gis16 fis] | gis2. \bar ""
+ e4 | a8[ h] cis[ d] cis[ h] a[ gis] | fis2 fis4 fis | e a a gis | a2. \bar "|."
+ }
+
+ altMelodie = \relative cis' {
+ \repeat volta 2 { cis4 | cis e e cis | d2 d4 d | cis fis e4. e8 | cis2. }
+ a'4 | a a a e | gis2 gis4 gis | fis4. fis8 fis4 fis | eis2. \bar ""
+ cis4 | cis e e cis | d2 d4 d | cis fis e4. e8 | cis2. \bar "|."
+ }
+
+ tenorMelodie = \relative a {
+ \repeat volta 2 { a4 | a4. a8 a4 a | a2 a4. h8 | cis4 d h h | a2. }
+ e'4 | e e e cis | e2 e4 e | cis4. cis8 cis4 cis | cis2. \bar ""
+ gis4 a4. a8 a4 a4 | a2 a4. h8 | cis4 dis h h | a2. \bar "|."
+ }
+
+ bassMelodie = \relative a, {
+ \repeat volta 2 { a4 | a a a a | d2 d8[ e] fis[ gis] | a4 d, e e | a,2. }
+ a4 a'4. a8 a4 a | e2 e4 e | fis4. fis8 fis4 fis | cis2. \bar ""
+ cis4 | a4 a a a | d2 d8[ e] fis[ gis] | a4 d, e e | a,2. \bar "|."
+ }
+
diff --git a/Auf_Seele_Gott_zu_loben/texte.ly b/Auf_Seele_Gott_zu_loben/texte.ly
new file mode 100644
index 0000000..1d0c381
--- /dev/null
+++ b/Auf_Seele_Gott_zu_loben/texte.ly
@@ -0,0 +1,33 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Auf, See -- le, Gott zu lo -- ben! Gar herr -- lich steht sein Haus!
+ Er fährt auf Wol -- ken -- wa -- gen und Flam -- men sind sein Kleid.
+ Wind -- fit -- ti -- che ihn tra -- gen zu Diens -- ten ihm be -- reit.
+ }
+ textIa = \lyricmode {
+ Er spannt den Him -- mel dro -- ben gleich ei -- nem Tep -- pich aus.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Gott hat das Licht ent -- zün -- det, er schuf des Him -- mels Heer.
+ Die küh -- len Brun -- nen -- quel -- len im jauch -- zend grü -- nen Grund,
+ die kla -- ren Was -- ser schnel -- len aus Schlucht und Ber -- ges -- grund.
+ }
+ textIIa = \lyricmode {
+ Das Erd -- reich ward ge -- grün -- det, ge -- son -- dert Berg und Meer.
+ }
+ textIII = \lyricmode {
+ \set stanza = "7."
+ Lass dir das Lied ge -- fal -- len. Mein Herz in Freu -- den steht.
+ Du tilgst des Sün -- ders Feh -- le und bist mit Gna -- de nah.
+ Lob Gott, oh mei -- ne See -- le, sing ihm Ha -- le -- lu -- ja!
+ }
+ textIIIa = \lyricmode {
+ Dein Lob -- lied soll er -- schal -- len, so -- lang mein O -- dem geht.
+ }