diff options
author | Erich Eckner <git@eckner.net> | 2014-09-07 19:56:19 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-07 19:56:19 +0200 |
commit | 92535b45fe189ffb59bdd3a54415bd299875f278 (patch) | |
tree | 526264982a4850d39ad27b5c30763a5f23e9cf63 /Wach_auf_wach_auf_s_ist_hohe_Zeit | |
parent | c951c7f390c4291dd41294e0bf1ff0b6abacc28d (diff) | |
download | Musik-92535b45fe189ffb59bdd3a54415bd299875f278.tar.xz |
neue Lieder
Diffstat (limited to 'Wach_auf_wach_auf_s_ist_hohe_Zeit')
-rw-r--r-- | Wach_auf_wach_auf_s_ist_hohe_Zeit/Wach_auf_wach_auf_s_ist_hohe_Zeit.ly | 40 | ||||
-rw-r--r-- | Wach_auf_wach_auf_s_ist_hohe_Zeit/stimmen.ly | 44 | ||||
-rw-r--r-- | Wach_auf_wach_auf_s_ist_hohe_Zeit/texte.ly | 41 |
3 files changed, 125 insertions, 0 deletions
diff --git a/Wach_auf_wach_auf_s_ist_hohe_Zeit/Wach_auf_wach_auf_s_ist_hohe_Zeit.ly b/Wach_auf_wach_auf_s_ist_hohe_Zeit/Wach_auf_wach_auf_s_ist_hohe_Zeit.ly new file mode 100644 index 0000000..58b755d --- /dev/null +++ b/Wach_auf_wach_auf_s_ist_hohe_Zeit/Wach_auf_wach_auf_s_ist_hohe_Zeit.ly @@ -0,0 +1,40 @@ +\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 { + title = "Wach auf, wach auf, 's ist hohe Zeit" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + << + \new ChordNames { + \set chordChanges = ##t + \germanChords + \akkorde + } + \new Staff << + \new Voice = "melodie" { \global \melodie } + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Lyrics = "textVier" {} + \new Lyrics = "textFuenf" {} + \context Lyrics = "textEins" \lyricsto "melodie" \textI + \context Lyrics = "textZwei" \lyricsto "melodie" \textII + \context Lyrics = "textDrei" \lyricsto "melodie" \textIII + \context Lyrics = "textVier" \lyricsto "melodie" \textIV + \context Lyrics = "textFuenf" \lyricsto "melodie" \textV + >> + >> + \layout { + indent = #0 + } +} diff --git a/Wach_auf_wach_auf_s_ist_hohe_Zeit/stimmen.ly b/Wach_auf_wach_auf_s_ist_hohe_Zeit/stimmen.ly new file mode 100644 index 0000000..8db1c35 --- /dev/null +++ b/Wach_auf_wach_auf_s_ist_hohe_Zeit/stimmen.ly @@ -0,0 +1,44 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.18" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 2/2 + \autoBeamOff + } + +% Die Stimmen + + akkorde = \chordmode { + e1:m | + a:m | + c | + e1*2:m | + h2:m fis | + h1 | + e:m | + a | + h | + e:m | + c2 d | + e1 | \bar "|." + } + + melodie = \relative e' { + e2 h'4 h | + c2 h | + a4.( e8 g4) fis | + e2 r4 e | + g e h'4.( cis8 | + d4) h d cis | + h2 r4 h | + h ais h fis | + a2 g | + fis r4 h | + h a g e | + g2 fis | + e1 | \bar "|." + } + diff --git a/Wach_auf_wach_auf_s_ist_hohe_Zeit/texte.ly b/Wach_auf_wach_auf_s_ist_hohe_Zeit/texte.ly new file mode 100644 index 0000000..24f2055 --- /dev/null +++ b/Wach_auf_wach_auf_s_ist_hohe_Zeit/texte.ly @@ -0,0 +1,41 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Wach auf, wach auf "'s ist" ho -- he Zeit,
+ Christ, sei mit dei -- ner Hilf nicht weit!
+ Das wü -- tend un -- ge -- stü -- me Meer
+ läuft an mit Macht und drängt uns sehr.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Hilfst du nicht bald, so ist's ge -- schehn,
+ zu -- grund wir müs -- sen ei -- lends gehn.
+ Be -- droh der Wel -- len wild Ge -- brüll,
+ so legt es sich und wird ganz still.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Ach Herr, um dei -- nes Na -- mens Ehr
+ halt uns im Fried bei dei -- ner Lehr;
+ gib dei -- ner Kir -- che gu -- te Ruh,
+ Ge -- sund -- heit und Ge -- deihn da -- zu.
+ }
+ textIV = \lyricmode {
+ \set stanza = "4."
+ Da -- rü -- ber auch das Al -- ler -- best:
+ dass wir im Glau -- ben stark und fest
+ fich prei -- sen und den Na -- men dein,
+ dir le -- ben, dein lieb Völk -- lein sein,
+ }
+ textV = \lyricmode {
+ \set stanza = "5."
+ aus dei -- nem Geist ganz neu ge -- born;
+ den gib uns, Herr, sonst ist's ver -- lorn.
+ Dies al -- les un -- ser Herz be -- gehrt,
+ wie -- wohl wir de -- ren keins sind wert.
+ }
|