summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly33
-rw-r--r--Du_bist_der_Ehrenkoenig/satz.ly29
2 files changed, 33 insertions, 29 deletions
diff --git a/Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly b/Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly
index 2225752..684c7c3 100644
--- a/Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly
+++ b/Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly
@@ -1,3 +1,4 @@
+\version "2.19.80"
\include "deutsch.ly"
#(ly:set-option 'relative-includes #t)
\include "stimmen.ly"
@@ -16,32 +17,6 @@
print-all-headers = ##t
}
-\score {
- \header {
- title = "Du bist der Ehrenkönig"
- subtitle = "aus dem „Dettinger Te Deum“"
- poet = ##f
- composer = "Musik: Georg Friedrich Händel 1743"
- }
- \new ChoirStaff <<
- \set Score.skipBars = ##t
- \new Staff <<
- \new Voice = "frauen" { \global \oneVoice \pausen }
- \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
- \new Voice = "alt" { \global \voiceTwo \altMelodie }
- >>
- \new Lyrics = "text" {}
- \new Staff <<
- \clef "bass"
- \new Voice = "maenner" { \global \oneVoice \pausen }
- \new Voice = "tenor" { \global \voiceOne \tenorMelodie }
- \new Voice = "bass" { \global \voiceTwo \bassMelodie }
- >>
- \new Lyrics = "textBass" {}
- \context Lyrics = "text" \lyricsto "alt" \text
- \context Lyrics = "textBass" \lyricsto "bass" \textBassExtra
- >>
- \layout {
- indent = #0
- }
-}
+#(ly:set-option 'relative-includes #t)
+\include "satz.ly"
+#(ly:set-option 'relative-includes #f)
diff --git a/Du_bist_der_Ehrenkoenig/satz.ly b/Du_bist_der_Ehrenkoenig/satz.ly
new file mode 100644
index 0000000..f8bf739
--- /dev/null
+++ b/Du_bist_der_Ehrenkoenig/satz.ly
@@ -0,0 +1,29 @@
+\score {
+ \header {
+ title = "Du bist der Ehrenkönig"
+ subtitle = "aus dem „Dettinger Te Deum“"
+ poet = ##f
+ composer = "Musik: Georg Friedrich Händel 1743"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = "frauen" { \global \oneVoice \pausen }
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = "text" {}
+ \new Staff <<
+ \clef "bass"
+ \new Voice = "maenner" { \global \oneVoice \pausen }
+ \new Voice = "tenor" { \global \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics = "textBass" {}
+ \context Lyrics = "text" \lyricsto "alt" \text
+ \context Lyrics = "textBass" \lyricsto "bass" \textBassExtra
+ >>
+ \layout {
+ indent = #0
+ }
+}