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 ++++++++------------------------ 1 file changed, 12 insertions(+), 36 deletions(-) (limited to 'All_Night,_All_Day/All_Night,_All_Day.ly') 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 -- cgit v1.2.3-54-g00ecf