diff options
Diffstat (limited to 'Pop_Messe/parts/sanctus.ly')
-rw-r--r-- | Pop_Messe/parts/sanctus.ly | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Pop_Messe/parts/sanctus.ly b/Pop_Messe/parts/sanctus.ly new file mode 100644 index 0000000..2d32690 --- /dev/null +++ b/Pop_Messe/parts/sanctus.ly @@ -0,0 +1,32 @@ +\score { + \header { + piece = "Sanctus" + composer = ##f + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \globalSanctus << \melodieSopranSanctus \artikulationSanctus >> } + >> + \new Lyrics \lyricsto sopran { \textSanctus } + \new Staff << + \new Voice = alt { \globalSanctus << \melodieAltSanctus \artikulationSanctus >> } + >> + \new Lyrics \lyricsto alt { \textSanctus } + \new Staff << + \new Voice = tenor { \clef "G_8" \globalSanctus << \melodieTenorSanctus \artikulationSanctus >> } + >> + \new Lyrics \lyricsto tenor { \textSanctus } + \new Staff << + \new Voice = bass { \clef "bass" \globalSanctus << \melodieBassSanctus \artikulationSanctus >> } + >> + \new Lyrics \lyricsto bass { \textSanctus } + >> + \layout { +% indent = #0 + \context { + \Staff + \RemoveEmptyStaves + } + } +} |