diff options
author | Erich Eckner <git@eckner.net> | 2018-02-21 11:42:23 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-21 11:42:23 +0100 |
commit | f6e300d38a1ad893f57b854856dc5ded0ca546a4 (patch) | |
tree | e3bac7194bc88eb7185d99d28eb94bb0ed7ea16d /Du_bist_der_Ehrenkoenig | |
parent | 7a9caf5c2491c2b4431f501ff59e1a542a663a3c (diff) | |
download | Musik-f6e300d38a1ad893f57b854856dc5ded0ca546a4.tar.xz |
Du_bist_der_Ehrenkoenig: satz.ly neu
Diffstat (limited to 'Du_bist_der_Ehrenkoenig')
-rw-r--r-- | Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly | 33 | ||||
-rw-r--r-- | Du_bist_der_Ehrenkoenig/satz.ly | 29 |
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 + } +} |