summaryrefslogtreecommitdiff
path: root/Lobt_Gott_in_allen_Landen
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-03-04 12:26:38 +0100
committerErich Eckner <git@eckner.net>2015-03-04 12:26:38 +0100
commitb7862daa3609ac32deaeed2edc3680f07870eb39 (patch)
treea48daec5f3b5a02e38cb68f67bc03c88a64cc494 /Lobt_Gott_in_allen_Landen
parentf4ad06b40015cd9a1858bee91143f977cdb96d53 (diff)
downloadMusik-b7862daa3609ac32deaeed2edc3680f07870eb39.tar.xz
Lobt_Gott_in_allen_Landen neu
Diffstat (limited to 'Lobt_Gott_in_allen_Landen')
-rw-r--r--Lobt_Gott_in_allen_Landen/Lobt_Gott_in_allen_Landen.ly48
-rw-r--r--Lobt_Gott_in_allen_Landen/stimmen.ly89
-rw-r--r--Lobt_Gott_in_allen_Landen/texte.ly39
3 files changed, 176 insertions, 0 deletions
diff --git a/Lobt_Gott_in_allen_Landen/Lobt_Gott_in_allen_Landen.ly b/Lobt_Gott_in_allen_Landen/Lobt_Gott_in_allen_Landen.ly
new file mode 100644
index 0000000..a2acd98
--- /dev/null
+++ b/Lobt_Gott_in_allen_Landen/Lobt_Gott_in_allen_Landen.ly
@@ -0,0 +1,48 @@
+\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")
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+ title = "Lobt Gott in allen Landen"
+ poet = "nach Psalm 104"
+ composer = "Johann Steuerlein 1575"
+}
+\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 = "textI" {}
+ \new Lyrics = "textIb" {}
+ \new Lyrics = "textII" {}
+ \new Lyrics = "textIIb" {}
+ \new Lyrics = "textIII" {}
+ \new Lyrics = "textIIIb" {}
+ \new Staff <<
+ \clef "bass"
+ \new Voice = "tenor" { \global \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \voiceTwo \bassMelodie }
+ >>
+ \context Lyrics = "textI" \lyricsto "bass" \textI
+ \context Lyrics = "textIb" \lyricsto "bass" \textIb
+ \context Lyrics = "textII" \lyricsto "bass" \textII
+ \context Lyrics = "textIIb" \lyricsto "bass" \textIIb
+ \context Lyrics = "textIII" \lyricsto "bass" \textIII
+ \context Lyrics = "textIIIb" \lyricsto "bass" \textIIIb
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Lobt_Gott_in_allen_Landen/stimmen.ly b/Lobt_Gott_in_allen_Landen/stimmen.ly
new file mode 100644
index 0000000..ec6684d
--- /dev/null
+++ b/Lobt_Gott_in_allen_Landen/stimmen.ly
@@ -0,0 +1,89 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.18"
+
+ 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. 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. 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. gis4 |
+ a4. a8 a4 a |
+ a2 a4. h8 |
+ cis4 d 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. cis4 |
+ a4 a a a |
+ d2 d8[ e] fis[ gis] |
+ a4 d, e e |
+ a,2. \bar "|."
+ }
diff --git a/Lobt_Gott_in_allen_Landen/texte.ly b/Lobt_Gott_in_allen_Landen/texte.ly
new file mode 100644
index 0000000..8ec084e
--- /dev/null
+++ b/Lobt_Gott_in_allen_Landen/texte.ly
@@ -0,0 +1,39 @@
+%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.
+ }
+
+ textIb = \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 das 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 -- rund.
+ }
+
+ textIIb = \lyricmode {
+ Das Erd -- reich ward ge -- grün -- det, ge -- son -- dert Berg und Meer.
+ }
+
+ textIII = \lyricmode {
+ \set stanza = "3."
+ 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 -- den nah.
+ Lob Gott, o mei -- ne See -- le, sing ihm „Hal -- le -- lu -- ja!“
+ }
+
+ textIIIb = \lyricmode {
+ Dein Lob -- lied soll er -- schal -- len, so -- lang mein O -- dem geht.
+ }
+