diff options
Diffstat (limited to 'Missa_brevis/parts/Benedictus.ly')
-rw-r--r-- | Missa_brevis/parts/Benedictus.ly | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Missa_brevis/parts/Benedictus.ly b/Missa_brevis/parts/Benedictus.ly new file mode 100644 index 0000000..424a1f0 --- /dev/null +++ b/Missa_brevis/parts/Benedictus.ly @@ -0,0 +1,29 @@ +\include "deutsch.ly" + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Benedictus + \new Voice = frauen { \globalBenedictus \oneVoice \pausenBenedictus } + \new Voice = sopran { \globalBenedictus \voiceOne << \sopranMelodieBenedictus \artikulationBenedictus >> } + \new Voice = alt { \globalBenedictus \voiceTwo \altMelodieBenedictus } + >> + \new Lyrics = text { } + \new Staff << + \new Voice = maenner { \globalBenedictus \oneVoice \pausenBenedictus } + \new Voice = tenor { \globalBenedictus \clef "bass" \voiceOne \tenorMelodieBenedictus } + \new Voice = bass { \globalBenedictus \clef "bass" \voiceTwo << \bassMelodieBenedictus \artikulationBenedictus >> } + >> + \context Lyrics = text \lyricsto sopran \textBenedictus + >> + \layout { + indent = #0 + } + \header { + title = "Missa Brevis" + composer = "Jacob de Haan" + tagline = ##f + piece = "Benedictus" + } +} |