summaryrefslogtreecommitdiff
path: root/Tochter_Zion/satz.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-08-15 21:08:54 +0200
committerErich Eckner <git@eckner.net>2018-08-15 21:08:54 +0200
commit4976d95ca0b13838b30e5de84a41fa5674cb219a (patch)
tree1542fa794f70fc5fa915abf775312dd01b322951 /Tochter_Zion/satz.ly
parent13a67658134c8a7f20f9560188b873f84501bc17 (diff)
downloadMusik-4976d95ca0b13838b30e5de84a41fa5674cb219a.tar.xz
Tochter_Zion: zerlegt
Diffstat (limited to 'Tochter_Zion/satz.ly')
-rw-r--r--Tochter_Zion/satz.ly31
1 files changed, 31 insertions, 0 deletions
diff --git a/Tochter_Zion/satz.ly b/Tochter_Zion/satz.ly
new file mode 100644
index 0000000..56c8486
--- /dev/null
+++ b/Tochter_Zion/satz.ly
@@ -0,0 +1,31 @@
+\score {
+ \header {
+ tagline = ##f
+ title = "Tochter Zion"
+ subtitle = ##f
+ composer = "Melodie und Satz: Georg Friedrich Händel 1747"
+ poet = "Text: Heinrich Ranke 1826"
+ }
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto sopran { \textI}
+ \new Lyrics \lyricsto sopran { \textII}
+ \new Lyrics \lyricsto sopran { \textIII}
+ \new Staff <<
+ \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ >>
+}