From 74159f3d879780a63c717ae4e0f141c795d2c51e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 31 Jan 2017 16:31:50 +0100 Subject: Missa_brevis_in_C angefangen --- Missa_brevis_in_C/parts/sanctus.ly | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Missa_brevis_in_C/parts/sanctus.ly (limited to 'Missa_brevis_in_C/parts/sanctus.ly') diff --git a/Missa_brevis_in_C/parts/sanctus.ly b/Missa_brevis_in_C/parts/sanctus.ly new file mode 100644 index 0000000..256b05e --- /dev/null +++ b/Missa_brevis_in_C/parts/sanctus.ly @@ -0,0 +1,48 @@ +\include "deutsch.ly" +#(ly:set-option 'relative-includes #t) +\include "sanctus_artikulation.ly" +\include "sanctus_stimmen.ly" +\include "sanctus_texte.ly" +#(ly:set-option 'relative-includes #f) + +\header { + tagline = "" +} +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\pointAndClickOff + +\score { + \header { + title = "Sanctus" + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \globalSanctus << \melodieSopranSanctus \artikulationSanctus >> } + >> + \new Lyrics \lyricsto sopran { \textSopranSanctus } + \new Staff << + \new Voice = alt { \globalSanctus << \melodieAltSanctus \artikulationSanctus >> } + >> + \new Lyrics \lyricsto alt { \textAltSanctus } + \new Staff << + \new Voice = tenor { \clef "G_8" \globalSanctus << \melodieTenorSanctus \artikulationSanctus >> } + >> + \new Lyrics \lyricsto tenor { \textTenorSanctus } + \new Staff << + \new Voice = bass { \clef "bass" \globalSanctus << \melodieBassSanctus \artikulationSanctus >> } + >> + \new Lyrics \lyricsto bass { \textBassSanctus } + >> + \layout { +% indent = #0 + \context { + \Staff + \RemoveEmptyStaves + } + } +} -- cgit v1.2.3-54-g00ecf