summaryrefslogtreecommitdiff
path: root/Tochter_Zion
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
parent13a67658134c8a7f20f9560188b873f84501bc17 (diff)
downloadMusik-4976d95ca0b13838b30e5de84a41fa5674cb219a.tar.xz
Tochter_Zion: zerlegt
Diffstat (limited to 'Tochter_Zion')
-rw-r--r--Tochter_Zion/Tochter_Zion.ly33
-rw-r--r--Tochter_Zion/satz.ly31
2 files changed, 36 insertions, 28 deletions
diff --git a/Tochter_Zion/Tochter_Zion.ly b/Tochter_Zion/Tochter_Zion.ly
index 085026e..9a0fd9d 100644
--- a/Tochter_Zion/Tochter_Zion.ly
+++ b/Tochter_Zion/Tochter_Zion.ly
@@ -1,41 +1,18 @@
\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
\include "stimmen.ly"
\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
#(set-default-paper-size "kindle")
\pointAndClickOff
-\header {
- tagline = ""
- title = "Tochter Zion"
-}
\paper {
top-margin = 5
}
-\score {
- \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 }
- >>
- >>
-}
+#(ly:set-option 'relative-includes #t)
+\include "satz.ly"
+#(ly:set-option 'relative-includes #f)
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 }
+ >>
+ >>
+}