diff options
Diffstat (limited to 'The_armed_man/parts/Sanctus.ly')
-rw-r--r-- | The_armed_man/parts/Sanctus.ly | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/The_armed_man/parts/Sanctus.ly b/The_armed_man/parts/Sanctus.ly new file mode 100644 index 0000000..a632d4f --- /dev/null +++ b/The_armed_man/parts/Sanctus.ly @@ -0,0 +1,30 @@ +\include "deutsch.ly" + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Sanctus + \new Voice = frauen { \globalSanctus \frauenPausenSanctus } + \new Voice = sopran { \globalSanctus \voiceOne \sopranMelodieSanctus } + \new Voice = alt { \globalSanctus \voiceTwo \altMelodieSanctus } + >> + \new Lyrics = text { } + \new Staff << + \new Voice = maenner { \globalSanctus \maennerPausenSanctus } + \new Voice = tenor { \globalSanctus \clef "bass" \voiceOne \tenorMelodieSanctus } + \new Voice = bass { \globalSanctus \clef "bass" \voiceTwo \bassMelodieSanctus } + >> + \context Lyrics = text \lyricsto bass \textSanctus + >> + \layout { + indent = #0 + } + \header { + title = "Eine Messe für den Frieden" + subtitle = "The armed man" + composer = "Karl Jenkins *1944" + tagline = ##f + piece = "Sanctus" + } +} |