diff options
Diffstat (limited to 'All_Night,_All_Day')
-rw-r--r-- | All_Night,_All_Day/All_Night,_All_Day.ly | 47 | ||||
-rw-r--r-- | All_Night,_All_Day/stimmen.ly | 99 | ||||
-rw-r--r-- | All_Night,_All_Day/texte.ly | 70 |
3 files changed, 216 insertions, 0 deletions
diff --git a/All_Night,_All_Day/All_Night,_All_Day.ly b/All_Night,_All_Day/All_Night,_All_Day.ly new file mode 100644 index 0000000..53ee55e --- /dev/null +++ b/All_Night,_All_Day/All_Night,_All_Day.ly @@ -0,0 +1,47 @@ +\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 Voice = sopran { \global \sopranMelodieRefrain } + \new Lyrics \lyricsto sopran { \sopranTextRefrain } + \new Voice = alt { \global \altMelodieRefrain } + \new Lyrics \lyricsto alt { \altTextRefrain } + \new Voice = tenor { \global \tenorMelodieRefrain } + \new Lyrics \lyricsto tenor { \tenorTextRefrain } + \new Voice = bass { \global \bassMelodieRefrain } + \new Lyrics \lyricsto bass { \bassTextRefrain } + >> } + \new ChoirStaff { + << + \new Voice = sopranstr { \global \sopranMelodieStr } + \new Lyrics \lyricsto sopranstr { \sopranTextStrI } + \new Lyrics \lyricsto sopranstr { \sopranTextStrII } + \new Voice = altstr { \global \altMelodieStr } + \new Lyrics \lyricsto altstr { \altTextStrI } + \new Lyrics \lyricsto altstr { \altTextStrII } + \new Voice = tenorstr { \global \tenorMelodieStr } + \new Lyrics \lyricsto tenorstr { \tenorTextStrI } + \new Lyrics \lyricsto tenorstr { \tenorTextStrII } + \new Voice = bassstr { \global \bassMelodieStr } + \new Lyrics \lyricsto bassstr { \bassTextStrI } + \new Lyrics \lyricsto bassstr { \bassTextStrII } + >> + } + \layout { + indent = #0 + } +} diff --git a/All_Night,_All_Day/stimmen.ly b/All_Night,_All_Day/stimmen.ly new file mode 100644 index 0000000..e51e83d --- /dev/null +++ b/All_Night,_All_Day/stimmen.ly @@ -0,0 +1,99 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodieRefrain = \relative c' { + << + %the actual tune + { + e2 | a | cis | a | fis4 a | a8 fis a fis | a a4. | fis8( e4.) | + e2 | a | cis | a | e'4 cis | cis8. a16 h8 gis | a2~ | a | \bar "||" + } + >> + } + + altMelodieRefrain = \relative c' { + << + %the actual tune + { + cis2 | cis | e | cis | d4 fis | fis8 d fis d | fis fis4. | d2 | + cis | e4( fis) | fis2 | e | fis | fis | e4 d | cis2 | \bar "||" + } + >> + } + + tenorMelodieRefrain = \relative c { + << + %the actual tune + \clef "treble_8" + { + r4 e | fis( e) | r e | fis( e) | r a | h( cis) | h( a) | gis a8[( +h]) | + a2 | cis | a4( h) | h( a) | a2 | cis4( d) | g, f | e2 | \bar "||" + } + >> + } + + bassMelodieRefrain = \relative c { + << + %the actual tune + \clef bass + { + a2 | a | a | a | d | d | d | e4 fis8[( gis]) | + a4( gis) | fis( e) | d2 | cis | d | e | c4 b | a2 | \bar "||" + } + >> + } + + sopranMelodieStr = \relative c' { + << + %the actual tune + { + e2 | a | cis | a | fis4 a | a8 fis a fis | a a4. | fis8( e4.) | + e2 | a | cis | a | e'4 cis | cis8. a16 h8 gis | a2~ | a | \bar "||" + } + >> + } + + altMelodieStr = \relative c' { + << + %the actual tune + { + cis2 | cis | e | cis | d4 fis | fis8 d fis d | fis fis4. | d2 | + cis | e4( fis) | fis2 | e | fis | fis | e4 d | cis2 | \bar "||" + } + >> + } + + tenorMelodieStr = \relative c { + << + %the actual tune + \clef "treble_8" + { + r4 e | fis( e) | r e | fis( e) | r a | h( cis) | h( a) | gis a8[( +h]) | + a2 | cis | a4( h) | h( a) | a2 | cis4( d) | g, f | e2 | \bar "||" + } + >> + } + + bassMelodieStr = \relative c { + << + %the actual tune + \clef bass + { + cis2 | fis | cis4 cis | fis( e) | d2 | d | d | e4 fis8[( gis]) | + a4 gis | fis e | cis cis | h( cis) | d2 | e | c4 c | b2 | \bar "|." + } + >> + } + diff --git a/All_Night,_All_Day/texte.ly b/All_Night,_All_Day/texte.ly new file mode 100644 index 0000000..af56926 --- /dev/null +++ b/All_Night,_All_Day/texte.ly @@ -0,0 +1,70 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + sopranTextRefrain = \lyrics { + %<+hier den Text für den Sopran eintragen+> + Al -- le Ta -- ge: En -- gel wa -- chen ü -- ber mir, o Herr. + Al -- le Näch -- te: En -- gel wa -- chen ü -- ber mir. + } + sopranTextStrI = \lyrics { + \set stanza = #"1. " + Geht der Tag dem A -- bend zu, En -- gel wa -- chen ü -- ber mir, o Herr. + Schlaf, mein Kind, in gu -- ter Ruh, En -- gel wa -- chen ü -- ber dir. + } + sopranTextStrII = \lyrics { + \set stanza = #"2. " + Kommt her -- bei die lan -- ge Nacht, _ _ _ _ _ _ _ _ _ + Gott hat mir das Heil ge -- bracht, + } + + altTextRefrain = \lyrics { + %<+hier den Text für den Alt eintragen+> + Al -- le Ta -- ge: En -- gel wa -- chen ü -- ber mir, o Herr. + Al -- le Näch -- te: En -- gel ü -- ber mir. + } + altTextStrI = \lyrics { + \set stanza = #"1. " + Tag dem A -- bend zu, En -- gel wa -- chen ü -- ber mir, o Herr. + Schlaf in gu -- ter Ruh, En -- gel ü -- ber dir. + } + altTextStrII = \lyrics { + \set stanza = #"2. " + Kommt die lan -- ge Nacht, _ _ _ _ _ _ _ _ _ + Gott hat Heil ge -- bracht, + } + + tenorTextRefrain = \lyrics { + %<+hier den Text für den Tenor eintragen+> + Bei Tag und Nacht, bei Tag und Nacht, Herr. + Al -- le Näch -- te: En -- gel ü -- ber mir. + } + tenorTextStrI = \lyrics { + \set stanza = #"1. " + Tag dem A -- bend zu, bei Tag und Nacht, Herr. + Schlaf in gu -- ter Ruh, En -- gel ü -- ber dir. + } + tenorTextStrII = \lyrics { + \set stanza = #"2. " + Kommt die lan -- ge Nacht, _ _ _ _ _ _ _ _ _ + Gott hat Heil ge -- bracht, + } + + bassTextRefrain = \lyrics { + %<+hier den Text für den Baß eintragen+> + Al -- le Ta -- ge, al -- le Ta -- ge, Herr. + Al -- le Näch -- te: En -- gel ü -- ber mir. + } + altTextStrI = \lyrics { + \set stanza = #"1. " + Tag dem A -- bend zu, al -- le Ta -- ge, Herr. + Schlaf, mein Kind, in gu -- ter Ruh, En -- gel ü -- ber dir. + } + altTextStrII = \lyrics { + \set stanza = #"2. " + Kommt die lan -- ge Nacht, _ _ _ _ _ + Gott hat mir das Heil ge -- bracht, + } + |