summaryrefslogtreecommitdiff
path: root/Kyrie/Kyrie.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-02-14 20:07:49 +0100
committerErich Eckner <git@eckner.net>2015-02-14 20:07:49 +0100
commit69d2368a211ed75cac67db2cd5be8c0758df6733 (patch)
treeeda43980f443a4bd9fe50833c391445e0bfaaf67 /Kyrie/Kyrie.ly
parentdfb9a8d9f1f424b4a9d78f807fb01506cf9b4ddb (diff)
downloadMusik-69d2368a211ed75cac67db2cd5be8c0758df6733.tar.xz
Kyrie Begleitung angefangen
Diffstat (limited to 'Kyrie/Kyrie.ly')
-rw-r--r--Kyrie/Kyrie.ly32
1 files changed, 21 insertions, 11 deletions
diff --git a/Kyrie/Kyrie.ly b/Kyrie/Kyrie.ly
index 02b679b..f439e4e 100644
--- a/Kyrie/Kyrie.ly
+++ b/Kyrie/Kyrie.ly
@@ -25,18 +25,28 @@
\override VerticalAxisGroup #'remove-first = ##t
}
}
- \new ChoirStaff <<
- \set Score.skipBars = ##t
- \new Staff <<
- \new Voice \pausen
- \new Voice = sopran { \global \voiceOne \sopranMelodie }
- \new Voice = alt { \global \voiceTwo \altMelodie }
+ \new Staff <<
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice \pausen
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto sopran { \text }
+ \new Staff <<
+ \new Voice \pausen
+ \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
>>
- \new Lyrics \lyricsto sopran { \text }
- \new Staff <<
- \new Voice \pausen
- \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
- \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ \new PianoStaff <<
+ \new Staff <<
+ \new Voice { \global \autoBeamOn \klavierRechts }
+ >>
+ \new Staff <<
+ \new Voice { \global \clef "bass" \autoBeamOn \klavierLinks }
+ >>
>>
>>
}