diff options
Diffstat (limited to 'Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly')
-rw-r--r-- | Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly b/Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly new file mode 100644 index 0000000..2225752 --- /dev/null +++ b/Du_bist_der_Ehrenkoenig/Du_bist_der_Ehrenkoenig.ly @@ -0,0 +1,47 @@ +\include "deutsch.ly" +#(ly:set-option 'relative-includes #t) +\include "stimmen.ly" +\include "texte.ly" +#(ly:set-option 'relative-includes #f) + +%spezifisch% + +\pointAndClickOff + +\header { + tagline = "" +} +\paper { + top-margin = 5 + 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 + } +} |