summaryrefslogtreecommitdiff
path: root/All_Night,_All_Day/All_Night,_All_Day.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-11-11 13:46:14 +0100
committerErich Eckner <git@eckner.net>2015-11-11 13:46:14 +0100
commitb0756adf05e27c57fef7eb5ecfa4f03c4aac3996 (patch)
tree79254d2bc0e8b05f37c5480c60d3c05b84ba8a1c /All_Night,_All_Day/All_Night,_All_Day.ly
parent4a1bfebeb996a75f872d99b7c5b83051d7546b9c (diff)
downloadMusik-b0756adf05e27c57fef7eb5ecfa4f03c4aac3996.tar.xz
All_Night,_All_Day weiter beareitet, noch nicht fertig !
Diffstat (limited to 'All_Night,_All_Day/All_Night,_All_Day.ly')
-rw-r--r--All_Night,_All_Day/All_Night,_All_Day.ly48
1 files changed, 12 insertions, 36 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