From f6e300d38a1ad893f57b854856dc5ded0ca546a4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 21 Feb 2018 11:42:23 +0100 Subject: Du_bist_der_Ehrenkoenig: satz.ly neu --- Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly | 33 +++------------------- Du_bist_der_Ehrenkoenig/satz.ly | 29 +++++++++++++++++++ 2 files changed, 33 insertions(+), 29 deletions(-) create mode 100644 Du_bist_der_Ehrenkoenig/satz.ly 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 + } +} -- cgit v1.2.3-70-g09d2