From b0756adf05e27c57fef7eb5ecfa4f03c4aac3996 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 11 Nov 2015 13:46:14 +0100 Subject: All_Night,_All_Day weiter beareitet, noch nicht fertig ! --- All_Night,_All_Day/All_Night,_All_Day.ly | 48 ++++----------- All_Night,_All_Day/stimmen.ly | 102 +++++++------------------------ All_Night,_All_Day/texte.ly | 82 +++++++++++-------------- 3 files changed, 71 insertions(+), 161 deletions(-) diff --git a/All_Night,_All_Day/All_Night,_All_Day.ly b/All_Night,_All_Day/All_Night,_All_Day.ly index b012984..4bc4c68 100644 --- a/All_Night,_All_Day/All_Night,_All_Day.ly +++ b/All_Night,_All_Day/All_Night,_All_Day.ly @@ -19,49 +19,25 @@ \new ChoirStaff << \set Score.skipBars = ##t \new Staff { - \new Voice = sopran { \global \sopranMelodieRefrain } + \new Voice = sopran { \global \sopranMelodie } } - \new Lyrics \lyricsto sopran { \sopranTextRefrain } + \new Lyrics \lyricsto sopran { \sopranTextI } + \new Lyrics \lyricsto sopran { \sopranTextII } \new Staff { - \new Voice = alt { \global \altMelodieRefrain } + \new Voice = alt { \global \altMelodie } } - \new Lyrics \lyricsto alt { \altTextRefrain } + \new Lyrics \lyricsto alt { \altTextI } + \new Lyrics \lyricsto alt { \altTextII } \new Staff { - \new Voice = tenor { \global \tenorMelodieRefrain } + \new Voice = tenor { \clef "G_8" \global \tenorMelodie } } - \new Lyrics \lyricsto tenor { \tenorTextRefrain } + \new Lyrics \lyricsto tenor { \tenorTextI } + \new Lyrics \lyricsto tenor { \tenorTextII } \new Staff { - \new Voice = bass { \global \bassMelodieRefrain } + \new Voice = bass { \clef "bass" \global \bassMelodie } } - \new Lyrics \lyricsto bass { \bassTextRefrain } - >> - \layout { - indent = #0 - } -} -\score { - \new ChoirStaff << - \set Score.skipBars = ##t - \new Staff { - \new Voice = sopranstr { \global \sopranMelodieStr } - } - \new Lyrics \lyricsto sopranstr { \sopranTextStrI } - \new Lyrics \lyricsto sopranstr { \sopranTextStrII } - \new Staff { - \new Voice = altstr { \global \altMelodieStr } - } - \new Lyrics \lyricsto altstr { \altTextStrI } - \new Lyrics \lyricsto altstr { \altTextStrII } - \new Staff { - \new Voice = tenorstr { \global \tenorMelodieStr } - } - \new Lyrics \lyricsto tenorstr { \tenorTextStrI } - \new Lyrics \lyricsto tenorstr { \tenorTextStrII } - \new Staff { - \new Voice = bassstr { \global \bassMelodieStr } - } - \new Lyrics \lyricsto bassstr { \bassTextStrI } - \new Lyrics \lyricsto bassstr { \bassTextStrII } + \new Lyrics \lyricsto bass { \bassTextI } + \new Lyrics \lyricsto bass { \bassTextII } >> \layout { indent = #0 diff --git a/All_Night,_All_Day/stimmen.ly b/All_Night,_All_Day/stimmen.ly index e51e83d..3f61384 100644 --- a/All_Night,_All_Day/stimmen.ly +++ b/All_Night,_All_Day/stimmen.ly @@ -11,89 +11,31 @@ % 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 "||" - } - >> + sopranMelodie = \relative c' { + 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 "||" + 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 "||" - } - >> + altMelodie = \relative c' { + cis2 | cis | e | cis | d4 fis | fis8 d fis d | fis fis4. | d2 | + cis | e4( fis) | fis2 | e | fis | fis | e4 d | cis2 | \bar "||" + 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 "|." - } - >> + tenorMelodie = \relative c { + 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 "||" + 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 "||" + } + + bassMelodie = \relative c { + a2 | a | a | a | d | d | d | e4 fis8[( gis]) | + a4( gis) | fis( e) | d2 | cis | d | e | c4 b | a2 | \bar "||" + 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 index ab771c9..525fc6e 100644 --- a/All_Night,_All_Day/texte.ly +++ b/All_Night,_All_Day/texte.ly @@ -4,67 +4,59 @@ % Die Textaufteilungen - sopranTextRefrain = \lyrics { - %<+hier den Text für den Sopran eintragen+> + sopranTextI = \lyrics { Al -- le Ta -- ge: En -- gel wa -- chen ü -- ber mir, o Herr. Al -- le Näch -- te: En -- gel wa -- chen ü -- ber mir. + \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. } - 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, + sopranTextII = \lyrics { + \repeat unfold 24 { \skip 1 } + \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+> + altTextI = \lyrics { Al -- le Ta -- ge: En -- gel wa -- chen ü -- ber mir, o Herr. Al -- le Näch -- te: En -- gel ü -- ber mir. + \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. } - 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, + altTextII = \lyrics { + \repeat unfold 22 { \skip 1 } + \set stanza = #"2. " + Kommt die lan -- ge Nacht, _ _ _ _ _ _ _ _ _ + Gott hat Heil ge -- bracht, } - tenorTextRefrain = \lyrics { - %<+hier den Text für den Tenor eintragen+> + tenorTextI = \lyrics { Bei Tag und Nacht, bei Tag und Nacht, Herr. Al -- le Näch -- te: En -- gel ü -- ber mir. + \set stanza = #"1. " + Tag dem A -- bend zu, bei Tag und Nacht, Herr. + Schlaf in gu -- ter Ruh, En -- gel ü -- ber dir. } - 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, + tenorTextII = \lyrics { + \repeat unfold 18 { \skip 1 } + \set stanza = #"2. " + Kommt die lan -- ge Nacht, _ _ _ _ _ _ _ _ _ + Gott hat Heil ge -- bracht, } - bassTextRefrain = \lyrics { - %<+hier den Text für den Baß eintragen+> + bassTextI = \lyrics { Al -- le Ta -- ge, al -- le Ta -- ge, Herr. Al -- le Näch -- te: En -- gel ü -- ber mir. - } - bassTextStrI = \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. - } - bassTextStrII = \lyrics { - \set stanza = #"2. " - Kommt die lan -- ge Nacht, _ _ _ _ _ - Gott hat mir das Heil ge -- bracht, + \set stanza = #"1. " + Tag dem A -- bend zu, al -- le Ta -- ge, Herr. + Schlaf, mein Kind, in gu -- ter Ruh, En -- gel ü -- ber dir. + } + bassTextII = \lyrics { + \repeat unfold 18 { \skip 1 } + \set stanza = #"2. " + Kommt die lan -- ge Nacht, _ _ _ _ _ + Gott hat mir das Heil ge -- bracht, } -- cgit v1.2.3-70-g09d2