diff options
Diffstat (limited to 'Pop_Messe/benedictus/benedictus.ly')
-rw-r--r-- | Pop_Messe/benedictus/benedictus.ly | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Pop_Messe/benedictus/benedictus.ly b/Pop_Messe/benedictus/benedictus.ly deleted file mode 100644 index 0998944..0000000 --- a/Pop_Messe/benedictus/benedictus.ly +++ /dev/null @@ -1,32 +0,0 @@ -\score { - \header { - piece = "Benedictus" - composer = ##f - } - \new ChoirStaff << - \set Score.skipBars = ##t - \new Staff << - \new Voice = sopran { \globalBenedictus << \melodieSopranBenedictus \artikulationBenedictus >> } - >> - \new Lyrics \lyricsto sopran { \textBenedictus } - \new Staff << - \new Voice = alt { \globalBenedictus << \melodieAltBenedictus \artikulationBenedictus >> } - >> - \new Lyrics \lyricsto alt { \textBenedictus } - \new Staff << - \new Voice = tenor { \clef "G_8" \globalBenedictus << \melodieTenorBenedictus \artikulationBenedictus >> } - >> - \new Lyrics \lyricsto tenor { \textBenedictus } - \new Staff << - \new Voice = bass { \clef "bass" \globalBenedictus << \melodieBassBenedictus \artikulationBenedictus >> } - >> - \new Lyrics \lyricsto bass { \textBenedictus } - >> - \layout { -% indent = #0 - \context { - \Staff - \RemoveEmptyStaves - } - } -} |